
/* ------------------------------------------------------ */
/* Standard constructions that should apply to all menus. */
/* Edit these definitions should not be required.         */
/* ------------------------------------------------------ */
.menuItemsContainer .menuItem, .menuItemsContainer .expandItem, .menuItemsContainer .expandItem_2, .menuItemsContainer .expandItem_3, .menuItemsContainer .expandItem_4, .menuItemsContainer .expandItem_5  {
	display: block;
}
.horizontalMenu .menuItem, .horizontalMenu .expandItem, .horizontalMenu .expandItem_2, .horizontalMenu .expandItem_3, .horizontalMenu .expandItem_4, .horizontalMenu .expandItem_5,.horizontalMenu .separator {
	float: left;
}

.verticalMenu .menuItem, .verticalMenu .expandItem {
	/*width: 100%;*/
}
.menuItemsContainer .dropItem {
	display: block;
/*	clear:left; /*this does what*/
	clear:right; /*this does what*/
	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 {
	background-color: white;
	line-height: 25px;
	font-size: 11px;
	color: black;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}
.Menu .menuItem:hover {
	background-color: #f7f7f7;
	color: black;
	text-decoration: none;
}

.Menu .separator {
	padding-top:5px;
}

.Menu .lastItem {
	border-right: 0px solid #ccc;
}

/* Main Nav Dropdowns */
.Menu .dropItem {
	background-color: white;
	padding: 0px 10px;
	line-height: 25px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: black;
	text-align:left;
}
.Menu .dropLastItem {
	border-bottom: 1px solid #ccc;
}
.Menu .dropItem:hover {
	background-color: #f7f7f7;
	color: black;
	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: green;*/
}


/********************************************************************************/

.SideMenu {
/*	line-height:30;*/
}

/* Main Nav */
.SideMenu .menuItem {
	background-image: url(../Images/arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px; /* h v */
	padding-left: 17px;
	padding-bottom:7px;
	height: 20px;
	text-decoration: none;
	color: #7e88a4;
	font-weight: bold;
	font-size: 10px;
}
.SideMenu .menuItem:hover {
	background-image: url(../Images/arrow-bullet-hover.gif);
	color: #005bab; /* Blue */
	text-decoration: none;
}

.SideMenu .lastItem {
	border-right: 0px solid #ccc;	
}

/* Main Nav Dropdowns */
.SideMenu .dropItem {
	background-color: #ffeda7; 
	padding: 0px 10px;
	line-height: 25px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: black;
}
.SideMenu .dropLastItem {
	border-bottom: 1px solid #ccc;
}
.SideMenu .dropItem:hover {
	background-color: #fddf6e;
	color: black;
	text-decoration: none;
}


/* Main Nav Expander */
.SideMenu .expandItem {
	background-image: url(../Images/arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px; /* h v */
	padding: 0px 5px 0px 25px;
	line-height: 17px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid #ccc;
	border-bottom: 0px;
	white-space:nowrap;
	color: #7e88a4; 
}
.SideMenu .expandLastItem {
	padding-bottom:20px;
}
.SideMenu .expandItem:hover {
	background-image: url(../Images/arrow-bullet-hover.gif);
	padding-left: 25px;
	font-weight: bold;
	color: #005bab;
}
.SideMenu .expandArrowItem, .SideMenu .dropArrowItem {
/*	background-image: url(../Images/menuArrowBlack.gif);
	background-repeat: no-repeat;
	background-position: center right;*/
}

.SideMenu .beforeExpandItem {
	/*color: blue;*/
	border-bottom: 0px;
}
.SideMenu .afterExpandItem {

}

/* Currently selected items are highlighted the same colour in both main and dropdown nav */
.SideMenu .currentItem {
	background-image: url(../Images/arrow-bullet-hover.gif);
	color: #162E6F;
	color: #bb0a36; /* Darker Red */
	color: #005bab; /* Blue */
	text-decoration: none;
}
.SideMenu .currentItem:hover {

}
.SideMenu .expandCurrentItem {
	background-image: url(../Images/arrow-bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px; /* h v */
	padding-left: 25px;
	font-weight: bold;
	color: #005bab;
/*	text-decoration: underline;*/
}

/********************************************************************************/


