/* dateCreated:26/8/09 


createdBy Lisa Moore


version: 1.0

*/
.menuVertical {
	text-decoration: none;
	width: 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	float: left;
	position: absolute;
	padding-top: 30px;
	padding-left: 12.5px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menuVertical ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:181px;
}
/* hack for IE5.5 */
* html .menuVertical ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
/*.menuVertical li {
	position:absolute;
	background-color: #b5a8a1;
}*/

/* get rid of the table */
.menuVertical table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:11px;}

/* style the links */
.menuVertical a, .menuVertical a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:181px;
	text-indent:2px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #005481;
	font-family: Arial, Helvetica, sans-serif;
	color: #072637;
	overflow: hidden;
	font-size: 100%;
	position: relative;
}
/* hack for IE5.5 */
/** html .menuVertical a, * html .menuVertical a:visited {background:#b5a8a1; width:181px; w\idth:180px;}*/
/* style the link hover */
* html .menuVertical a:hover {
	color:#fff;
	background:#b5a8a1;
	width: 181px;
}

.menuVertical :hover > a {
color:#fff; 
background:#b5a8a1;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */

/*

.menuVertical ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */

/*


.menuVertical ul li:hover ul,
.menuVertical ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */

/*


.menuVertical ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */

/*


.menuVertical ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */

/*


.menuVertical ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */

/*


.menuVertical ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
</style>
[if IE 7]>
<style type="text/css">
.menuVertical li {float:left;}
</style>
<![endif]
.boldNav {
	font-weight: bold;
	color: #684f40;
	text-decoration: none;
}

*/
.boldNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #072637;
	text-indent: 4px;
}
.LastLeftNav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005481;
}
