/* solpart menu styles -------------------------------*/
/*-----------------------menu button in toolbar styling 1*/
.solMenuContainer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #e8eff3;
}
/*-----------------------menu button in toolbar styling 2*/
.solMenuBar{
	cursor: pointer; cursor: hand; 
	height:24px;
}
/*-----------------------cell of each line of text in the sub menu*/
.solMenuItem{
	cursor: pointer; cursor: hand;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none;
	background-color: #e8eff3;
	padding: 4px 0px 0px 0px;
	vertical-align:middle;
}
/*-----------------------menu over state*/
.solMenuItemSelect{
	cursor: pointer; cursor: hand; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none;
	background-color: #dee6ef;
	padding: 4px 0 0 0;
	vertical-align:middle;
}
/*-----------------------lefhand col next to the sub text links */
.solMenuIcon{
	/*cursor: pointer; cursor: hand; 
	background-color: #ff0000;
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	text-align: center;*/ 
	width: 5px; 
	/*-----------------------controlling the height of each link row in the menu */
	height: 24px;
}
/*-----------------------actual sub text links area */
.solMenuSubMenu{
	z-index: 1000; 
	cursor: pointer; cursor: hand;
	height:24px;
	/*-----------------------color the bg of the dropdown */
	background-color: #f8f8f9; 
}
/*-----------------------unknown*/
.solMenuBreak
{
	border-bottom: #404040 1px solid; 
	border-left: White 0px solid; 
	border-top: White 0px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}
/*-----------------------right col next to the sub text links-- only required for an arrow at the end of each item*/
.solMenuArrow{
	font-family: webdings; 
	font-size: 10px; 
	color: #fff;
	cursor: pointer; cursor: hand; 
	text-align:right;
	vertical-align:middle;

}
/*-----------------------the arrow next to the menu button- only if text is used*/
.solMenuRootArrow{
	font-family: webdings; 
	font-size: 10px; 
	color: #fff;
	cursor: pointer; cursor: hand;
	text-align:right;
	vertical-align:middle;
}
/*-----------------------Menu scroll look  */
.solMenuScroll{
	cursor: pointer;
	cursor: hand;
	width: 100%; 
	font-size: 11px;
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	padding: 2px 0 2px 0;
	background-image: url('/images/system/menu_down.gif');
	background-repeat:no-repeat;
}