@charset "utf-8";
/* CSS Document */

/* Basic Elements */
ul li { list-style: none; }
a{ }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: none; }

/* Backgrounds */

/* body { font: 12px/1.5 arial, verdana, sans-serif; color: #777; } */

#vmenu {
	height: 100px;
	width: 135px;
	list-style-type: none;
	padding: 0px;
	background-image: url(../autosprites/vmenu.png);
	background-repeat: no-repeat;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}

#vmenu li {
	width: 135px;
	height: 20px;
	position: relative;
	cursor: default;
	
} 
	#vmenu #vmenuhome { height: 20px; width: 135px; }
	#vmenu #vmenuabout { height: 20px; width: 135px;}
	#vmenu #vmenuproducts{ height: 20px; width: 135px; }
	#vmenu #vmenuclients { height: 20px; width: 135px;}
	#vmenu #vmenucontact { height: 20px; width: 135px;}

#vmenu li a {
	display: block;
	width: 135px;
	height: 20px;
	text-indent: -9999px;
	position: relative;
}
