﻿.Menu {
	text-align:center;
	background-color:White; 
	height:26px; 
	width:149px;
}

.MenuBorderRight
{
	background-color:#666666;
	width:1px;
}

.MenuBorderBottom
{
	background-color:#666666;
	height:1px;
}

.MenuDivider {
	background-color:#032A8E;
	width:1px;
}

.SubMenu {
	font-size:100%;
	position:absolute;
	visibility:hidden;
	top: 55px; /* 65px; */
	width:134;
	z-index:11;
}

.SubMenuBackground {
	
	background-color:White;
	width:150px;
	border:0;
}

.SubMenuItem {
	font: 11px Arial;
	cursor:pointer;
	color:#0434B1;
	background-color:White;
	text-decoration:none;
	text-align:left;
	height:20px;
	width:200px;
}

.SubMenuItemHover {
	font: 11px Arial;
	cursor:pointer;
	color:#FEA500;
	background-color:#FFEDCC;
	text-decoration:none;
	text-align:left;
	height:20px;
	width:200px;
}


