#menu {
	margin:0px;
	padding:0px;
	width: 100%;
	background: transparent;
	border-bottom: 1px #808080 solid;
z-index:600;
}
#menu table{
	height:25px;
}
#menu  ul {
	display: block;
	line-height: 1em;
	list-style: none;
	z-index: 900;
}
#menu  ul li {
	float: left;
	margin: 0 3px 0 0;
	font-size: 11px;
	line-height: 1, 5em;
	list-style-type: none;
}
#menu ul li a {
	/*float: left;*/
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 1em;
}
#menu  ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#menu  ul li.sep {
	color: black;
	padding: 0.5em 0.5em 0.5em 1em;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
}
/* End IE5-Mac hack */
#menu #root ul{
	position: absolute;
	visibility: hidden;
	border-left: 0px solid #FF8401;
	border-top: 0px solid #FF8401;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background: #fff;
	cursor: pointer;
}
#menu #root ul li{
	float: none;
	margin: 0;
	padding: 0;
	width: 170px;
	position:relative;
}
#menu #root ul li a{
	padding: 5px 9px 5px 5px;
}
#menu #root ul li a:hover{
	font-weight: normal;
	background-color: #FF8401;
	background-image: none;
	color:white;
}
#menu  ul.level1 a:hover {
	font-weight: normal;
	background-image: none;
	color:#FF8401;
}
#menu #root ul.hoverlvl1 {
	visibility:visible;
} 
 #menu #root .hoverlvl1 li.hoverli ul{
	visibility:visible;
	left:170px;
	margin-top:-22px;
} 
.protomenu{
	border-bottom: 1px outset;
	background-color: #F2F2F2 ;
}
.level1 :focus{
	outline:none;
}