/* Basic code - don't modify */
#nav a {
	display: block;
	text-decoration: none;
}

#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	width:auto;
	min-width: 185px;
}

* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */

#nav ul ul {
	top: 0px;
	left:214px;
}

/* Essentials - configure this */
#nav>li {
	width: auto;
}

/* Everything else is theming */
#nav *:hover {
	background-color: none;
}
ul#nav li a {
	color: #fff;
	font-size: 11px;
	padding: 4px;
	font-weight: bold;
}
ul#nav li ul li a {
	color: #000;
	font-size: 11px;
	padding: 4px;
	line-height: 1;
	font-weight: bold;	
}
ul#nav li ul li a.hover{
	color: #000;
}

#nav li.hover a {
	background-color: #none;
}

#nav ul {
	top: 50px;
}
/**hide menu***/
#nav ul li a {
	/*background-color: #FFF;*/
	color: #FFF;
	
}

#nav ul li a.hover {
	/*background-color: #608ee8;*/
	color: #FFF;
}

#nav ul a {
	/*border-bottom: 1px solid white;*/
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */