﻿.easyMenuItem
{
	font-family: Tahoma;
	font-size: 13px;
}




.Menu
{
	width: 100%;
	height: 30px;

	border-collapse: collapse;
}


.MenuItem
{
	font-size: 14px;
	color: white;
	font-family: Tahoma;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
		border-right: 1px solid;
	border-top: 0px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
		border-color: #005279;
}

.MenuItem[disabled], .SubMenuItem[disabled]
{

background-color: transparent;
}
.MenuItemHover
{
	font-family: Tahoma;
	font-size: 14px;
	cursor: pointer;
	font-weight: normal;
	vertical-align: middle;
	background-color: #AAD2FB;
	text-align: center;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
		border-color: #0066CC;

}

.MenuItemDown
{
	font-size: 8pt;
	cursor: hand;

	vertical-align: top;
	text-align: center;

	
	background-image: url(Images/mnudown.jpg);

}

.InnerMenu
{
	height: 28px;
	display: inline;
	width: 100%;
	border-collapse: collapse;
	background-color: transparent;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	
}
.MenuDetail
{
	font-size: 8pt;
	display: none;
}
.PopupMenu
{
	padding: 0px 10px 10px 10px;
	z-index: -1000;
	margin: 0px;
	background-color: #F0F0F0;
	border-right: 1px solid;
	border-top: 0px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #AAD2FB #0066CC #0066CC #0066CC;
	text-align: left;
	cursor: auto;
	font-family: Tahoma;
	font-size: 11px;
}
.PopupSubMenu
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	z-index: -1000;
	margin: 0px;
	background-color: #F0F0F0;
	border-right: 1px solid;
	border-top: 0px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #0066CC;
	text-align: left;
	cursor: auto;
	font-family: Tahoma;
	font-size: 11px;
	border-width: 1px 1px 1px 0px;
}
.CategorySubItem
{
	cursor: pointer;
	color: #000000;
	height: 20px;
	padding-left: 2px;
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
}

.CategorySubItem:hover
{
	background-color: #AAD2FB;
	text-decoration: none;
	width: 100%;
}

.SubItem
{
	cursor: pointer;
	color: #000000;
	height: 20px;
	padding-left: 2px;
	width: 100%;
}

.SubItem:hover
{
	background-color: #AAD2FB;
	text-decoration: none;
	width: 100%;
}


.Arrow
{
	vertical-align: middle;
	text-align: right;
}

.MenuIcon
{
	display: inline;
	vertical-align: middle;
}

.MenuSeperator
{
	width: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-position: center center;
	background-image: url(Images/sep.png);
	background-repeat: no-repeat;
}



.MenuSpace
{
	vertical-align: top;
	width: 100%;
	text-align: right;
}
