
/* ------------------------------------------------------ */
/* 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;
	color: #fff;
	padding:0;
}
.verticalMenu .menuItem, .verticalMenu .expandItem {
	/*width: 100%;*/
}
.menuItemsContainer .dropItem {
	display: block;
	clear:left;
	cursor: pointer;
	white-space: nowrap;
	background-color: #CC0000;	
}

.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;
}
.menuItemsContainer li ul ul li{
	margin:0;
	padding-left: 0px;

	
}
/* ------------------------------------------------------ */
/* The following classes should be modified to customize  */
/* the appearance of your menu. */
/* ------------------------------------------------------ */





/* Main Nav */
.Menu .menuItem {
	background-color: #000;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}
.Menu .menuItem:hover {
	background-color: #CC0000;
	color: #FFF;
	text-decoration: none;
}

.Menu .menuItem {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.Menu .lastItem {
	border-right: 1px solid #000;
}

/* Main Nav Dropdowns */
.Menu .dropItem, .Menu .dropItem:visited {
	background-color: #cc0000;
	padding: 0 5px;
	line-height: 22px;
	font-size: 0.9em;
	font-weight:bold;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #000;
	border-bottom: 1px solid #CC0000;
	border-left: 1px solid #000000;
}

.Menu .dropFirstItem{
	margin-top: 1px;
	padding-top: 4px;
}

.Menu .dropLastItem {
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
}
.Menu .dropItem:hover {
	background-color: #CCc;
	color: #000;
	text-decoration: none;
}


/* Footer Menu */


.FooterMenu .menuItem, .FooterTwoMenu .menuItem {
	background-color: #000;
	line-height: 10px;
	font-size: 0.9em;
	color: black;
	text-decoration: none;
	padding: 0 4px 0 4px;
}
.FooterMenu .menuItem:hover, .FooterTwoMenu .menuItem:hover {
	background-color: #000;
	color: black;
	text-decoration: none;
}


/* Main Nav Expander */
.Menu .expandItem {
	background-color: yellow;
	padding: 0px 10px 0px 20px;
	line-height: 17px;
	font-size: 0.9px;
	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: #CC0000;
}
/********************************************************************************/


