.the_menu {
	float: left;
	z-index: 1;
}

.the_menu ul {
	list-style: none;
	width: 135px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.the_menu ul li h2 {
	background-image: url(../images/strelica.gif);
	background-repeat: no-repeat;
	
	width: 162px;
	min-height: 21px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	cursor: pointer;
}

.the_menu ul li ul li {
	z-index: 2;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	
	cursor: pointer;
	
	position: relative;
	left: -60px;
	
	padding: 2px 0px 0px 5px;
	
	width: 120px;
	min-height: 21px;
	
	color: black;
	background-color: #bdbdbd;
}

.the_menu ul li ul li:hover {
	color: black;
	background-color: #e3e3e3;
}

.the_menu li ul li a, .the_menu li ul li a:hover {
	color: black;
	background-color: transparent;
}

.the_menu ul li {
	position: relative;
	width: 135px;
	}
	
.the_menu li ul {
	position:absolute;
	top: 0px;
	left:129%;
	display:none;
	text-align: left;
	}

.the_menu ul li a, .the_menu ul li a:visited, .the_menu ul li a:active {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background: white;
	}

.the_menu ul li a:hover {
	text-decoration: none;
	font-size: 11px;
	background: white;
	color: #000000;
	}

.the_menu li:hover ul, .the_menu li.over ul { display: block; }

* html .the_menu ul li { float: left; height: 1%; }
* html .the_menu ul li a { height: 1%; }
