.NETMenuGroup
{
width:172px;

}

.NETMenuItem
{
	font-weight: bold;
	color: #555555;
	cursor: hand;
	/*border-bottom: solid 1px #FFBA92;*/
	margin-right: 4px;
	width:168px;
	float:left;
	text-align:left;
	padding: 4px;
	/*vertical-align: top;*/
}
/*
#MenuWrapper
{
	border: none 0px black;
}*/

.NETMenuItem A, .NETMenuItem A:active, .NETMenuItem A:link, .NETMenuItem A:visited
{
	font-weight: bold;
	color: #555555;
	vertical-align: top;
	text-decoration: none;
}

.NETMenuItem A:hover
{
	color: #FF6500;
	font-weight: bold;
}
