/* Navigation based on STC-UK */
/* NOTE: If menu_left height is changed must also change .bodywrapper min-height in SCVS.css */

#menu_left {
	clear: left;
	float: left;
   width: 200px;
	height: 550px;
   margin-top: 15px;
	padding: 30px 0px 0px 0px;
	font-size : 1.1em;
	background:  #000066;
}
/* for FF only ensures menu is approx same height as with IE*/
html>body #menu_left {
	height: 520px;
}

#menu_leftTop {
	float: left;
	clear: both;
	display: block;
   width: 200px;
	height: 25px;
	background: transparent url('../images/menu/200pxtop.gif') no-repeat top center;
}
#menu_leftBtm {
	float: left;
	clear: left;
   width: 200px;
	height: 580px;
	background: transparent url('../images/menu/200pxbottom.gif') no-repeat bottom center;
}

#mainnav {
	visibility: hidden;
}
#mainnav, #mainnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 2em;
}

#mainnav a {
	display: block;
	color: #7894F5;
	background-color: transparent;
	width:inherit;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #7894f5;
	font-size: 1.06em;
	font-weight: 700;
	height: 2em;
}
/* for FF only ensures menu is approx same height as with IE*/
html>body #mainnav a {
	
	height: 2em;
}

#mainnav a:hover {
	background-color: #7894F5;
	color: #FFF;
}

#mainnav li li a {
	display: block;
	color: #FFF;
	background-color: transparent;
	width: inherit;
	padding: 3px 3px 3px 3px;
	margin-left: 15px;
	text-decoration: none;
	border-bottom: 1px solid #3e5abd;
	font-weight: normal;
	height: 1.5em;
}
/* Main menu hilite item */
.selectedItem {
	display: block;
	color: #F16011;
	width: inherit;
	font-weight: 500;
	height: 2em;
	text-decoration: none;
	margin-left: 15px;
	padding: 3px 3px 3px 3px;
	background-color: transparent;
	border-bottom: 1px solid #3e5abd;
}
#mainnav a.xx {
	color: #FFFFFF;
}
#mainnav a.selectedMainItem  {
	color: #F16011 !important;
}
.hiddenImg {
	display: none;
	background-color: #fff;
	width: inherit;
	padding: 3px 3px 3px 3px;
	border: 1px solid #000;
}
