/* Vertical Navigation */
ul {
	padding: 3px 2px 2px 2px;
	line-height: 1.6em;
	margin: 0px;
}

ul#navvert {
	display: block;
	border: 0;
	margin: 4px 2px 2px 3px;
	padding: 0;

width: 160px;
	list-style-type: none;
	border-top: 1px solid #505147;
	border-bottom: 4px solid #505147;
	background: #8e8f7e;
float: right;

}

ul#navvert li { display: block; }

ul#navvert li a {
	display: block;
	height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;
        font-size: 1.2em;
border-left: 1px dotted #8e8f7e;
border-top: 1px dotted #8e8f7e;
border-bottom: 1px dotted #8e8f7e;
	padding: 3px 12px 0px 12px;
	border-right: none;
	color: #D5DFE2;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
background-color: #7f8072;
	cursor: pointer;
}

ul#navvert li.odd a {
	display: block;
	height: 23px;
border-left: 1px dotted #8e8f7e;
border-top: 1px dotted #8e8f7e;
border-bottom: 1px dotted #8e8f7e;
	padding: 3px 12px 0px 12px;
	border-right: none;
	color: #D5DFE2;
background-color: #4B6974;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}

ul#navvert li a:hover {
	background-color: #9a9b8b;
	color: #fff;
	text-decoration: underline;
border-left: 1px dotted #628F9B;
border-top: 1px dotted #628F9B;
border-bottom: 1px dotted #628F9B;
}

ul#navvert li a.active, ul#navvert li a.active:hover {
	height: 23px;
color: #fff;
	background: #505147;
	cursor: default;
font-weight: bold;
}
ul#navvert li a.active:after { content: "\00A0\00BB" attr(cite); }
