
/* ------------------------------------------------------ */
/* 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-family:  "Tahoma", Arial, Helvetica, Helv, Sans-serif;
	font-size: 8pt;
	color: white;
	text-decoration: none;
	padding: 4px 12px 0px 12px;
	margin: 0px;
	height: 20px;
	line-height: 15px;
}
.Menu .menuItem:hover {
	text-decoration: none;
	color: #baee53;
}

.Menu .separator {
	/*font-size: 11px;
	color: white;
	padding: 5px 0px 0px 0px;*/
	margin: 0px;
	padding: 0px;
	height: 24px;
	/*height: 19px;*/
	/*display: none;*/
}

.Menu .menuItem {
	border: 0px;
}
.Menu .lastItem {

}

/* Main Nav Dropdowns */
.Menu .dropItem {
	background-color: #367836;
	padding: 2px 10px;
	line-height: 17px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid white;
	border-bottom: 0px;
	color: white;
}
.Menu .dropLastItem {
	border-bottom: 1px solid white;
}
.Menu .dropItem:hover {
	text-decoration: none;
	color: #baee53;
}


/* 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: 1px solid pink;*/
}
.Menu .expandItem:hover {
	background-color: #f7f7f7;
	color: black;
	text-decoration: none;
}
.Menu .expandArrowItem, .Menu .dropArrowItem {
	background-image: url(../Images/menuArrowBlack.gif);
	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 {
	background-color: #97cf4b;
	color: #001c55;
}
/********************************************************************************/


.FooterMenu .horizontalMenu ul {
	text-align: center;
}
.FooterMenu .menuItemsContainer .menuItem, .FooterMenu .menuItemsContainer .separator {
	display: inline;
	float: none;
}


/* Main Nav */

.FooterMenu .menuItem {
	font-family:  "Tahoma", Arial, Helvetica, Helv, Sans-serif;
	font-size: 8pt;
	color: white;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	height: 19px;
}
.FooterMenu .menuItem:hover {
	text-decoration: none;
}

.FooterMenu .separator {
	font-size: 11px;
	color: white;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	height: 19px;
	/*display: none;*/
}

.FooterMenu .menuItem {
	border: 0px;
}
.FooterMenu .lastItem {

}

/* Main Nav Dropdowns */
.FooterMenu .dropItem {
	background-color: white;
	padding: 0px 10px;
	line-height: 17px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: black;
}
.FooterMenu .dropLastItem {
	border-bottom: 1px solid #ccc;
}
.FooterMenu .dropItem:hover {
	text-decoration: none;
}


/* Main Nav Expander */
.FooterMenu .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;
}
.FooterMenu .expandLastItem {
  /*  border-bottom: 1px solid pink;*/
}
.FooterMenu .expandItem:hover {
	background-color: #f7f7f7;
	color: black;
	text-decoration: none;
}
.FooterMenu .expandArrowItem, .FooterMenu .dropArrowItem {
	background-image: url(../Images/menuArrowBlack.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

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

/* Currently selected items are highlighted the same colour in both main and dropdown nav */
.FooterMenu .currentItem, .FooterMenu .dropCurrentItem, .FooterMenu .expandCurrentItem, .FooterMenu .menuItem:hover {
	color: #96c638;
}
/********************************************************************************/
