﻿		body 
		{
			margin: 0;
			padding: 0;
			border: 0;
			background-image: url(Images/backgrnd.gif);
			background-repeat:repeat-x;
			/*background-color:#EEEEEE;*/
			text-align:center;
			background-color:white;
		}
			    
#domticker{
width: 340px;
height: 112px;
padding: 5px;
background-color: #A9AE87;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #A9AE87;
}

#domticker a{
font-weight: bold;
}

.someclass
{
	color:#35452E;
	font-family:Arial;
	font-weight:bold;
}

.MenuGroup
{
  background-color:#35452E;

}

.MenuItem
{
  background-color:#35452E;
  color:gainsboro;
  font-family:tahoma;
  font-size:12px;
  font-weight:bold; 
  border:solid 1px #3F3F3F; 
  cursor:pointer;
}

.MenuItemHover
{
  background-color:#8D9360;
  color:white;
  font-family:tahoma;
  font-size:12px;
  font-weight:bold; 
  border:1px;
  border:solid 1px white; 
  border-right-color:black;
  border-bottom-color:black;
  cursor:pointer;
}

.MenuItemActive
{
  background-color:#8D9360;
  color:white;
  font-family:tahoma;
  font-size:12px;
  font-weight:bold; 
  border:solid 1px white; 
  border-left-color:black;
  border-top-color:black;
  cursor:pointer;
}

.MenuItemExpanded
{
  background-color:#3A3A27;
  color:gainsboro;
  font-family:tahoma;
  font-size:12px;
  font-weight:bold; 
  border:solid 1px whitesmoke; 
  border-right-color:black;
  border-bottom-color:black;
  cursor:pointer;
}

.MenuBreak
{
  width:100%;
  height:2px;
}

.Level2Group
{
  background-color:Transparent;
  position: relative;
  top:-2px;
  z-index:98;
  padding-bottom:3px;
  padding-left:35px;
  padding-right:20px;
  padding-top:7px;
  z-index: 106; 
  left: 0px; 
  width: 300px; 
  position: absolute;
  top: 5px; 
  height: 634px;
}

  