/* padding: top right bottom left */



/*************************************************

	Default Menu Styles

*************************************************/

/* Applied to all MenuGroups - typically only set border styles here */
.MenuGroup
{
    background-color: #000000;
	margin:0 8 15 12;
}

/* Default MenuItem style */
.MenuItem
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height : 15px;    
}

/* Default MenuItem style on mouseover */
.MenuItemOver
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFCD00; 
	text-decoration: none;
	line-height : 15px;
	cursor: hand;  
}

/* Default MenuItem style on click */
.MenuItemClicked
{

}

/* Default MenuItem style fr items marked with Disabled="True" */
.MenuItemDisabled
{

}


/*************************************************

	Custom Menu Styles
	
	- must be explicitly set in menu xml file

*************************************************/

.SubMenuGroup
{
    background-color: #000000;

}

.SubMenuItem
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFCD00;
	text-decoration: none;
	line-height : 18px;
}

.SubMenuItemOver
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF; 
	text-decoration: none;	
	line-height : 18px;
	cursor: hand;
}

.SubMenuItemClicked
{

}