/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */

/* Get rid of the margin, padding and bullets in the unordered lists */
#hdrop ul{
	list-style-type:none;
	}
#hdrop {
	position:absolute;
	margin:0px 0 0px 0px;
	padding:0;
	list-style: none;
	width:600px;
	border:0px;
	float:left;
	}
	
#hdrop li {	
	float: left;
	margin-left:2px;
	background:url(../images/crta.gif) no-repeat right;
}
#hdrop li.separator {	
	color:#fff;
	padding:0px 7px 0 5px;
	font-size:12px;
}


/* Set up the link size, color and borders */
/* padding premika drop gor/dol v FF */
#hdrop a {	
	font-family:"Trebuchet MS";
	text-decoration: none;	
	font-size:12px;
	font-weight:bold;	
	background:#ffff00;
	color:#000000;
	padding:0px 0px 0px 0px;
	cursor:pointer;
	display:block;
}

/* margin premika drop menu (2 level) v FF */
#hdrop li ul {display:none;  height:auto;  border:0px solid #F8FAF5; border-top:0; float:left; position:absolute; margin:2px 0 0 28px;}
/* margin premika drop menu (2 level) v IE6 */
* html #hdrop li ul {visibility:hidden; display:block;  padding:0; background:transparent;  margin:2px 0 0 20px;}
#hdrop li ul li {height:auto;	float:left;	margin:0;	padding:0; border-bottom:1px solid #ebebeb; background:none;}

/* oblika drop menija 2 level */
#hdrop ul li a{background:transparent none; display:block; width:175px; float:left; font-size:11px; color:#000; text-align:left; text-decoration:none; padding:6px 0 6px 10px}

/* background na meniju v IE in FF */
#hdrop ul li a:hover {background:#ffff00;}



/* For Non-IE browsers and IE7 */
#hdrop li:hover {position:relative;}
/* Make the hovered list color persist */
#hdrop li:hover > a {color:#000000; text-decoration:underline;}

/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#hdrop li:hover > ul {display:block; padding:0; background: #f8f9fb;}
/* Position the first sub level beneath the 
top level liinks */
#hdrop > li:hover > ul {left:-30px; top:16px; }

/* get rid of the table */
#hdrop table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #hdrop li a:hover {position:relative; color:#000000;}

/* ugly ie hacks */

/* For accessibility of the top level menu when tabbing */
#hdrop li a:active, #hdrop li a:focus {}

/* Set up the pointers for the sub level indication */

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #hdrop li ul {visibility:hidden; display:block; position:absolute; top:-10px; left:80px; padding:0; background:#f8f9fb;}

/* keep the third level+ hidden when you hover on first level link */
#hdrop li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#hdrop li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#hdrop li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#hdrop li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#hdrop li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#hdrop li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#hdrop li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#hdrop li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#hdrop li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

#hdrop li a:hover{text-decoration:underline}
#hdrop li ul li a:hover{text-decoration:none}