
/*
	STYLE SHEET FOR NAV 2
*/


.MenuItemText {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 11px;
  font-weight:normal;
  font-style:normal;
  background: transparent url('../images/nav2/nav2_bg.gif') repeat-x;
}

.MenuItemHoverText {
   cursor: pointer;
   color: #FFFFFF;
   font-size: 11px;
   font-weight:normal;
   font-style:normal;
   background: transparent url('../images/nav2/nav2_bg-over.gif') repeat-x;
}

.ChildItem 
{
 color: #FFFFFF;
 background-color: #666666;
 font-family: Arial;
 font-size: 11px;
 font-weight: normal;
 cursor: pointer;
 vertical-align: middle;
 text-align: left;
 width: 110px;
 height: 30px;
 border-style:solid;
 border-color: #999999;
 border-width: 1px;
 margin-top:1px;
 float:left;
 clear:left;
 
}

.ChildItemHover 
{
 color: #FFFFFF;
 background-color: #EB3034;
 font-family: Arial;
 font-size: 11px;
 font-weight: normal;
 cursor: pointer;
 vertical-align: middle;
 text-align: left;
 width: 110px;
 height: 30px;
 border-style:solid;
 border-color: #999999;
 border-width: 1px;
 margin-top:1px;
 float:left;
 clear:left;
}
