@charset "utf-8";
/* CSS Document */

/*NAVIGATION*/
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	float:left;
	margin: 8px 0 0 0;
	width:990px;
	height: 49px;
	background: url(../images/nav_bg.jpg) repeat-x;
}

#nav li {
	float:left;
	list-style-type:none;
}

#nav a {
	color: #4b5057;
	width: 108px;
	text-decoration:none;
	display:block;
}

#nav a.topnav {
	text-align: center;
	line-height: 41px;
	border-left: 1px solid #dfe4e5;
	border-right: 1px solid #FFFFFF;
	margin: 0 0 2px 0;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

#nav a.topnav_wrap {
	text-align: center;
	border-left: 1px solid #dfe4e5;
	border-right: 1px solid #FFFFFF;
	line-height: 16px;
	padding: 4px 0 0 0;
	margin: 0 0 2px 0;
	display: table-cell;
	vertical-align: middle;
	height: 36px;
}


#nav a:hover {
	color: #FFFFFF;
	background: #286691;
}

#nav a.topnav:hover {
	color: #FFFFFF;
	background: url(../images/nav_bg_hover.jpg);
}

/*::::::::::::::::dropdowns:::::::::::::::::*/

#nav ul li ul {
	position: absolute;
	left: -999em;
	background-color:#e4e8e9;
	color: white;
	width:160px;
	border-right:1px solid #898989;
	border-left:1px solid #898989;
	border-top:1px solid #898989;
	z-index:10;
}

#nav ul li ul li {
	border-bottom:1px solid #898989;
}

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

#nav li ul ul {
	margin: -35px 0 0 180px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style:none; 
	line-height: 1;
}



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

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li:hover ul,#nav li li.sfhover ul {
	left:auto;
}

#nav li:hover {
	position:static;
}


/*:::::::::::::::::::::::::::::::::::::::::::*/

li#start {
	border-right:1px solid #6787b4;
}

li#inner {
	border-right:1px solid #6787b4;
	border-left:1px solid #496792;
}

li#end {
	border-left:1px solid #496792;
}

.sub_nav{
	font-size: 12px;
}

/***********/