.MenuGroup
{
	width: 100%;
	border-style: solid;
	border-width: 1-px;
	border-color: #666600;
 
}

.MenuItem
{
	background-color: white;
	color: black;
	align:center;
	width: 100%;
	height: 20px;
	cursor: hand;
	font-weight:200;
	text-decoration: none;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size : 20;

}

.MenuItemOver
{
	background-color: #C9C992;
	color: black;
	width: 100%;
	height: 20px;
	cursor: hand;
	text-decoration: none;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size :  large;
    font-weight:bold;
border-style: solid;
border-width:0-px;
border-color:#666600;
}

.MenuHighlightedItem
{
	font-weight: bolder;
	font-size: 16px;
	width: 100%;
	cursor: hand;
	color: white;
	text-indent: 0px;
	font-family: verdana,arial,helvetica,sans-serif;
	height: 20px;
	background-color: #C9C992;
	text-decoration: none;
}

.Arrow1
{
    float: right_white;
    font-family: Webdings;
}

.MenuItemOver1
{
	background-color: #666600;
	color: White;
	width: 100%;
	height: 30px;
	cursor: hand;
	text-decoration: none;
	font-family: Tahoma;
	font-size : 16;


}
.MenuItemsub
{
	background-color: #ff9900;
	color: FFFFFF;
	align:center;
	width: 100%;
	height: 20px;
	cursor: hand;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size : 20;

}
