/* Vertical Navigation */
ul {
	line-height: 22px;
}

ul#navvert {
	display: block;
	margin: 6px;
	width: 270px;
	list-style-type: none;
	float: right;
	background-color: #999999;
	padding-top: 0;
	padding-left: 0;

}



ul#navvert li a {
	display: block;
	height: 33px;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;
	font-size: 12px;
	padding: 3px 12px 0px 7px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	background-color: #A2A093;
	cursor: hand;
	border: thin outset #d8d7d1;
}

ul#navvert li.odd a {
	display: block;
	height: 33px;

	padding: 3px 12px 0px;
	
background-color: #666666;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	cursor: hand;
}

ul#navvert li a:hover {
	color: #ffffff;
	
	background-image: url(../imagenes/how.jpg);

}

ul#navvert li a.active, ul#navvert li a.active:hover {
	height: 33px;
	color: #000000;
	background: #d8d7d1 url(construccion-web.gif) no-repeat right center;
	cursor: default;
	font-weight: bold;
	border-top: 1px groove #FFFFFF;
	border-right: 1px groove #CCCCCC;
	border-bottom: 1px groove #CCCCCC;
	border-left: 1px groove #FFFFFF;
}
