@charset "utf-8";
/* CSS Document */

*
{
	margin : 0;
	padding : 0;
}
			
/* body
{
	font : 100% "verdana", sans-serif;
	padding : 2em;
}*/
			
#VerColMenu, #VerColMenu ul
{
	list-style : none;
	width : 15em;
	list-style-image: url(none);
	background: none;
	}
#VerColMenu ul li { list-style-image : none;
list-style:none; 
background:none;
padding-left: 5px; }
#VerColMenu a
{
	background : #ffffff;
	color : #5e5e5e;
	display : block;
	font-weight : bold;
	padding : 0.5em 0em;
	text-decoration: none;
	/*border-left: 8px solid #e00000;
	/*border-right: 1px solid #e00000;*/
	border-bottom: 1px dotted #484848;
}
#VerColMenu ul a
{
	background : #f7f7f7;
	color : #484848;
	font-weight : normal;
	text-decoration: underline;
}
#VerColMenu ul a:hover
{
	background : #ffffff;
	text-decoration: underline;
	color : #000000;
}

