﻿.menu
{
	z-index: 100;
}
.menu div
{
	padding-right: 10px;
}

.subItems
{
	table-layout: fixed;
	width: 140px;
	height: 36px;
}

.mnuItem
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 13px;
	color: #ffffff;
}
.mnuItem a
{
	color: #ffffff;
	text-decoration: none;
	width: 100%; height: 100%;
	display: block;
	padding-left: 3px; padding-right: 3px;
	padding-top: 8px; padding-bottom: 8px;
}
.mnuItem a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #93AEC6;
	width: 100%; height: 100%;
	display: block;
	padding-left: 3px; padding-right: 3px;
	padding-top: 8px; padding-bottom: 8px;
}

.mnuSubItem
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	visibility: hidden;
	display: none;
}
.mnuSubItem a
{
	color: #ffffff;
	text-decoration: none;
	width: 100%; height: 100%;
	display: block;
	padding-left: 3px; padding-right: 3px;
	padding-top: 7px; padding-bottom: 7px;
}
.mnuSubItem a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #93AEC6;
	width: 100%; height: 100%;
	display: block;
	padding-left: 3px; padding-right: 3px;
	padding-top: 7px; padding-bottom: 7px;
}

.mnuSubItemVis
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	visibility: visible;
	display: ;
}
.mnuSubItemVis a
{
	color: #ffffff;
	text-decoration: none;
	width: 100%; height: 100%;
	display: block;
	padding-left: 3px; padding-right: 3px;
	padding-top: 7px; padding-bottom: 7px;
}
.mnuSubItemVis a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #93AEC6;
	width: 100%; height: 100%;
	display: block;
	padding-left: 3px; padding-right: 3px;
	padding-top: 7px; padding-bottom: 7px;
}