ul#navlistVertical{
	padding: 0px;
	margin: 0px 0px 0px 5px;
	color: White;
	width: 200px;
	font-family: arial, helvetica, sans-serif;
}

ul#navlistVertical { 
	list-style:none; 
	top:0px;
}


a.menuVertical{
	font-size:12px;
	text-decoration: none;	
	color:#262626;
	display: block;
	height:23px;
	width:155px;
	padding-top: 4px;
	white-space:nowrap;
	font-family:"Lucida Sans", sans-serif,Verdana;
	border-bottom: 1px dotted #cccccc;
	padding-left: 20px;
}

a.menuVerticalHover{
	display: block;
	height:23px;
	width:155px;
	font-size:12px;
	text-decoration: none;	
	color:#666666;
	padding-top: 4px;
	font-family:"Lucida Sans", sans-serif,Verdana;
	padding-left: 20px;
	background-image:url(/user_uploads/templates/linkActive.png);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	border-bottom: 1px dotted #cccccc;
}



a.menuVerticalActive{
	display: block;
	height:23px;
	width:155px;
	font-size:12px;
	padding-top: 4px;
	text-decoration: none;	
	color:#000000;
	font-family:"Lucida Sans", sans-serif,Verdana;
	padding-left:20px;
	background-image:url(/user_uploads/templates/linkActive.png);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	border-bottom: 1px dotted #cccccc;
}




