﻿.MenuBase {
	position:relative;
	height:38px;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	border: 0px solid red;
}
.MenuTop {
	position:absolute;	
	display:block; 
	text-decoration:none; 
	color:#0066CC; 
	width:178px; 
	height:20px;
	font-weight:bold;
	color:#888; 
	border-bottom-color: #888;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	padding-left:10px; 
	line-height:1.5em;
	margin-right:2px;
	z-index:10;
}
.SubMenu {
	position:absolute;
	width:186px; 
	background-color:#CCCCCC; 
	border-width: 1px;
	border-style: solid;
	border-color: #2e3092;
	z-index:11;
}
.MenuItem {
	position: relative;
	padding: 1px;
	height: 18px;
	vertical-align: middle;
	white-space: nowrap;
}

a.MenuLink {
	position: relative;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
	color: #000000;
	padding-left: 10px;
	font-weight: normal;
	vertical-align: middle;
	text-align: justify;
	white-space: nowrap;
}

a.MenuLink:hover{color:#FFFFFF}