
div.xmenu {
	/*
	position: absolute;
    top: 170px;
    left: 0px;
	*/
	margin-top: 85px;
    width: 174px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1.8em;
}

/*
html>body div.xmenu {
    position: fixed;
}
*/

div.scroll {
    padding: 0 174px 0 174px;
}

div.xmenu div.xmenuname {
	padding-left: 3px;
	margin-top: 2px; 
	margin-bottom: 3px;
	color: #002F90;
	font-size: 12px;         
	font-weight: bold;         
	white-space: nowrap;
	font-variant: small-caps;
}

div.xmenu a.xmenutoplevel {
	display: block;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 5px;
	/* padding-right: 15px; */
	color: white;
	/*
	background: #68B0F8;
	background: lightskyblue;
	background: #DDF0FF;
	*/
	background: #335555;
	white-space: nowrap;
	/*
	border-top: 1px white solid;
	border-bottom: 1px white solid;
    font-weight: bold;
	*/
	width: 100%;
	vertical-align: middle;
	text-decoration: none;
	margin: 3px 0 3px 10px;
}

div.xmenu a.xmenutoplevel img {
	margin-top: 0px;
	margin-right: 5px;
	vertical-align: middle;
	border: none;
}

div.xmenu a.xmenutoplevel:hover {
	display: block;
	/*
	background: #1890F8;
	background: deepskyblue;
	*/
	background: #446666;
	color: #FFFFFF;
}

div.xmenu div.xmenuitems {
}

div.xmenu a.xmenuitem,span.xmenuitem {
	display: block;
	background: #DDF0FF;
	text-decoration: none;
	color: black;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 5px;
	/*
	text-indent: 30px;
	*/
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	font-size: 10px;
	width: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: auto;
}
html>body div.xmenu a.xmenuitem {
    width: auto;
}

div.xmenu a.xmenuitem:hover {
	background: #AAF0FF;
	color: #0000CC;
}
