 /* Top level menu */
#menu { 
	position: absolute; 
	left: 240px; 
	top: 30px; 
	border-top: 1px solid #073f71; 
	border-bottom: 1px solid #fff; 
	background:#005AA9 url(../img/menu/bg.gif) top left repeat-x; 
	height: 28px;
	width: 560px; 
}

#nav, #nav ul {
	float: left;
	width: 560px;
	list-style: none;
  	font-weight: normal;
	padding: 0;
 	margin: 0;
 }
#nav a, .wascurrentSection {
	background:red;
}
#nav a, .currentSection {
	display: block; 
 	width:auto;
 	background: url(../img/menu/bg_item.gif) top right no-repeat; 
	color: #fff; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding: 0px 12px 0px 10px; 
 	line-height: 28px; 
}


#nav ul a {
	background:#DAE7F2 url(../img/menu/bg_sub.gif) top left repeat-x; 
	color: #00559f; 
	text-transform: none; 
	font-weight: normal; 
	font-size: 10px; 
	border: 1px solid #fff; 
 	line-height: 21px; 
	width: 150px;
	text-align: left;
	padding: 0px 10px;
}
 
#nav ul a:hover {
  	background-position: 0% -21px;
	color: #fff; 	
}
 

#nav a:hover, .currentSection { 
	background-position: 100% -28px; 
	text-decoration: none; 
	background-color:#649BCA;
}

#nav li a.sel,#nav li a.sel:hover { 
	background-position: 100% -28px; 
	text-decoration: none;
	background-color:#649BCA;
}
 
#nav li {
	float: left;
	padding: 0;
	width: auto;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 172px;
 	font-weight: normal;
 	margin: 0;
}

* html #nav li:hover	{height: 1%;}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 150px;
 }

#nav li ul ul {
	margin: -23px 0 0 172px;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
 
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
 }
 
  #nav li.top:hover a.top_a, #nav li.sfhover a.top_a{
  	background-position: 0% -28px !important;
	color: #fff !important;	
}

/* arrows showing children add empty span inside a tag */

#nav li.parent  a{
 	position:relative;
}

* html #nav li.parent  a{
 	position:static;
 }


#nav li a span{
	background: url(../img/menu/parent_arrow.gif) center right no-repeat;
	width:7px !important;
	height:10px;
  	display:block;
  	position:absolute;
 	top:5px;
 	right:2px;
 	text-indent:-999px;	
}

* html #nav li a span{
   	display:inline-block;
	float:right;
 	position:relative;
 	top:19px;
 	left:8px;
  	margin-top:-35px;
 }
 
#nav li a:hover span{
	background-position:center left;
}

 
 
 
/* Subnav */
/*
#qLinks {padding-bottom: 5px; background: url(../img/misc/dots.gif) bottom left repeat-x;  }
#subnav { padding-top:1px; margin-bottom:10px; padding-left: 20px; margin-left: -20px; padding-bottom: 1.3em; background: url(../img/misc/dots.gif) top left repeat-x; width:190px; }
*/

#qLinks {padding-bottom: 5px; background: url(../img/misc/dots.gif) bottom left repeat-x;}
#subnav { margin-top:-5px; padding-left: 20px; padding-bottom: 1.3em; background: url(../img/misc/dots.gif) bottom left repeat-x; width:190px; }
#subnav h2 a{ color: #005baa; font-size: 100%; text-transform: uppercase; }
#subnav h2.reset a{ color: #666 !important;}
 #subnav ul li.currentsub ul a {color: #666; font-weight:normal;}
#subnav h2 a:hover{background:none; color: #005baa; padding:0px !important;}
#subnav div.parent h2 { color: #666; margin-bottom: 8px; }
#subnav div.parent h2 a { display: inline; line-height: normal; }
#subnav div.parent h2 a:hover { background: none; color: #666; padding-left: 0px; text-decoration: underline; }
#subnav div.parent h2 span { font-family: verdana, sans-serif; font-size: 90%; padding-left: 3px; }
#subnav div.child {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
}
#subnav div.child h2 {
	padding-top: .3em;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#subnav ul, #subnav ul li{
	list-style-type:none;
}

#subnav ul, #subnav ul li {
	margin:0px;
	padding:0px;
}

#subnav li{
	border:none;
	
}

#subnav ul ul{
	display:none;
}
#subnav ul li a.section:after, #subnav h2 a:after{
	content: ":";
}

#subnav ul li a.section{
	color:#005baa !important;
	font-weight:bold !important;
	background: url(../img/misc/dots.gif) top left repeat-x;	
	margin-top: .4em;
	padding-top: .2em;
	text-transform:uppercase;
 	font-family:arial;
 	width:180px;
}
* html #subnav ul li a.section{
	width:190px;
 }

* html #subnav ul li a.section:hover{
	width:185px;
 }
 
 * html #subnav ul li a.section{
	width:190px;
 }

#subnav ul li.currentsub ul{
	background:  url(../img/misc/dots.gif) bottom left repeat-x;	padding-bottom: .4em;
	margin-bottom: .2em;
	display:block;
	margin-left:0px;
 }
#subnav ul li.currentsub ul li{
	margin-left:10px;
}
 
#subnav li a, #subnav li a.current { padding-left:10px; color: #666; width:100%; background: url(../img/misc/menuarr.gif) center left no-repeat;	 }
#subnav li a:hover, #subnav li a.current:hover, #subnav ul li.currentsub a:hover, #subnav ul li.currentsub ul a:hover  { text-decoration: none;  padding-left:15px; color: #fff !important; font-weight: bold; background:#005baa url(../img/misc/menuarr_b.gif) center left no-repeat; background-position:5px 50%; }
#subnav li a.current, #subnav ul li.currentsub a.current {font-weight: bold; color:#666;  };
#subnav li a:hover, #subnav ul li.currentsub a:hover { color:#fff;  };
 
   
 


  
 