#nav { float:left;
	width:740px;
	font-size:10px;
	position:relative;
	z-index:100;
	top:2px;
	left:1px;
}

/* remove all the bullets, borders and padding from the default list styling */
#nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	
}
#nav ul ul {
	width:auto;
	
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav li {
	float:left; 
	width:auto; 
	position:relative;
	background-repeat:repeat-x;
	font-weight:normal;
    
}

#nav li.nav01 { width:80px; margin-left:-1PX;}
#nav li.nav02 { width:66px;}
#nav li.nav03 { width:86px;}
#nav li.nav04 { width:62px;}
#nav li.nav05 { width:105px;}
#nav li.nav06 { width:59px;}
#nav li.nav07 { width:99px; }
#nav li.nav08 { width:113px; }
#nav li.nav09 { width:56px; }

/* style the links for the top level */
#nav a, #nav a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#377BA1; 
	width:auto; 
	height:34px; 
	padding:0; 
	line-height:29px;
	
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #nav a, * html #nav a:visited {
	width:auto;
	w\idth:auto;
	
}

/* style the second level background */
#nav ul ul a.drop, #nav ul ul a.drop:visited {
	background:#C0D3E1 ;
}
/* style the second level hover */
#nav ul ul a.drop:hover{
	background:#6390B4 ;color:#fff
}
#nav ul ul :hover > a.drop {
	background:#CCE0EB;
}
/* style the third level background */
#nav ul ul ul a, #nav ul ul ul a:visited {
	background:#C0D3E1;
}
/* style the third level hover */
#nav ul ul ul a:hover {
	background:#CCE0EB; color:#000
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:34px;
	left:0; 
	width:150px;
	margin-top:1px;
	margin-right:4px;
	
}
/* another hack for IE5.5 */
* html #nav ul ul {
	top:34px;
	t\op:34px;
}

/* position the third level flyout menu */
#nav ul ul ul{
	left:149px; 
	top:0;
	width:150px;
}
/* position the third level flyout menu for a left flyout */
#nav ul ul ul.left {
	left:-150px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
#nav table {position:absolute; top:0; left:0;}

/* style the second level links */
#nav ul ul a, #nav ul ul a:visited {
	background:#C0D3E1; 
	color:#286FA5; 
	height:auto; 
	line-height:1em; 
	padding:6px 10px; 
	width:129px; font-weight:bold;

/* yet another hack for IE5.5 */
}
* html #nav ul ul a{
	width:150px;
	w\idth:129px;
}


/* style the top level hover */
#nav a:hover{ color:#fff; background:#EAF0F5; }
#nav ul ul a:hover { color:#fff; background:#6390B4; }
#nav :hover > a { color:#fff; background:#eee; }
#nav ul ul :hover > a { color:#fff; background:#6390B4; }

/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul,
#nav ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#nav ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#nav ul :hover ul :hover ul{ 
	visibility:visible;
}

#head .search { float:right; width:160px; margin:4px 5px 0 0; position:relative; }
#head .search input.search { float:left;  width:106px;  wid\th:101px; height:18px; }
#head .search input.searchbtn {
 	margin:4px 0 0 0;
	float:left;  
	width:40px; height:22px; 
	border: #D4D6D9 0px solid;
	background-color: transparent;
	font-family:arial;
	font-size:11px;
	font-weight:bold; 
	color:#6390B4;
	background-image:url(../images/bg_srchbtn.gif);
	cursor:hand;  
}
