﻿body
{
}
.menutop
{
}
.menutop:hover
{
	color: red;
	background: #e3e3e3;
	border: solid 1px white;
}

.menuItem
{
	background-position: right top;
	font-weight: bold;
	font-size: 10px;
	z-index: 3;
	color: #ffffff;
	background-repeat: no-repeat;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}
.menuItem:hover
{
	background: red;
}
.menuItem a:hover
{
	background: #535355;
	height: 28px;
}
.menuItem a
{	
		height: 28px;
		color:White;
}

.menuHoveritems
{
	font-weight: bold;
	font-size: 10px;
	z-index: 3;
	width: 200px;
	color: #fff;
	border-bottom: #363636 1px solid;
	font-family: verdana, arial, sans-serif;
	background-color:#737373;
	min-width: 200px;
}
.menuHoveritems A
{
	padding-right: 5px;
	display: block;
	padding-left: 10px;
	z-index: 3;
	padding-bottom: 5px;
	padding-top: 6px;
	color:White;
}
.menuHoveritems:hover
{
	z-index: 3;
	color: #000000;
	background-color: #737373;
}
