#menuwrapper {
	height: 30px;
}
#menubarEnd {
	height: 30px;
	background-image: url(/_images/navbarBack.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menubar a {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#menubar a.trigger {
	margin: 0px;
	padding: 0px;
}

#menubar li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#menubar li ul, #menubar ul li  {
	width: 12em;
}
/*submenu text styles*/
#menubar ul li a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #E2E2E2;
	/*border-bottom: 1px solid #E2E2E2;*/
	border-left: 1px solid #E2E2E2;
	/*margin-left: 10px;*/
}
#menubar li:hover a, #menubar a:focus, #menubar a:active, #menubar li.hvr a {
	color: #003366;
}
#menubar li:hover ul, #menubar li.hvr ul {
	display: block;
}
#menubar li:hover ul a, #menubar li.hvr ul a {   /*drop menu background and text */
	color: #006699;
	background-color: #FFFFFF;
}
#menubar ul a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	margin: 0px;
	padding: 0px;
}
#menubar ul a:hover {
	background-color: #EAEAEA!important; /*submenu hover background colour*/
	color: #003366!important; /*submenu hover text colour*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2e2e2;
}
#menubar li {
	width: auto;
}



/* left menu -------------------------------*/
#leftNav {
	float: left;
	width: 150px;
	background-image: url(/_images/leftNav_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 440px;
}
#leftNav p {
	margin: 0px;
	padding: 0px;
}
#navcontainer {
	margin-bottom: 4px;
	width: 150px;
	text-align: center;
	}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}

#navcontainer a {
	display: block;
	width: 149px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
#navcontainer a:link, #navlist a:visited {
	color: #999900;
	text-decoration: none;
	font-size: 11px;
	background-color: #FFFFFF;
	}
#navcontainer a:hover {
	background-color: #EAEAEA;
	}
/*end left menu*/

