

.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0px 13px 0px 13px;
	width:940px;
	height:30px;
	float:left;
	margin-top:120px;
	font-size:0.85em;
	position:relative;
	z-index:200;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;

}

.menu ul ul {
	margin:0 0 0 6px;
	width:150px;
	z-index:100;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
	float:left;
	width:110px;
	position:relative;
	z-index:100;
}

/* style the links for the top level */

.first_left{
	float:left;
	height:30px;
	width:15px;
	margin-left:-5px;
	background:url(../images/menu-separator.gif) no-repeat right top; 
}
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	width:110px; 
	height:30px;
	background:url(../images/menu-separator.gif) no-repeat top right;
	line-height:29px;
	color:#FFFFFF;
	z-index:100;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
	width:110px;
	w\idth:110px;
	color:#FFFFFF;
}


/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:url(../images/pixel.gif);
}

/* style the third level hover */

.menu ul ul ul a:hover {
	background:#460046;
}





/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:1px; 
	width:150px;

}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:30px;	
	left:-5px;
}


/* position the third level flyout menu */

.menu ul ul ul{
	left:164px; 
	top:0;
	width:150px;
	z-index:10;
}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {
	left:-150px;
}



/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {
	position:absolute;
	top:0; 
	left:0;
}



/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {
	text-align:left;
	background:url(../images/pixel.gif);
	color:#FFFFFF; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:150px;
	margin-left:-6px;
	margin-top:-2px;
	/* yet another hack for IE5.5 */
	z-index:30;
	position:relative;

}

* html .menu ul ul a{	text-align:left;
	width:150px;
	w\idth:150px;
}

/*Hcak za IE7*/

*+html .menu ul ul a, .menu ul ul a:visited {	text-align:left;
	background:url(../images/pixel.gif);
	color:#FFFFFF; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:150px;
	margin-left:-7px;
	margin-top:-2px;
}

* html .menu ul ul a, .menu ul ul a:visited {	text-align:left;
	background:url(../images/pixel.gif);
	color:#FFFFFF; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:150px;
	margin-left:-7px;
	margin-top:-2px;
	z-index:100;
}

/* style the top level hover */

.menu a:hover, .menu ul ul a:hover{
	color:#fff;
	background:url(../images/pixel.gif);
	z-index:100;
}


.menu a:hover {
	color:#fff;
	background:#460046;
}


.menu ul ul a:hover  {
	color:#ffffff;
	background:#460046;
	z-index:100;
}



/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;
	z-index:100;
}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{
	visibility:hidden;
	z-index:100;
}



/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ 
	visibility:visible;
	z-index:100;
}