/*
 * This file only contains changes we want to make on the MooDropMenu.css
 * but we keep to close at its use.
 */
#nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav li {
	position: relative;
	float: left;
	padding: 0px;
}

#nav>li {
	background: #F5F5F5;
	border-bottom: 1px solid #aaa;
}

#nav ul {
	position: absolute;
	top: 38px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 136px;
	border: 1px solid #AAA;
	background: #f1f1f1;
	-webkit-box-shadow: 1px 1px 5px #AAA;
	-moz-box-shadow: 1px 1px 5px #AAA;
	box-shadow: 1px 1px 5px #AAA;
	visibility: hidden;
	z-index: 500;
}

#nav ul li {
	float: none;
	padding: 0;
}

#nav ul li a {
	width: 130px;
	_width: 127px;
	background: #f1f1f1;
	padding: 3px;
	display: block;
	_float: left;
	font-weight: normal;
}

#nav ul li a:hover {
	background: #CDCDCD;
}

#nav ul ul {
	left: 137px;
	_left: 0;
	top: 0;
}

#nav a {
	border: 1px solid #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #EEE;
	color: #666;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

#nav a:hover {
	background: #CCC;
	color: #FFF;
}
