
/* ------------------------------------------------------ */
/* Standard constructions that should apply to all menus. */
/* Edit these definitions should not be required.         */
/* ------------------------------------------------------ */
.menuItemsContainer .menuItem, .menuItemsContainer .expandItem {
	display: block;
	white-space:nowrap;
}
.horizontalMenu .menuItem, .horizontalMenu .expandItem, .horizontalMenu .separator {
	float: left;
	white-space:nowrap;
}
.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 {
	width:750px;
}
.Menu ul {
  float: left;
}

/* Main Nav */
.Menu .menuItem {
	font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
	line-height: 26px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	margin: 0px;
}
.Menu .hoverItem {
	font-weight: bold;
	color: #ffcc33;
	text-decoration: underline;
}

.Menu .lastItem {
	border-right: 0px solid #ccc;	
}

/* Main Nav Dropdowns */
.Menu .dropItem {
	text-align:left;
/*	background-color: #96ccfc;*/
	background-color: #4e91cc;	
	padding: 0px 10px;
	line-height: 27px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: #ffffff;
	margin-left:10px;
}
.Menu .dropLastItem {
	border-bottom: 1px solid #ccc;
}
.Menu .dropItem:hover {
	background-color: #3f81bc;
	color: #ffcc33;
	text-decoration: none;
}


/* Main Nav Expander */
.Menu .expandItem {
	background-color: yellow;
	padding: 0px 10px 0px 20px;
	line-height: 27px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: red;
}
.Menu .expandLastItem {
}
.Menu .expandItem:hover {
	background-color: #ffcd11; /* cat-yellow */
	color: black;
	text-decoration: none;
}
.Menu .expandArrowItem, .Menu .dropArrowItem {
}

.Menu .beforeExpandItem {
	border-bottom: 0px;
}
.Menu .afterExpandItem {
}

/* Currently selected items are highlighted the same colour in both main and dropdown nav */
.Menu .currentItem, .Menu .dropCurrentItem, .dropCurrentItem:hover, .Menu .expandCurrentItem {
	color: #d71a22; /* RED */
	color: #ffcc33; /* YELLOW */
	text-decoration: underline;
}
.Menu .dropCurrentItem, .Menu .expandCurrentItem {
	background-color: #3f81bc; /* blue */
}

/********************************************************************************/


.SideMenu {
	padding-top: 180px;
	padding-bottom: 80px;
	width:150px;
	white-space:normal;
}

/* Main Nav */
.SideMenu .menuItem {
	font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
	padding-left: 15px;
	padding-top: 7px;
	padding-right: 10px;
	line-height:20px;
/*	height: 20px;*/
	text-decoration: none;
	color: #dddddd;
	font-weight: bold;
	font-size: 11px;
}
.SideMenu .menuItem:hover {
	background-image: url(../Images/arrow-bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: 2px 13px; /* h v */
	color: #ffffff;
	text-decoration: underline;
}

.SideMenu .lastItem {
	border-right: 0px solid #ccc;	
}

/* Main Nav Dropdowns */
.SideMenu .dropItem {
/*	background-color: #ffeda7; */
	background-color: #4e91cc;	
	padding: 0px 10px;
	line-height: 25px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
/*	color: black;*/
	color: #ffffff;
}
.SideMenu .dropLastItem {
	border-bottom: 1px solid #ccc;
}
.SideMenu .dropItem:hover {
/*	background-color: #fddf6e;
	color: black;*/
	background-color: #3f81bc;
	color: #ffcc33;
	text-decoration: none;
}


/* Main Nav Expander */
.SideMenu .expandItem {
	padding: 0px 5px 0px 25px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid #ccc;
	border-bottom: 0px;
	white-space:nowrap;
	color: #dddddd;
}
.SideMenu .expandLastItem {
	padding-bottom:20px;
}
.SideMenu .expandItem:hover {
	background-image: url(../Images/arrow-bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px; /* h v */
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.SideMenu .expandArrowItem, .SideMenu .dropArrowItem {
	background-image: url(../Images/menuArrowBlack.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.SideMenu .beforeExpandItem {
	border-bottom: 0px;
}
.SideMenu .afterExpandItem {
}

/* Currently selected items are highlighted the same colour in both main and dropdown nav */
/*.SideMenu .currentItem, .SideMenu .dropCurrentItem, .SideMenu .expandCurrentItem { /* original */
.SideMenu .currentItem {
	background-image: url(../Images/arrow-bullet-down.gif);
	background-repeat: no-repeat;
	background-position: 2px 13px; /* h v */
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.SideMenu .trueCurrentItem {
	background-image: url(../Images/arrow-bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: 2px 13px; /* h v */
}

.SideMenu .currentItem:hover {
}
.SideMenu .expandCurrentItem {
	background-image: url(../Images/arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px; /* h v */
	padding-left: 25px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.SideMenu .expandTrueCurrentItem {
	background-image: url(../Images/arrow-bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px; /* h v */
}
/*
.SideMenu .expandTrueCurrentItem:hover {
	background-image: url(../Images/arrow-bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px;
}
*/
/********************************************************************************/
