.MenuItem
{
	cursor:hand;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:none;
	border-bottom-style:none;
	border-left-width: 1px;
	border-right-width: 1px;
	height:25px;
	font-weight: bold;
	font-size: 10px;
	font-family: tahoma,arial,helvetica;
	background-image: url('../../Includes/Menu/Images/MenuItemBG.gif');	
	border-left-color: #6e6f6f;
	border-right-color: #333435;	
	color: #FFFFFF;
}
 
.MenuItemHover
{	
	
	cursor:hand;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:none;
	border-bottom-style:none;
	border-left-width: 1px;
	border-right-width: 1px;
	height:25px;
	font-weight: bold;
	font-size: 10px;
	font-family: tahoma,arial,helvetica;
	background-image: url('../../Includes/Menu/Images/MenuItemHoverBG.gif');
	border-left-color: #333435;
	border-right-color: #6e6f6f;	
	color: #FFFFFF;
}


.MenuItemSub
{
	cursor:hand;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:none;
	border-bottom-style:none;
	border-left-width: 1px;
	border-right-width: 1px;
	height:25px;		
	font-weight: bold;
	font-size: 9px;
	font-family: tahoma,arial,helvetica;
	background-image: url('../../Includes/Menu/Images/SubMenuItemBG.gif');
	background-color: #05487f;
	border-left-color: #6e6f6f;
	border-right-color: #333435;	
	color: #2272ce;	
}


.MenuItemHoverSub
{
	cursor:hand;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:none;
	border-bottom-style:none;
	border-left-width: 1px;
	border-right-width: 1px;
	height:25px;
	font-weight: bold;
	font-size: 9px;
	font-family: tahoma,arial,helvetica;
	background-image: url('../../Includes/Menu/Images/SubMenuItemHoverBG.gif');
	background-color: #397cb3;
	border-left-color: #333435;
	border-right-color: #6e6f6f;	
	color: #2272ce;
}

.MenuSeparator
{
	background-color:#ffffff;
	background-repeat:repeat-x;
	Height:0px;
	/*background-image:url(ig_menuSep.gif);*/
	background-image: url('../../Includes/Menu/Images/Separator.gif');
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:none;
	border-bottom-style:none;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-color: #6e6f6f;
	border-right-color: #333435;	
}

.MenuNull
{
	background-color: #6e6f6f;
}

.MenuNullSub
{
	border-bottom-style:solid;
	border-bottom-width: 1px;	
}