
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: red 0px solid; 
	border-bottom: red 1px solid; 
	border-top: red 1px solid; 
	border-right: red 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #660000; 
	border-left: #990000 1px solid; 
	border-bottom: #990000 1px solid; 
	border-top: #990000 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: red; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: red 0px solid; 
	border-left: red 0px solid; 
	border-top: red 0px solid; 
	border-right: red 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #660000 1px solid; 
	border-left: #660000 0px solid; 
	border-top: #660000 1px solid;  
	border-right: #660000 0px solid; 
	background-color: red; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #CCCCCC; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #990000;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: red 1px solid; 
	border-bottom: red 1px solid; 
	border-top: red 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/* Bottom Menu */
.buttonscontainerBOTTOM {width: 100px;}

.buttonsBOTTOM a {
color: #FFFFFF;
border: 1px solid;
background-color: red;
padding: 0px;
padding-left: 0px;
font: 9px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #FF9999 #990000 #990000 #FF9999;
display: block;
margin: 0px;
width: 100%;
text-align: center;}

.buttonsBOTTOM a:hover {
border: 1px solid;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: #990000;
border-color: #990000 #FF9999 #FF9999 #990000;
color: #FFFFFF;
text-decoration: none;}

