#top_nav_container{
	
	top: 126px;
	height:40px;
	margin:0px auto;
	width: 1015px;
}


#nav, #nav ul {	
	float: left;
	width: 1015px;	
	height: 40px;
	list-style: none;
	line-height: 1;		
	background: url(../images/silver.gif) repeat-x ;	
	padding: 0;
	border: none;	
	margin: 0;
  z-index: 1000;	
}

#nav a, #nav a:visited, #nav a:active {
	display: block;
	color: #2a454c;
	text-decoration: none;
	padding: 8px 8px;	
	font-size:8pt;
}

#nav a.more {
	
	background:  url(../images/arrow-right.gif) no-repeat center left;
	padding-left: 12px;

}

#nav a.header {
	padding: 12px 0;
	text-align: center;
	color: #0c264c;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size:10pt;
}

#nav ul li {
	float: left;
	padding: 0;
	width: 168px;
	height: 40px;        
	
}
#nav ul li.addRightBorder 
{
	border-right: 1px solid #787d7a;
}


#nav li li, #nav li li li{
	float: left;
	padding: 0;
	width: 190px;
	height: 28px;	
	text-align: left;
	border-top: 1px solid #6a6767;	
	border-right: 2px solid #6a6767;
    font-family: Arial, sans-serif;
	font-size: 8px;	
}
#nav li li a, #nav li li li a{
	font-family: Arial, sans-serif;
	font-size: 11px;	
}

#nav ul ul li.addBottomBorder, #nav ul ul ul li.addBottomBorder{
	border-bottom: 2px solid #6a6767;
}

#nav li ul {
	position: absolute;
	left: -999em;
	top: 183px;
	height: auto;
	width: 190px;	
	font-weight: normal;
	border: 0;
	margin: 0;
	

}

#nav ul ul {
	background: white;
	
}
#nav ul ul ul {
	position: relative;
	margin: -211px 0 0 190px;   /*-68px 0 0 190px;*/
	
}

#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  ul li:hover, #nav ul li.sfhover {
	height: 40px;		
	background: url(../images/silverover.gif) repeat-x ;
		
}
#nav  ul li a:hover, #nav ul li a.sfhover {
	color:white;
}
#nav ul ul li:hover, #nav ul ul li.sfhover {
	height: 28px;		
	background: #0c264c;
	

}
#nav  li li:hover, #nav li li.sfhover {			
	
	background: white;
	

}

