.MenuMain td
{
	font-size: 11px;
	line-height: 18px;
	width: 111px;
	text-align: center;
	border-right: 1px solid #333333;
	z-index: 100;
}
.MenuMainDynamic
{
	z-index: 1;
}
.MenuItemMainDynamic td
{
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: 11px;
	padding: 0px 10px;
	height: 30px;
	text-align: center;
}

.MenuMain a, .MenuItemMainDynamic a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.MenuMainHover td, .MenuItemMainDynamic:hover
{
	background-color: #FF0000;
}
.MenuMainHover a, .MenuMainDynamic table table.MenuItemMainDynamic:hover a, .MenuMain a:hover, .MenuItemMainDynamic a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}


.MenuMainSelected a, .MenuMainDynamicSelected a
{
	color: #FF0000;
}

.MenuTop
{
	color: #303030;
	padding-left: 10px;
	float: right;
}

.MenuTop a
{
	color: #303030;
	font-weight: bold;
}

.MenuTop a:hover
{
	text-decoration: underline;
}

.MenuTop a.Selected
{
	
}

.MenuBottom
{
	color: #303030;
	line-height: 20px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.MenuBottom a
{
	color: #303030;
	font-size: 11px;
}

.MenuBottom a:hover
{
	text-decoration: underline;
}

.MenuBottom a.Selected
{
	
}

.AdminMenuBox .MenuMain
{
	float: left;
	padding: 0px 20px;
	line-height: 18px;	
}