.template_top_color_1 {background-color: #ffffcd;}
.template_top_color_2 {background-color: #9c3820;}
.template_naslov {color: #9c3820;}

.the_menu {
	z-index: 1;
}

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

.the_menu .tablica, .the_menu .tablica a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	white-space: wrap;
	color: white;
	padding-top: 2px;
}

.the_menu .tablica:hover, .the_menu .tablica a:hover {
	color: #ffff99;
}

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

.the_menu ul li h2:hover {
	background-image: url(../images/left_menu_kozarstvo.jpg);
	background-repeat: no-repeat;
}

.the_menu ul li ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	
	cursor: pointer;
	
	white-space: wrap;
	margin: 0;
	padding: 3 3 0 0;
}

.the_menu ul li ul li {
	z-index: 2;
	margin-left: -40;
	padding-left: 5px;
	
	width: 120;
	height: 19;
	
	border-bottom: 1px solid #39891d;
	border-right: 1px solid #39891d;
	
	background-color: #a6cd52;
	white-space: wrap;
}

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

.the_menu ul li ul li ul {
	border-left: 1px solid #39891d;
}

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

/* Styles for Menu Items */

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

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

.the_menu li:hover ul, .the_menu li.over ul { display: block; } /* The magic */

/* Holly Hack. IE Requirement \*/
* html .the_menu ul li { float: left; height: 1%; }
* html .the_menu ul li a { height: 1%; }
/* End */


