
/* ------------------------------------------------------ */

/* Standard constructions that should apply to all menus. */

/* Editing 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 0px 8px 0px;
	margin: 0px;
	background: url(/Site/Designs/Images/Menus/drop_menu_bottom.gif) bottom left no-repeat;
}

.menuItemsContainer li {
	display: inline;
}

.menuItemsContainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* ------------------------------------------------------ */
/* MESS WITH THESE ONES TO STYLE THE MENUS....
/* ------------------------------------------------------ */

.menu {

}

/* ------------------------------------------------------ */
/* Main Nav  */
/* ------------------------------------------------------ */

.Menu .menuItem {
	line-height: 110%;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 12px 8px 12px;
	margin: 0px;
}

.Menu .menuItem:hover {
	/*font-weight:bold;*/
	color:#FFFFFF;
	background-color:#ea6310;
}


.Menu .lastItem {
	border-right: 1px solid #F07600;
}

/* ------------------------------------------------------ */
/* Main Nav Dropdowns  */
/* ------------------------------------------------------ */

.Menu .dropItem {
	width: 116px;	
	color:#FFF;
	background-color:#ea6310;
	line-height:150%;
	font-size:12px;
	padding: 3px 12px 3px 12px;
	margin: 0px;
	border-bottom: #F2A16F dotted 1px;
}

.Menu .dropFirstItem {
}

.Menu .dropLastItem {
}

.Menu .dropItem:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color:#F07600;
}

/* ------------------------------------------------------ */
/* Currently Selected - for main menu and drop downs
/* ------------------------------------------------------ */

.Menu .currentItem, .Menu .dropCurrentItem, .Menu .expandCurrentItem {
	color: #FFFFFF;
	background-color:#ea6310;
}

.Menu .dropCurrentItem {
	color: #FFFFFF;
	font-weight: bold;
	background-color:#F07600;
}

/* Main Nav Expander */
.Menu .expandItem {
	
}

.Menu .expandLastItem {


}

.Menu .expandItem:hover {
	
}

.Menu .expandArrowItem, .Menu .dropArrowItem {
	

}



.Menu .beforeExpandItem {
	
	
}

.Menu .afterExpandItem {
	
}


/********************************************************************************/




.Footer {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
/* Main Nav */
.Footer .menuItem {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
.Footer .menuItem:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
.Footer .lastItem {
}
/* Currently selected items are highlighted the same colour in both main and dropdown nav */
.Footer .currentItem, .Footer .dropCurrentItem, .Footer .expandCurrentItem {
	color: #white;
}
.Footer .separator {
	color:#7f7f7f;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height:26px;
	padding-left:10px;
	padding-right:10px;
}


/********************************************************************************/
