﻿/*
Colour charts:
#FD9800 = orange
#FF6500 = orange
#D4D0C8 = grey (windows-like application colour)
#999999 = grey (light)
#343434 = dark brown
*/
.MainMenuArea
{
	float: left;
	position: relative;
	background-color:#000000;
	height:25px;
	background-image: url(/Images/CustomerSpecific/EEMainMenuBackground.gif);
	background-position:top;
	padding: 0 0 0 6px;
}
.MenuGroup
{
	
	
}
.TopGroup
{
	float:left;
	/*font-size:0;*/
	background-image: url(/Images/CustomerSpecific/EEMainMenuBackground.gif);
	background-position:top;
	

}
.TopItem, .TopItemHover, .HomeItem, .HomeItemActive, .HomeItemHover, .TopItemActive, .TopItemActiveHover, .HomeItemNew, .HomeItemExisting, .TopItemNew, .TopItemExisting
{
	color: #E8CAC5;
	text-align: center;
	/*border-left: 2px solid #CCC;
	width: 120px;*/
	white-space: pre-wrap;
	font-size: 96%;
	font-family:Verdana, Arial;
	background-image: url(/Images/CustomerSpecific/EEMainMenuBackground.gif);
	background-position:top;
	padding: 5px 60px 5px 9px;
	
	height:15px;
}
.HomeItem, .HomeItemHover, .HomeItemActive
{
	/*padding-left:30px;	*/
}
.TopItemHover, .TopItemActive, .HomeItemActive, .HomeItemHover
{
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(/Images/CustomerSpecific/arrow_top_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



.SubItem, .SubItemHover, .SubItemActive, .SubItemExisting, .SubItemNew
{
	color: #373429;
	white-space: pre-wrap;
	text-align: left;
	padding: 8px 5px 8px 5px;
	margin: 0;
	/*width:122px;*/
	font-size: 100%;
	
}
.SubItemGroup
{
	
}
.SubItem
{
	background-color: #F0F0F0;
	padding:8px 2px 8px 2px;
	font-size: 100%;
	font-family:Verdana, Arial;
	color:#333333;
}
.SubItemHover, .SubItemActive
{
	background-color: #DCDCDC;
	/*background-image:url(/Images/CustomerSpecific/BBIMainMenuHoverItemActiveIcon.gif);
	background-repeat:no-repeat;
	background-position:left center;*/
	padding:8px 2px 8px 2px;
	font-size: 100%;
	font-family:Verdana, Arial;
	cursor: pointer;
	color: #000000;
	}
.MenuBreak
{
	padding: 0px;
}
.HomeItemNew, .HomeItemExisting, .TopItemNew, .TopItemExisting, .SubItemExisting, .SubItemNew
{
	cursor: pointer;
	text-transform: capitalize;
	font-style: italic;
	background: #CCC;
	color: #000;
	letter-spacing: normal;
}

/*.MenuItemOuter
{
	border-right:2px solid white;
	background-image:url(/Images/CustomerSpecific/BBIMenuItemBorderRight.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.MenuItemInternal
{
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	
}*/
.MenuLeftBox
{
	position:relative;
	float:left;
	/*background-image: url(/Images/CustomerSpecific/EEMainMenuBackground.gif);
	background-position:top;*/
	width:195px;
	height:23px;
	left:1px;
	z-index:1;
	font-size:0;
	background-color:#000000;
	display: none;
}

.MenuRightBox
{
	position:relative;
	float:right;
	background-image: url(/Images/CustomerSpecific/EEMainMenuBackground.gif);
	background-position:top;
	width:50px;
	height:23px;
	right:0px;
	top:0px;
	font-size:0;
	display: none;	
}