﻿/*
Colour charts:
#FD9800 = orange
#FF6500 = orange
#D4D0C8 = grey (windows-like application colour)
#999999 = grey (light)
#343434 = dark brown
*/
.MainMenuArea
{
	/*margin-top: 15px;*/
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	background: #FFF;
}
.TopGroup
{
	position: relative;
	float: left;
	width:100%;
}
.TopItem, .TopItemHover, .HomeItem, .HomeItemActive, .HomeItemHover, .TopItemActive, .TopItemActiveHover, .HomeItemActiveHover, .HomeItemNew, .HomeItemExisting, .TopItemNew, .TopItemExisting
{
	color: #A5ACB7;
	background-color: #FFF;
	white-space: pre-wrap;
	text-align: center;
	border-left: 1px solid #A5ACB7;
	font-weight: 300;
	padding: 5px 15px 13px 15px;
	font-size: 11px;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing:2px;
}
.HomeItem, .HomeItemActive, .HomeItemHover, .HomeItemActiveHover, .HomeItemNew, .HomeItemExisting
{
    border:none;
}
.TopItem, .HomeItem
{
	background: #FFF;
}
.TopItemHover, .TopItemActive, .HomeItemActive, .HomeItemHover, .TopItemActiveHover, .HomeItemActiveHover
{
	background-image:url(/Images/CustomerSpecific/aqu_top_menu_active_red_bullet.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.TopItemHover, .HomeItemHover, .TopItemActiveHover, .HomeItemActiveHover
{
    color:#A00054;
    cursor:pointer;
}
.HomeItemActive, .TopItemActive
{
    background-image:url(/Images/CustomerSpecific/aqu_top_menu_active_grey_bullet.gif);
	background-repeat:no-repeat;
	background-position:center top;
    color: #A5ACB7;
}
.HomeItemHover, .TopItemHover, .TopItemActiveHover, .HomeItemActiveHover
{
	cursor: pointer;
}
.MenuGroup
{
	/*width: 100px;*/
	*width: 207px;
	background-image:url(/Images/CustomerSpecific/aqu_SubMenuGroupBottomCurveIE7.gif);
	*background-image:url(/Images/CustomerSpecific/aqu_SubMenuGroupBottomCurveIE7.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	*background-repeat:repeat-y;
	padding-bottom:6px;
	*margin-bottom:20px;
	height:auto;
	width: 207px;
	
	
}
.SubItem, .SubItemHover, .SubItemActive, .SubItemExisting, .SubItemNew, .SubItemLastItem, .SubItemLastItemHover, .SubItemActiveLastItem, .SubItemArrow, .SubItemHoverArrow, .SubItemActiveArrow,
.SubItemLastItemArrow, .SubItemLastItemHoverArrow, .SubItemActiveLastItemArrow, .SubItemNewArrow
{
	color: #808285;
	white-space: pre-wrap;
	text-align: left;
	position: relative;
	padding: 5px 10px 6px 15px;
	margin: 1px 1px 0 0;
	font-size:12px;
	background-color:#FFFFFF;
}

.SubItemHover, .SubItemActive, .SubItemLastItemHover, .SubItemActiveLastItem, .SubItemHoverArrow, .SubItemActiveArrow, .SubItemLastItemHoverArrow, .SubItemActiveLastItemArrow
{
	background-color: #A00054;
	cursor: pointer;
	color: White;
}
.MenuBreak
{
	padding: 0px;
}
.HomeItemNew, .HomeItemExisting, .TopItemNew, .TopItemExisting, .SubItemExisting, .SubItemNew, .SubItemArrowExisting, .SubItemArrowNew, .SubItemNewArrow
{
	cursor: pointer;
	font-style: italic;
	background: #CCC;
	color: #000;
	letter-spacing: normal;
}

.StaffAddCategoryItem, .StaffMoveCategoryItem
{
	background-position: 5px;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 11px;
	padding: 5px 10px 5px 27px;
	width: 86px;
	cursor: pointer;
}
.StaffAddCategoryItem
{
	color: #000;
	background-color: #CCC;
	background-image: url(/Images/folder_add.png);
}
.StaffMoveCategoryItem
{
	color: #FFF;
	background-color: #666;
	background-image: url(/Images/arrow_up.png);
}
.SubItemLastItem, .SubItemLastItemHover, .SubItemActiveLastItem, .SubItemLastItemArrow, .SubItemLastItemHoverArrow, .SubItemActiveLastItemArrow
{
   *padding-bottom:11px;
   *background:transparent;
   width:auto;
}
.SubItemLastItemHover, .SubItemActiveLastItem
{
    *background-image:url(/Images/CustomerSpecific/aqu_SubMenuHoverGroupBottomCurveIE7.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.SubItemArrow, .SubItemHoverArrow, .SubItemActiveArrow, .SubItemNewArrow
{
    background-image:url(/Images/arrow_right_purple.gif);
    background-position:center right;
	background-repeat:no-repeat;
}
.SubItemLastItemArrow, .SubItemLastItemHoverArrow, .SubItemActiveLastItemArrow
{
    background-image:url(/Images/arrow_right_purple.gif);
    background-position:center right;
    *background-image:url(/Images/CustomerSpecific/aqu_SubMenuLastItemArrowGroupBottomCurveIE7.gif);
    *background-position:bottom center;
	background-repeat:no-repeat;
}
.SubItemLastItemHoverArrow, .SubItemActiveLastItemArrow
{
    background-image:url(/Images/arrow_right_purple.gif);
    background-position:center right;
    *background-image:url(/Images/CustomerSpecific/aqu_SubMenuLastItemHoverGroupBottomCurveIE7.gif);
    *background-position:bottom center;
    *padding-bottom:11px;
	background-repeat:no-repeat;
}
