@charset "utf-8";
			
ul.nav {
	font-family: "Verdana";
	font-size: 8pt;
	margin-left: 2px;
	padding: 1px;
	list-style: none;
	width: 153px;
	border-bottom: 1px solid white;	
	}


ul.nav li {
	position: relative;		
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
	}

	
ul.nav li a {
	display: block;
	text-decoration: none;
	color: #0033CC;	
	padding: 3px;	
	border-bottom: 0;
	}

	
li.nav a:link, li.nav a:active, li.nav a:visited {
	display: block;
	text-decoration: none;
	color: #0033CC;
	padding: 3px;	
	border-bottom: 0;
	}	


li.nav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background: #6666cc;
	z-index: 1;
}



/* Fix IE. Hide from IE Mac &*/
* html ul  li { float: left; height: 1%; }
* html  ul  li  a { height: 1%; }
/* End */

 

	
#nav a.cur2 {
	font-weight: bold;
	color: white;
	background: #6666cc;
	border-left: 5px solid #B30000;
	z-index: 1;
	}

#outer2 {background: url(images/tool_bar3a.bmp) repeat-x;  
    position: absolute; left: 0px; top: 73px; display:block; 
    padding:0px; width:100%; height: 23px; margin: 0px; border-color: #0060bf; 
 	border-right: 1px solid;
	z-index: 8; font-family: "Verdana";  }

#outer2 ul {margin: 0px;  padding: 0px; list-style-type: none; 
	 }    
    
#outer2 li {display:block; float:left;   
 	border-left: 1px solid #0060bf;   width: 120px;
	text-align: center; padding: 0px; margin: 0px; height: 23px;} 
	
#outer2 a {
    font-size: 8pt;
	display: block;
	text-decoration: none;
	font-weight: bold;	
	color: white; 
   	padding-left: 1px; 
	padding-right: 1px;
  text-transform: uppercase;
	padding-top: 4px;
	}
	
#outer2 a:hover {
	background: url(images/tool_bar_cr3.bmp) repeat-x rgb(0,0,128);
	padding-top: 2px;
	font-size: 8pt;
	font-weight: bold;
	height: 23px;	
	}
	  
#outer2 a.cur {font-size: 10pt;
background:  url(images/tool_bar_cr3.bmp) repeat-x rgb(0,0,128);
	display: block;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	} 