
.MenuMain{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: solid;
	border-width: 1px;
	border-color: #A7A9AC;
	padding-bottom: 8px;
	width: 188px;
	
}
.MenuLevel1{
	color: White;
	font-size: 11px;
   background-image: url(http://212.3.246.109/PortalDev/Objects/4/Images/backgr_MenuLevel1.jpg);
	padding-top: 3px;
   padding-left: 19px;
	width:170px;
	height: 17px;
}
.MenuLevel2{
	color: black;
	font-size: 11px;
   background-image: url(http://212.3.246.109/PortalDev/Objects/4/Images/MenuLevel2bullet.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 3px;
   padding-left: 19px;
	padding-right: 10px;
	width:170px;
	
	display: block;
}
.MenuLevel3{
	background-color: #8CC63F;
	padding-top: 5px;
   padding-left: 11px;
	padding-bottom: 10px;
	border: solid;
	border-color: white;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 8px;
	border-right-width: 8px;
	width:161px;
}

a.MenuLinkLevel3:Link, a.MenuLinkLevel3:visited, a.MenuLinkLevel3:active{
	color: white;
	font-size: 11px;
	text-decoration: none;
	display: block;
	height: 16px;
	}
	
a.MenuLinkLevel3:Hover{
	color: white;
	font-size: 11px;
	text-decoration: underline;
	display: block;
	height: 16px;
	}
	
a.MenuLinkLevel2:Link, a.MenuLinkLevel2:visited, a.MenuLinkLevel2:active{
	color: black;
	font-size: 11px;
	text-decoration: none;
}
a.MenuLinkLevel2:hover{
	color: black;
	font-size: 11px;
	text-decoration: underline;
}	

