
/* ------------------------------------------------------ */
/* Standard constructions that should apply to all menus. */
/* Edit these definitions should not be required.         */
/* ------------------------------------------------------ */
.menuItemsContainer .menuItem, .menuItemsContainer .expandItem {
	display: block;
}
.horizontalMenu .menuItem, .horizontalMenu .expandItem, .horizontalMenu .separator {
	float: left;
}
.verticalMenu .menuItem, .verticalMenu .expandItem {
	/*width: 100%;*/
}
.menuItemsContainer .dropItem {
	display: block;
	clear:left;
	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 {
	font-size: 11px;
	color: #aeea00;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
	margin: 0px;
}
.Menu .menuItem:hover {
	color: #67c1ff;
	text-decoration: none;
}
.Menu .menuItem {
}
.Menu .lastItem {
}

/* Main Nav Dropdowns */
.Menu .dropItem {
	background-color: #141414;
	padding: 2px 20px 2px 8px;
	line-height: 17px;
	font-size: 11px;
	text-decoration: none;
	color: #aeea00;
	text-align:left;
}
.Menu .dropLastItem {
	padding-bottom:7px;
	background-image:url(../Images/custom/drop-end.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.Menu .dropItem:hover {
	color: #67c1ff;
	text-decoration: none;
}


/* Main Nav Expander */
.Menu .expandItem {
	background-color: yellow;
	padding: 0px 10px 0px 20px;
	line-height: 17px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: red;
}
.Menu .expandLastItem {
   /* border-bottom: 10px solid pink;*/
}
.Menu .expandItem:hover {
	color: black;
	text-decoration: none;
}
.Menu .expandArrowItem, .Menu .dropArrowItem {
	background-repeat: no-repeat;
	background-position: center right;
}

.Menu .beforeExpandItem {
	/*color: blue;*/
	border-bottom: 0px;
}
.Menu .afterExpandItem {
	
	/*color: red;*/
	/*border-top: 1px solid black;*/
}

/* Currently selected items are highlighted the same colour in both main and dropdown nav */
.Menu .currentItem, .Menu .dropCurrentItem, .Menu .expandCurrentItem {
	color: #67c1ff;
}
/********************************************************************************/



.SideMenu {
	margin-left: 19px;
	width: 184px;
}

.SideMenu .menuItem {
	padding: 5px;
}