#menu 		{ margin-top: 0px; margin-left: 7px; text-align: left; width: 615px; height: 25px; }
#menu ul, li 	{ margin: 0; padding: 0; color: black; font-weight: normal; }
ul.makeMenu 	{ font-weight: bold; font-size: 13px; }


/**************************************/
/* 1. uroven                          */
/**************************************/
ul.makeMenu li.first 	{ width: 152px; position: absolute; padding: 3px; text-align: left; cursor: hand; border-right: 2px solid white; }

li.first#predaj 	{ margin-left: 0px; background: url("./pic/button.jpg") no-repeat; color: #ffffff; text-align: center; font-weight: bold; height: 30px; }
li.first#predaj-over 	{ margin-left: 0px; background: url("./pic/button-over.jpg") no-repeat; color: #ffffff; text-align: center; font-weight: bold; height: 30px; }

li.first#prenajom 	{ margin-left: 152px; background: url("./pic/button.jpg") no-repeat; color: #ffffff; text-align: center; font-weight: bold; height: 30px; }
li.first#prenajom-over 	{ margin-left: 152px; background: url("./pic/button-over.jpg") no-repeat; color: #ffffff; text-align: center; font-weight: bold; height: 30px; }

li.first#kupa 		{ margin-left: 304px; background: url("./pic/button.jpg") no-repeat; color: #ffffff; text-align: center; font-weight: bold; height: 30px; }
li.first#kupa-over	{ margin-left: 304px; background: url("./pic/button-over.jpg") no-repeat; color: #ffffff; text-align: center; font-weight: bold; height: 30px; }

li.first#najom 		{ margin-left: 456px; background: url("./pic/button.jpg") no-repeat; color: #ffffff; text-align: center; font-weight: bold; height: 30px; }
li.first#najom-over	{ margin-left: 456px; background: url("./pic/button-over.jpg") no-repeat; color: #ffffff; text-align: center; font-weight: bold; height: 30px; }

/* Firefox */
/*
ul.makeMenu li:hover 	{ background-color: #FF7171;}
li.first#predaj:hover 	{ background-color: #FF7171;}
li.first#prenajom:hover { background-color: #FF7171;}
li.first#kupa:hover 	{ background-color: #FF7171;}
li.first#najom:hover 	{ background-color: #FF7171;}
*/

div#menu > ul.makeMenu li {
	width: 144px;
}


/**************************************/
/* 2. uroven                          */
/**************************************/
ul.makeMenu li { 
	behavior: url("../iemen.htc"); 
	list-style-type: none; 
	margin: 0px; 
	position: relative;
	padding: 2px 0 2px 5px;
	border-top: 1px solid white;
	text-align: left;
}


ul.makeMenu ul { 
	display: none; 
	position: absolute; top: 0px; left: 95px; left:0px; top: 26px;
	background-color: #D8D8D8;
	background-color: rgb(132,209,255);
	background-color: rgb(255,130,130);
	background-color: rgb(0,105,189);
	border-bottom: 1px solid white; 
	width: 149px;
}

ul.makeMenu li a { 
	color: #000000; 
	color: white;
	display: block; 
	width: 100%; 
	text-decoration: none; 
	font-weight: bold; 
}


ul.makeMenu li a:hover {
	color: black; 
	color: yellow;
}

/* Firefox */
ul.makeMenu li:hover>ul { 
	display: block; 
}
