#active {
	background: url('images/meniu_back_over.gif') 10px;
	background-repeat: repeat-x;
	color: #b82a2a;
}

.style11 {
	width: 480px;
}
.style11:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.style11 ul {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.style11 ul li {
	display: inline;
}
.style11 ul li a {
	float: left;
	line-height: 33px;
	height: 33px;
	width: 75px;
	color: #494949;
	padding: 4px 7px;
	padding-top: 50px;
	margin: 0;
	text-decoration: none;
	margin-right: 3px;
	background-color: #fff;
}
.style11 ul li a:hover {
	background: url('images/meniu_back_over.gif') 10px;
	background-repeat: repeat-x;
}
.dropmenudiv {
	position: absolute;
	margin-top: 2px;
	top: 0;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
* html .dropmenudiv a {
	width: 100%;
}
.dropmenudiv a:hover {
	background-color: #F0F0F0;
}

