.MenuGroup
{ 	
	cursor: pointer;
	cursor: hand;	
	/**
   	border-top: solid 1px #9DB7D8;
	border-right: solid 1px #9DB7D8;
	border-bottom: solid 1px #9DB7D8;
	border-left: solid 1px #9DB7D8;
	**/		
}

/** PRIMARY MENU ITEM STYLES **/

.MainGroup
{ 	
	cursor: pointer;
	cursor: hand;	
	/**
   	border-top: solid 1px #9DB7D8;
	border-right: solid 1px #9DB7D8;
	border-bottom: solid 1px #9DB7D8;
	border-left: solid 1px #9DB7D8;		
	**/	
}

.MenuItemPrimary
{
	position:relative;
	left:0px;
	padding-top:0px;
	padding-right:0px;
	cursor: pointer;
	cursor: hand;	
	font-size:8pt;	
	font-weight:normal;
	text-align: left; 	
	width:100%;
	height:19px;
	background-color: #4094C5;
	color:#FFFFFF;		
}

.MenuItemOverPrimary
{
	position:relative;
	left:0px;	
	padding-top:0px;
	padding-right:0px;	
	cursor: pointer;
	cursor: hand;
	font-size:8pt;	
	font-weight:normal;
	text-align: left; 		
	width:100%;
	height:19px;		
	background-color: #0070B2;
	color:#FFFFFF;	
    /** 
	background: url(Images/bg_MenuButton_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px; 
	border-left: solid 1px #9DB7D8; 
	**/
}

.MenuItemClickedPrimary
{
	position:relative;
	left:0px;
	padding-top:0px;
	padding-right:0px;	
	cursor: pointer;
	cursor: hand;	
	font-size:8pt;	
	font-weight:normal;
	text-align: left; 
	width:100%;
	height:19px;	
	background-color: #0070B2;
	color:#FFFFFF;		
    /** 
	background: url(Images/bg_MenuButton_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px; 
	border-left: solid 1px #9DB7D8; 
	**/
}


/** CHILD MENU ITEM STYLES **/

.ChildGroup
{
	cursor: pointer;
	cursor: hand;	
	font-size:8pt;	
	font-weight:normal;
	text-align: left; 
	width:170px;	
		
	border-right: solid 1px #4094C5;
	border-left: solid 1px #4094C5; 
	border-bottom: solid 1px #4094C5; 
	background-color: #0070B2;

}

.MenuItem
{
	cursor: pointer;
	cursor: hand;	
	font-size:8pt;	
	font-weight:normal;
	text-align: left; 
	height:17px;	
	color:#9DB7D8;		
	padding-left:1px;
	
	/**
	border-bottom: solid 1px #4094C5;	
	**/	
}

.MenuItemOver
{
	cursor: pointer;
	cursor: hand;	
	font-size:8pt;	
	font-weight:normal;
	text-align: left; 
	height:17px;	
	color:#FFFFFF;		
	padding-left:1px;	
		
	/**
	border-bottom: solid 1px #4094C5;	
	**/	
}

.MenuItemToolTip
{

}

.MenuItemClicked
{
	cursor: pointer;
	cursor: hand;	
	font-size:8pt;	
	font-weight:normal;
	text-align: left; 
	height:17px;	
	color:#FFFFFF;		
	padding-left:1px;		
		
	/**
	border-bottom: solid 1px #4094C5;	
	**/	
}



.Separator
{
	background-color: Transparent; 
}

.Spacer
{
	background-color: Transparent; 
}





