
.MainMenu_MenuContainer 
{
	background-color: Transparent;
	height: 18px;
}

.MainMenu_MenuBar 
{
	cursor: pointer; 
}

.MainMenu_MenuItem
{
	cursor: pointer; 
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt; 
	font-weight: bold;
	font-style: normal; 
	height: 18px;
	padding-left: 0px;
}

.MainMenu_MenuIcon 
{
	cursor: pointer; 
	font-family: Tahoma;
	font-size: 8pt; 
	font-weight: bold;
	font-style: normal;
	background-color: #bbbbbb;
	border-left: 1px solid #bbbbbb; 
	width: 6px;
	padding-left: 0px;
	padding-right: 0px;
}

.MainMenu_SubMenu 
{
	z-index: 1000; 
	font-family: Tahoma;
	font-size: 8pt; 
	font-weight: bold;
	font-style: normal; 
	cursor: pointer; 
	background-color: #ffffff;
	margin-top: 0px; 
	border: 1px solid #333333;
}

.MainMenu_MenuBreak 
{
	font-family: Tahoma;
	font-size: 8pt; 
	font-weight: bold;
	font-style: normal; 
}

.MainMenu_MenuItemSel
{
	color: #ffffff;
	background-color: #D90000;
	cursor: pointer; 
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt; 
	font-style: normal; 
	height: 18px;
}

.MainMenu_RootMenuItem
{
	padding: 0px;
	white-space: nowrap;
}


.MainMenu_RootMenuItem #c_mi_text
{
	display: inline;
	color: #444444;
	padding: 3px;
	padding-left: 4px;
	height: 100%;
	font-size: 8pt;
}

.MainMenu_RootMenuItemSel
{
	background-color: Transparent;
	cursor: default;
	height: 18px;
	
}

.MainMenu_RootMenuItemSel #c_mi_text
{
	cursor: pointer;
	background-color: #dddddd;
	padding: 2px;
	padding-left: 3px;
	height: 100%;
	border: 1px solid #888888;
}


.MainMenu_MenuArrow 
{
}

.MainMenu_RootMenuArrow 
{
}
