
/* ------------------------------------------------------ */
/* Standard constructions that should apply to all menus. */
/* Edit these definitions should not be required.         */
/* ------------------------------------------------------ */
.menuItemsContainer .menuItem, .menuItemsContainer .expandItem, .menuItemsContainer .expandItem_2, .menuItemsContainer .expandItem_3, .menuItemsContainer .expandItem_4, .menuItemsContainer .expandItem_5  {
	display: block;
}
.horizontalMenu .menuItem, .horizontalMenu .expandItem, .horizontalMenu .expandItem_2, .horizontalMenu .expandItem_3, .horizontalMenu .expandItem_4, .horizontalMenu .expandItem_5,.horizontalMenu .separator {
	float: left;
}

.verticalMenu .menuItem, .verticalMenu .expandItem {
	/*width: 100%;*/
}
.menuItemsContainer .dropItem {
	display: block;
	clear:right;
	cursor: pointer;
	white-space: nowrap;
}
.menuItemsContainer .dropDown {
	position: absolute;
	z-index: 100000;
	visibility: hidden;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
.menuItemsContainer li {
	display: inline;
}
.menuItemsContainer ul {
	padding:0;
	margin: 0;
	list-style: none;
}

/* ------------------------------------------------------ */
/* The following classes should be modified to customize  */
/* the appearance of your menu. */
/* ------------------------------------------------------ */



.Menu {
}

/* Main Nav */
.Menu .menuItem {
	padding: 1px 7px 1px 7px;
	background-color:
}
.Menu .hoverItem {
	background-color: #f9b019;
}

.Menu .separator {
	width:4px;
	height:1px;
}

.Menu .lastItem {
}

/* Main Nav Dropdowns */
.Menu .dropItem {
	background-color: #d5d5d5;
	padding: 0px 10px;
	line-height: 25px;
	font-size: 11px;
	font-weight:300;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: black;
	text-align:left;
}
.Menu .dropItem:hover {
	background-color: #f7f7f7;
	color: black;
	text-decoration: none;
}
.Menu .dropLastItem {
	border-bottom: 1px solid #ccc;
}


/* Main Nav Expander */
.Menu .expandItem {
}
.Menu .expandItem:hover {
}
.Menu .expandLastItem {
 }
.Menu .arrowItem {
}

.Menu .expandArrowItem, .Menu .dropArrowItem {
	background-image: url(../Images/arrow-expand1.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.Menu .beforeExpandItem {
}
.Menu .afterExpandItem {
}

/* Currently selected items are highlighted the same colour in both main and dropdown nav */
.Menu .currentItem {
	background-color: #f9b019;
}
.Menu .dropCurrentItem {
	background-color: #f7f7f7;
	color: black;
	text-decoration: none;
}
.Menu .expandCurrentItem {
	color:#f8941d;
}
.Menu .trueDropCurrentItem {
	color:#f8941d;
}

.Menu .trueCurrentItem {
}


/********************************************************************************/

.SideMenu {
/*	line-height:30;*/
}

/* Main Nav */
.SideMenu .menuItem {
	padding-top:6px;
	padding-bottom:6px;
	padding-left: 10px;
	text-decoration: none;
	color: #222222;
	font-weight: bold;
	font-size: 12px;
}
.SideMenu .menuItem:hover {
	color: #eeeeee;
	text-decoration: none;
}

.SideMenu .lastItem {
	border-right: 0px solid #ccc;	
}

/* Main Nav Dropdowns */
.SideMenu .dropItem {
	background-color: #ffeda7; 
	padding: 0px 10px;
	line-height: 25px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: black;
}
.SideMenu .dropLastItem {
	border-bottom: 1px solid #ccc;
}
.SideMenu .dropItem:hover {
	background-color: #fddf6e;
	color: black;
	text-decoration: none;
}


/* Main Nav Expander */
.SideMenu .expandItem {
	padding: 0px 5px 0px 30px;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid #ccc;
	border-bottom: 0px;
	white-space:nowrap;
	color: #222; 
}
.SideMenu .expandLastItem {
	padding-bottom:20px;
}
.SideMenu .expandItem:hover {
	font-weight: bold;
	color: #eee;
	text-decoration: underline;
}
.SideMenu .expandArrowItem, .SideMenu .dropArrowItem {
}

.SideMenu .beforeExpandItem {
	border-bottom: 0px;
}
.SideMenu .afterExpandItem {

}

/* Currently selected items are highlighted the same colour in both main and dropdown nav */
.SideMenu .currentItem {
	color: #eee;
	text-decoration: none;
}

.SideMenu .trueCurrentItem {
	color: #eee;
	text-decoration: none;
}

.SideMenu .currentItem:hover {

}
.SideMenu .expandCurrentItem {
	font-weight: bold;
	color: #eee;
}

/********************************************************************************/

/********************************************************************************/

.SideMenuNew {
/*	line-height:30;*/
}

/* Main Nav */
.SideMenuNew .menuItem {
	padding-top:6px;
	padding-bottom:6px;
	padding-left: 15px;
	text-decoration: none;
	color: #999;
	font-weight: bold;
	font-size: 12px;
}
.SideMenuNew .menuItem:hover {
	background-image: url(../Images/arrow-white-dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px; /* h v */
	color: #fff;
	text-decoration: none;
}

.SideMenuNew .lastItem {
	border-right: 0px solid #ccc;	
}

/* Main Nav Dropdowns */
.SideMenuNew .dropItem {
	background-color: #ffeda7; 
	padding: 0px 10px;
	line-height: 25px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: black;
}
.SideMenuNew .dropLastItem {
	border-bottom: 1px solid #ccc;
}
.SideMenuNew .dropItem:hover {
	background-color: #fddf6e;
	color: black;
	text-decoration: none;
}


/* Main Nav Expander */
.SideMenuNew .expandItem {
	padding: 0px 5px 0px 30px;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid #ccc;
	border-bottom: 0px;
	white-space:nowrap;
	color: #222; 
}
.SideMenuNew .expandLastItem {
	padding-bottom:20px;
}
.SideMenuNew .expandItem:hover {
	font-weight: bold;
	color: #eee;
	text-decoration: underline;
}
.SideMenuNew .expandArrowItem, .SideMenuNew .dropArrowItem {
}

.SideMenuNew .beforeExpandItem {
	border-bottom: 0px;
}
.SideMenuNew .afterExpandItem {

}

/* Currently selected items are highlighted the same colour in both main and dropdown nav */
.SideMenuNew .currentItem {
	color: #fff;
	text-decoration: none;
}

.SideMenuNew .trueCurrentItem {
	background-image: url(../Images/arrow-white-dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px; /* h v */
	color: #fff;
	text-decoration: none;
}

.SideMenuNew .currentItem:hover {

}
.SideMenuNew .expandCurrentItem {
	font-weight: bold;
	color: #fff;
}
.SideMenuNew .expandTrueCurrentItem {
	font-weight: bold;
	color: #fff;
}

/********************************************************************************/



