@CHARSET "UTF-8";

#menuV {
	width:  200px;
	background-color:#7fa6c3;
	/*7fa6c3  FEFCCA*/
}


#menuV ul{
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	list-style-type: none ;
	text-align: right;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	letter-spacing:0px;
	line-height:21px;
}

#menuV ul li{
	margin: 0;
	padding: 0 ;
}

#menuV ul li a{
	width: 100%;
	text-decoration: none;
	color: black;
	padding-right: 5px;
}

#menuV ul li a:hover{
	color: white;
	font-weight: bold;	
	/*text-decoration: underline;*/
	/*background-color:#FFC20E;*/
}

#menuV ul li #menuVselect a{
	color: white;
	font-weight: bold;	
}

#menuV ul #menuVselect {
	/*background-color: aqua;*/	
}

.menuVpere {
	font-size: 12px;
	font-weight: bold;
	background-color: #789CB6;
	/*7fa6c3  CB942C*/
}

.menuVfils {
	font-size: 10px;
	font-weight: normal;
	background-color: #7fa6c3;
	/*7fa6c3  FEFCCA*/
	
}

