/* 
 www.obzorja.si - CSS menu file
 by Studio Tandem 2004, http://www.studiotandem-sp.si
 
 List and menu scripts based on articles "Taming lists" by Mark Newhouse
 and "Suckerfish dropdowns" by Patrick Griffiths from A List Apart, http://www.alistapart.com/

*/

#menu li ul {
	display: none;
	position: relative;
	background-color: #ccc; 
	/* border: solid 1px #ccc; */
	font-size: 90%;
}

#menu li ul li {
	border-top: solid 1px #ddd;
	border-bottom: none;
	/* height: 18px; */
	height: 1%;
	background-color: red;
	margin: 0;
}

#menu li ul li a{
	display: block;
	background-color: #ccc;
	padding: 2px 2px 2px 16px;
	height: 17px;
}


#menu li:hover ul, #menu li.over ul { 
	display: block; 
}
.normal {
	color: #000000;
	font-weight: normal;
}
h4 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, _sans;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}
