/**************** CSS DOCUMENT ****************/
/* STYLESHEET FOR SKIN GENERIC NO. 1224 */

body {
	background-color:#CCCCCC;
	margin-top: 2px;
}

/*SolPart Menu Style*/

.MainMenu_MenuContainer {
    border-left: #F1F1F1 0px solid; 
    border-right: #F1F1F1 0px solid;  
    border-top: #F1F1F1 0px solid; 
    border-bottom: #F1F1F1 0px solid;
	background-color: transparent; 
}

.MainMenu_MenuBar
{
	cursor: hand;
	color: #000099;
	height:10px;
	background-color: #6890a8;
}
.MainMenu_MenuItem
{
	border-left: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	font-family: Verdana;
	font-style: normal;
	text-decoration:none;
	cursor: hand;
	color: #FFFF99;
	height: 18px;
	font-size: 10px;
	padding:padding-right 1px;
	margin:margin-right 1px;
}
.MainMenu_MenuIcon {
    cursor: pointer; 
    cursor: hand; 
    background-color: #FFFFFF; 
    border-left: #ffffff 0px solid;
    border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	width:16px;
	height:18px;
    text-align: center;
	display: none;
		
}
.MainMenu_MenuArrow {
    border-right: #ffffff 0px solid; 
    border-left: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
    font-family: webdings; 
    font-size: 10px;
    cursor: pointer; 
    cursor: hand;
	display:none;     
}
.MainMenu_MenuItemSel
{
	border-color: #6890a8 0px solid;
	background-color:#6890a8;
	font-family: Verdana;
	font-style: normal;
	text-decoration:none;
	height: 18px;
	cursor: hand;
	color: #003399;
	font-size: 10px;
	padding:padding-right 1px;
	margin:margin-right 1px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	border-bottom: #4F6283 1px solid; 
	border-left: #4F6283 1px solid; 
	border-top: #4F6283 1px solid; 
	border-right: #4F6283 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=90, Strength=0); 
	cursor: hand;
	background-color: #6890a8;
	padding:0px; margin-top:0px; margin-left:3px;
}




