@charset "utf-8";
/* CSS Document */
.body
 {font-family:trebuchet MS;
 size:12px;
 font-style:italic;}

.todo
{
 font-family:trebuchet MS;
 size:12px;
 font-style:italic;
}

.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	background: transparent;
	color: #fff; 
	font-family: trebuchet MS; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: #485f91 1px solid; 
	border-top: #485f91 1px solid; 
	padding: 2px 5px 3px 5px;

}

.MainMenu_MenuItemSel {
	
	background: #FAFAFA;
	color: #333; 
	font-family: trebuchet MS; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 2px 5px 3px 5px;
}

.MainMenu_MenuIcon {
	display: none;
}


.MainMenu_SubMenu {
	z-index: 1000; 
	background: #485f91; 
	filter: none;
	border: 2px solid #f6f6f6;
	margin-top: 0px;
	padding: 2px;
}

.MainMenu_MenuBreak {
	border-bottom: #f00 1px solid; 
	border-left: #f00 0px solid; 
	border-top: #f00 1px solid;  
	border-right: #f00 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;
}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	border-right: #485f91 1px solid; 
	border-bottom: #485f91 1px solid; 
	border-top: #485f91 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

