@charset "utf-8";
/* CSS Document */

/* remove the list style */
	#nav {
	padding:0;
	list-style:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	}	
#topNavigation #logo {
	float: left;
}

	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
	float:left;
	display:block;
	position:relative;
	z-index:500;
	width: 117px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 0px;
		}
		
		/* this is the parent menu */
		#nav li a {
	display:block;
	padding:8px 5px 0 5px;
	/* font-weight:700;   Robin says try not bold */
	height:23px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	color:#333;
	font-size: 15px;
		}

		#nav li a:hover {
	color:#D2D2D2;
		}

		
		
		
#topNavWrap   #topNavigation   #nav ul.subnav   a:hover {
	color: #FFFFFF;
	background-color: #999999;
	font-size: 13px!important;
	font-weight:400!important;
	
}


#topNavWrap   #topNavigation   #nav ul.subnav   a {
	
	color: #666666;
	background-color: #CCCCCC;
	font-size: 13px!important;
	font-weight:400!important;

}

#topNavWrap   #topNavigation   #nav li.subnav2    {
	
	color: #ffffff;
	background-color: #999999;
	right:24px;
	font-size: 13px!important;
	font-weight:800!important;
	display:block;
	height:30px;
	padding:10px 0 2px 0;

}

#topNavWrap   #topNavigation   #nav li.subnav3   a {
	
	color: #666666;
	background-color: #CCCCCC;
	font-size: 13px!important;
	font-weight:400!important;
	line-height:144%;
	display:block;
	height:48px;
	padding:10px 0 0 0;

}




	
		/* submenu, it's hidden by default */
		#nav ul {
	position:absolute;
	left:0;
	display:none;
	margin:0 0 0 -1px;
	padding:0;
	list-style:none;
		}
		
		#nav ul li {
	float:left;
	border-top:1px solid #fff;
width: 160px;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
	display:block;
	height:30px;
	padding:10px 4px 2px 4px;
	color:#0C3958;
		}
		
		#nav ul a:hover {


		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}
		
		
		
		/*Fix for ipad/iphone hover issue*/
#nav li: hover ul {display:block};		
		
#nav a {
	font-family: 'Open Sans';
	letter-spacing: .175em;
	font-size: 13px;
	
}
