#menu {
/*	width: 100%;
	border-bottom: 0px #D0DADB solid;
	height: 39px;*/
}

#menu  ul {
	display: block;
	margin: 0 0 0 15px;
	padding: 0;
	line-height: 1em;
	list-style: none;
	z-index: 90;
	height: auto;
}

#menu  ul li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	line-height: 1, 5em;
	list-style-type: none;
	position: relative;
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	background: transparent;
	text-decoration: none;
	color: white;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	/*padding: 0.9em 0.5em 0.5em .5em;*/
	padding: 0 10px 0 10px;
	margin: 10px 0 0 0;
	border-right: 1px solid white;
}

#menu  ul li a:hover {
	color: black;
	text-decoration: none;
}

#menu  ul li.sep {
	color: white;
	padding: 0.8em 0em 0.5em 0em;
}

#menu  ul li a {
	float: none;
}

#menu  ul.level2, #menu ul.level3 {
	line-height: 0.2em;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	background: #ff0000;
	margin:0 5px 0 0
}

#menu  ul.level2 li, #menu ul.level3 li {
	line-height: 0.2em;
	border-bottom: 1px solid white;
	float: none;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 20px;
	vertical-align: middle;
	line-height: 0.1em;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	padding: 5px 9px 5px 5px;
	font-size:12px;
	border-right: medium none;
	
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	/*background-color: #ee3322;*/
	background-image: none;
}

