/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color:#fff;	font-size:12px;
	width: 100%;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
padding: 2px 10px;
text-decoration: none;
background: transparent url(img/krecha-menu2.png) center right no-repeat;
color:#fff;
}

#vdividermenu ul li a:visited{
color: #fff;
}

#vdividermenu ul li a:hover{
color: #333;
}
