.TitleDefault,
.TitleActive
{
	
	z-index:11;
	width:95;	
	height:27;
	
	cursor:hand;
	font-family:Arial;
	font-size:12px;	
	font-weight:bold;
	text-align:center;
	
	padding:2px;	
	padding-top:4px;	
	background-image: url(/images/menubutton.gif);
	background-repeat: no-repeat;
	background-position: center;
	
	
}
.TitleActive
{
	color:#800000; 
}
.TitleDefault
{
	color:#042F59;
}				



.menuItemDefault,
.menuItemActive
{	
	z-index:11;
	background-repeat: no-repeat;
	background-position: left;
	background-color:#5A5A5A;
	cursor:hand;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:3px;
	padding-left:10px;
}		
.menuItemDefault
{color:white;}

.menuItemActive
{color:#E55401;
background-color: #464646;
}

	
.itemGroup
{	

}  

