/* ThemeIEMenu Style Sheet */

.ThemeIEMenu
{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: none;
	background-color: #000000;
	color: #1b1e50;
	padding: 0;
	border: 0px solid #e1e1e1;
	cursor: pointer;
	cursor: hand;
}



.ThemeIESubMenu
{
	display: none;
	position: absolute;
	visibility: hidden;
	font-family: Tahoma;
	font-weight: none;
	font-size: 12px;
	border: 0px solid #000000;
	background-color: #ffffff;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#1b1e52, Direction=135, Strength=5)
}

.ThemeIEMainItem
{
	font-family: Tahoma;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: none;
	font-size: 16px;
	white-space: nowrap;
	border: 0px solid #1b1e50;
	background-color: #000000;
	color: #f2f2f2;
}

.ThemeIEMainItemx
{
	font-family:  Tahoma;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: none;
	font-size: 16px;
	white-space: nowrap;
	border: 0px solid #000000;
	color: #f2f2f2;
}

.ThemeIEMenuItem
{
	font-family: Tahoma;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: none;
	font-size: 16px;
	white-space: nowrap;
	background-color: #ffffff;
	color: #f2f2f2;
}

.ThemeIEMainItemActive
{
	font-family: Tahoma;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: none;
	font-size: 16px;
	white-space: nowrap;
	color: white;
	color: #ffeb72;
}
.ThemeIEMainItemHover
{
	font-family: Tahoma;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: none;
	font-size: 16px;
	white-space: nowrap;
	color: white;
	color: #ffeb72;
}

.ThemeIEMenuItemHover
{
	font-family: Tahoma;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: none;
	color: white;
	font-size: 16px;
	background-color: #e1e1e1;
	color: #1b1e50;
}

.ThemeIEMenuItemActive
{
	font-family: Tahoma;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: none;
	color: white;
	background-color: #e1e1e1;
	color: #1b1e52;
	
}

.ThemeIEMenuSplit
{
	height: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top: 1px solid #000000;
}

.ThemeIEMenuVSplit
{
	width: 2px;
	margin: 0px;
	overflow: hidden;
	background-color: inherit;
	border-right: 1px solid #ADAA9C;
}

