div.navM {
	position: absolute;
	left: 0px;
	bottom: 5%;/*28px*/
	width: 100%;
	z-index: 20;
	background-color: #000033;
	margin: 16px 0px 6px 0px;
	padding: 2px 0px 1px 0px;
	color: #cccccc;
	font-size: 95%;
	text-align: right;
	border-bottom: 1px solid red;
	line-height: 100%;
}
body>div.navM { position: fixed; left: 0px; bottom: 28px; }
.menus div { position: absolute; }
body>.menus div { position: fixed; }
.navM a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	text-align: right;
	padding: 1px 5px 2px 5px;
	margin: 1px;
}
.navM a:hover {
	color: #333366;
	background-color: #cccccc;
	margin: 0px;
	border: 1px solid #000033;
	text-decoration: none;
}
.navM .lang {
	color: #666666;
	margin: 0px;
	padding: 0px 2px;
	border: 0px;
	float: left;
}
.navM a.lang {
	color: #999999;
}
.navM a.lang:hover {
	color: #cccccc;
	background-color: #000033;
	border: 0px;
}
.navM a.wmmail {
	font-size: 85%;
	font-weight: 100;
	color: #666666;
	text-decoration: none;
	margin: 2px 20px 0px 0px;
	padding: 0px;
	float: left;
}
.navM a.wmmail:hover {
	background-color: #000033;
	border: none;
}
.navM a.pic {
	padding: 0px;
}
.navM a.pic:hover {
	background-color: #333333;
}
.navM img.pic {
	border-width: 0px 5px;
	border-style: solid;
	border-color: #333333;
}
.navM img.pic:hover {
	border-color: #cccccc;
}
.navM span.pad {
	padding-left: 10%;
}
.menus div {
	visibility: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-bottom: 1px;
}
.menus div.menu {
	z-index: 30;
	background-color: #000033;
}
.menus div.menu, .menus div.menua, .menus div.menub {
	padding-top: 1px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-left: 1px;
	opacity: .05;
	moz-opacity: .05;
	khtml-opacity: .05;
	filter: alpha(opacity=5);
}
.menus a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 140%;
	font-weight: normal;
	color: #CCCCCC;
	display: block;
	padding: 1px 3px;
	border: 1px solid transparent;
	margin: -1px;
}
.menus a:hover {
	background-color: #999999;
	color: #333333;
/*	outline: 1px solid #000033;
	-moz-outline: 1px solid #000033;*/
	border: 1px solid red !important;
	text-decoration: none;
}
.menus a.mactive {
	border: 1px solid red !important;
}
a.sub {
	background-image: url(mimg/mra.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 16px !important;
}
.menus .menu a {
	border-bottom-color: #555555;
	border-left-color: #000033;
	border-right-color: #000033;
}
.menus div.menua {
	background-color: #222255;
	border-left: 1px solid #dddddd;
	z-index: 31;
}
.menus .menua a {
	border-bottom-color: #777777;
	border-left-color: #dddddd;
	border-right-color: #222255;
}
.menus div.menub {
	background-color: #444477;
	z-index: 32;
}
.menus .menub a {
	border-bottom-color: #999999;
	border-left-color: #dddddd;
	border-right-color: #444477;
}
