.TopGroup
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	cursor: default;
	border-bottom: gray 1px solid;
	background-color: transparent;
	text-align: center;
}

.MenuGroup
{
	border-right: #7e7e81 1px solid;
	border-top: #7e7e81 1px solid;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'gray' , Direction=135, Strength=2);
	background-image: url(../images/Content/background.gif);
	border-left: #7e7e81 1px solid;
	cursor: default;
	border-bottom: #7e7e81 1px solid;
}

.TopMenuItem
{
	border-right: #dbd7d0 1px solid;
	padding-right: 10px;
	border-top: #dbd7d0 1px solid;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 2px;
	border-left: #dbd7d0 1px solid;
	cursor: default;
	color: white;
	padding-top: 2px;
	border-bottom: #dbd7d0 1px solid;
	font-family: MS Sans Serif;
	background-color: transparent;
	text-decoration: underline;
}

.TopMenuItemOver
{
	border-right: #a6a8b2 1px solid;
	padding-right: 10px;
	border-top: #a6a8b2 1px solid;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 2px;
	border-left: #a6a8b2 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #a6a8b2 1px solid;
	font-family: MS Sans Serif;
	background-color: #c2c5c8;
	text-decoration: underline;
}

.MenuItem
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 9px;
	padding-bottom: 5px;
	cursor: default;
	color: black;
	padding-top: 5px;
	font-family: MS Sans Serif;
	text-decoration: underline;
}

.MenuItemOver
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 9px;
	padding-bottom: 5px;
	cursor: hand;
	color: black;
	padding-top: 5px;
	font-family: MS Sans Serif;
	background-color: #c2c5c8;
	text-decoration: underline;
}

.MenuBreak
{
  margin-left:27px; 
}