
/* ------------------------------------------------------ */
/* 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:0;
}
.menuItemsContainer li {
	display: inline;
}
.menuItemsContainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


.NewsMenu .menuItemsContainer li {
display:list-item !important;
}
.NewsMenu .menuItemsContainer ul {
	padding:10px !important;
	margin:0 0 0 10px !important;
	list-style:inherit !important;
}


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



.Menu {
}

/* Main Nav */
.Menu .menuItem {
	padding: 6px 6px 0 6px;
	height:20px;
}
.Secondary .menuItem {
	padding: 0px 4px 0 4px;
	height:20px;
}


.Menu .menuItem:hover {
	background-color: #12367a;
	text-decoration: none;
	color:#fff;
}

.Menu .menuItem {
}
.Menu .lastItem {
}

/* Main Nav Dropdowns */
.Menu .dropItem {
	background-color: #154399;
	padding: 0px 10px;
	line-height: 20px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #577fb9;
	border-bottom:0px;
	color:#fff;
}
.Menu .dropLastItem {
	border-bottom: 1px solid #577fb9;
}
.Menu .dropItem:hover {
	background-color: #173179;
	color:#fff;
	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: 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: #12367a;
}
/********************************************************************************/



.FooterMenu .menuItem{
    font-size: 10px;
    color:#b0b0b0;
    display: inline;
    float: none;
}
.FooterMenu .separator {
    display: inline;
    float: none;
    padding: 0px 3px;
}


