

#dropnav, #dropnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	background-color: #ededed ;
}

#dropnav a {
	display: block;
	color: #666666;
	text-decoration: none;
	line-height:27px;
	padding: 0 2px;
	font-size: 12px;
	background-color: #ededed;
	/*background:url(../img/arrow.png) no-repeat 5px 7px;*/
}


#dropnav a:hover	{ color:#fff; background-color: #bcb19a;}
#dropnav li ul		{ margin-top:-1px; background-color:#f9f9f9;}
#dropnav li ul li	{ border-top:1px solid #eee; list-style:none;}
#dropnav li ul li a	{color: #444;background-color: #f9f9f9;padding:0 9px;}
#dropnav li ul a:hover{ color:#3384fe; background-color:#ededed}

#dropnav li:hover {
	background-color: #121212;
	color:#4aaeee;
}


#dropnav a.daddy {
	background: url(../img/rightarrow2.gif) center right no-repeat;
}

#dropnav li {
	float: left;
	margin:0;
	padding: 0;
	list-style:none;
}

#dropnav li a{
	padding:0 18px;
}

#dropnav li ul {
	position: absolute;
	left: -999px;
	height: auto;
	width: 150px;
	font-weight: normal;
	text-transform:capitalize;
	border:1px solid #eee;
	margin: 0;
	z-index:1!important;
}

#dropnav li li {
	margin:0;
	padding-right: 0px;
	width: 200px;
	list-style:none;
}


/*#dropnav li ul a {
	background-color:transperant;
}*/
/*#dropnav li ul a:hover{
}*/
#dropnav li ul ul {
	margin: -15px 0 0 14px;
}

#dropnav li:hover ul ul, #dropnav li:hover ul ul ul, #dropnav li.sfhover ul ul, #dropnav li.sfhover ul ul ul {
	left: -999px;
}

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

/*#dropnav li:hover, #dropnav li.sfhover {}*/