.SelectedMainMenu
{
	TEXT-ALIGN: center; 
	COLOR: #ffffff;
	FONT-SIZE: 10px; 
	CURSOR: hand;
	BACKGROUND-IMAGE: url(../Images/Controls_BGs/BTN_MainMenu_BG_Selected.jpg);
	width:133px;
	height:30px;
	font-family:MS Sans Serif;
	TEXT-DECORATION:none;
	font-weight:bold;
}

.UnselectedMainMenu
{
	TEXT-ALIGN: center; 
	COLOR: #ffffff;
	FONT-SIZE: 10px; 
	CURSOR: hand;
	BACKGROUND-IMAGE: url(../Images/Controls_BGs/BTN_MainMenu_BG_UnSelected.jpg);
	width:133px;
	height:30px;
	font-family:MS Sans Serif; 
	TEXT-DECORATION:none;
	font-weight:bold;
}
.UnselectedMainMenuLink
{
	TEXT-ALIGN:center; 
	COLOR: #ffffff;
	FONT-SIZE: 10px; 
	font-family:MS Sans Serif; 
	TEXT-DECORATION:none;
	font-weight:bold;
}
.unPressed
{
	COLOR: #000080; 
}

.SelectedSubMenu
{
	background:../Images/MainMenu/SubBG.JPG;
	color:#ffffff;
	TEXT-ALIGN: center; 
	CURSOR: hand;
	font-family:MS Sans Serif; 
	FONT-SIZE: 10px;
	font-weight:bold;
}
.SelectedSubMenuMang
{
	background:../Images/MainMenu/SubBG.JPG;
	color:#000000;
	TEXT-ALIGN: center; 
	CURSOR: hand;
	font-family:MS Sans Serif; 
	FONT-SIZE: 10px;
	font-weight:bold;
}
.UnSelectedSubMenu
{
	font-family:MS Sans Serif; 
	FONT-SIZE: 10px; 
	COLOR: #f5f5f5;
	background:../Images/MainMenu/SubBG.JPG;
	TEXT-ALIGN: center; 
	CURSOR: hand;
	font-weight:bold;
}
.UnSelectedSubMenuMang
{
	font-family:MS Sans Serif; 
	FONT-SIZE: 10px; 
	COLOR: #ffffff;
	TEXT-ALIGN: center; 
	CURSOR: hand;
	font-weight:bold;
}
.UnSelectedSubMenuBlock
{
	background:../Images/MainMenu/SubBG.JPG; 
}
