.TopMenuItem {
	color:#FFFFFF;
	font-family:Tahoma, Arial, Verdana;
	font-size:10px;
	cursor:default;
	font-weight: normal;
	width: 113px;
	height: 20px;
	text-indent: 0px;
	background-color: #aa352c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(../Assets/btnbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}

.TopMenuItemOver {
	color:#FFFFFF;
	font-family:Tahoma, Arial, Verdana;
	font-size:10px;
	padding:3px;
	cursor:hand;
	width: 113px;
	height: 20px;
	background-color: #CC3300;
	text-indent: 0px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-image: url(../Assets/btnbg.gif);
}

.TopMenuItemSel {
	background-color:#FDFAF6; 
	color:#FFFFFF;
	font-family:Tahoma, Arial, Verdana;
	font-size:9px;
	padding:2px;
	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #434445;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #434445;
	font-weight: normal;
	width: 113px;
	height: 20px;
	text-indent: 5px;

}

.MenuItem {
	background-color:#FDFAF6; 
	color:#FFFFFF;
	font-family:Tahoma, Arial, Verdana;
	font-size:10px;
	padding:3px;
	cursor:hand;
	width: 113px;
	height: 20px;
	font-weight: bold;
	text-indent: 5px;
}

.MenuItemOver {
	color:#FFFFFF;
	font-family:Tahoma, Arial, Verdana;
	font-size:10px;
	cursor:default;
	font-weight: normal;
	width: 113px;
	height: 20px;
	text-indent: 0px;
	background-color: #aa352c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(../Assets/over.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	cursor: hand;
}

.InactiveMenuItem {
	background-color:#FFFFFF;
	color:#666666;
	font-family:Tahoma, Arial, Verdana;
	font-size:9px;
	padding:3px;
	cursor:hand;
	width: 113px;
	height: 26px;
	text-indent: 5px;

}

.InactiveMenuItemOver {
	background-color:#FFFFFF;
	color:#666666;
	font-family:Tahoma, Arial, Verdana;
	font-size:9px;
	padding:3px;
	cursor:hand;
	width: 113px;
	height: 26px;
	text-indent: 5px;
}
