/* css for dropdown */

.navwrap { clear: both; height: 32px;}

.search { float: left;}

#nav {
	width: 687px;
	float: left;
	}
#nav li.menuc a { 
	color: #ef8200;
/*	background-color: #e9e7e3; */
	}

#nav, #nav ul{
	list-style-position:outside;
	position:relative;
	line-height:32px;
	z-index:100;
}

#nav a{
	display:block;
	padding:0px 17px;
	color: #1a2732;
	text-decoration:none;
}

#nav a:hover{
	color: #ef8200;
	background: #e9e7e3;
}

#nav li{
	float:left;
	position:relative;
	font-weight: bold;
}

#nav ul {
	position:absolute;
	display:none;
	width: 180px;
	top:32px;
	background-color: #e9e7e3;
	padding: 0px 5px 10px 5px;
	border-top: 1px solid #e4e2de;
}

#nav ul li {
	font-weight: normal;
	border-bottom: 1px solid #929d9e;
	font-weight: bold;
}
#nav ul li a{
	width: 146px;
	color: #1a2732 !important;
}
#nav ul li a:hover{
	color: #ef8200 !important;
}


#nav li:hover ul, #nav li li:hover ul{
display:block;
}