/* CSS Document */

#navContainer {
	width: 951px;
	position: absolute;
	/* width: 850px;*/
	text-align: left;
	border: 0px ;
	margin-right: .1em;
	padding-left: 2em; 
	margin-top: 12px;
	/*padding-left: 4.7em;*/
}

#nav, #nav ul {       
	list-style: none;
	vertical-align: baseline;
	position:inherit;
	float: center;
	margin-right: 2em;
	margin: 0;
}

#nav a {  
	padding-top: .6em;  
	padding-left: 5px;
/*	padding-right: 5px; */
	padding-bottom: 1em;
	display: block;    
	font: 11px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#409bc7;
	text-decoration:none;	
	line-height:1.5em;
} 

#nav li {     
	float: left;     
	line-height: 1.4em;	
	vertical-align: bottom;
	height: 16px;
}  

#nav li.bar {     
	float: left;     
	line-height: .2em;	
	vertical-align: bottom;
	height: 14px;
	padding-top: 0;
	position: relative;
	color: #409bc7;
	padding: 0 .6em 0 .2em;
}  

#nav li.bar:hover {     
	float: left;     
	line-height: 1.4em;	
	vertical-align: bottom;
	height: 36px;
	padding: 0 .6em 0 .2em;
	position: relative; 
	color: #409bc7;	
}  

#nav li.bar a.barlink {
	color: #409bc7;
	font: 14px tahoma, Arial, Helvetica, sans-serif;
	font-weight:700
	}
	
#nav li.bar a.barlink:hover {
	color: #22c8df;
	}


#nav li ul {     
	position: absolute;    
	width: 8em;     
	left: -999em; 
	line-height: 1.4 em;	
	background: #e2f1f4;
	height: auto;
	border: #c3e9f2 solid 2px;
	margin-left: .4em;
	margin-top: -.4em;

} 
	
#nav li ul li {        
	 width: 7.5em;
	 vertical-align: middle;
	 padding-top: 0; 
	 border-bottom: #c3e9f2 solid 1px; 
	 background: #e2f1f4;
	 color: #409bc7;
	 padding-bottom:.4em;
	 	height:1.3em;
}

#nav li ul li a {
	width: 8em;
	padding-left:.4em;
	color: #409bc7;
	margin-top:3px;
}

#nav li:hover ul, #nav li.sfhover ul {     
	left: auto;
}
	
#nav li ul ul {
     margin: -1.2em 0 0 13em; 
	 width: 12em;
	 background: #e2f1f4;
	 border: #c3e9f2 solid 2px;
} 

#nav li ul ul.second {
     margin: -1.2em 0 0 12em; 
	 width: 12em;
	 background: #e2f1f4;
	 border: #c3e9f2 solid 2px;
}

/*#nav li ul li, */
#nav li ul ul li {
	vertical-align: middle;
	padding-bottom: .4em; 
	padding-top: 0;
	border-bottom: ##c3e9f2 solid 1px;
	color: #409bc1;
	background: #e2f1f4;
	width: 10em; 
}


#nav li ul ul li a{
	width: 10em;
	padding-left: .5em;
	background-image: none;
	color: #409bc7;
}

#nav, #nav ul {
     padding: 0;
	 margin: 0;     
	 list-style: none;     
	 line-height: 1.4em;
	 height: auto;
} 

#nav li:hover ul ul, #nav li.sfhover ul ul {
     left: -999em; 
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul{
     left: auto;
	 color: #000000;
}

#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 ul li.daddy{
	padding-right: 0;
	background: #e2f1f4;
	background-image:url(images/rightarrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
	
#nav li ul li.daddy:hover {
	padding-right:-2em;
	background: #c3e9f2;
	background-image:url(images/rightarrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	}

#nav li ul li.daddy:hover a.daddy {
min-height:18px;
	max-height:18px;
	color: #409bc7;
	}

#nav li ul li:hover {
	background: #c3e9f2;
	}

#nav li ul ul li.child1 {
	vertical-align: middle;
	padding-bottom: 0; 
	padding-top: 0;
	bottom-border: #c3e9f2 solid 1px;
	color: #409bc1;
	background: #e2f1f4;
	width: 12.5em; 
	background-image:url(images/rightarrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#nav li ul ul li a.child {
	width: 18em; 
}

#nav li ul ul li.child1:hover {
	background: #c3e9f2 url(images/rightarrow.gif) right no-repeat;
	}  
	
/*#nav li ul li:hover a{
	color:#409bc7;
	}

 #nav li ul li:hover a.child {
	color: #409bc7;
	} */

#nav li ul li ul li:hover a.child {
	color:#409bc7;
	padding:0;
	}
	
#nav li ul.long, #nav li ul.long li, #nav li ul.long a, #nav li ul li.long a{
	width: 13em;
	padding:0;
	} 
	
#nav li.daddy ul, #nav li.daddy ul li {
	width: 12em;
	padding:0;
	}