/* ================================================================ 
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/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul, .alfabetmenu ul {
list-style-type:none;
padding:0;
margin:0;
margin-left: 28px;
}
.alfabetmenu ul {
margin-left: 0px; 
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li, .alfabetmenu li{
float:left;
position:relative;
z-index:100;
display: inline;
}

/* use the table to position the dropdown list */
.menu table, .alfabetmenu table {
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited,
.alfabetmenu a, .alfabetmenu :visited {
display:block;
font-size:11px;
padding-left: 17px;
padding-right: 17px;
padding-top: 7px;
padding-bottom: 7px;
color:#ffffff;
background:#1E1E1C;
text-decoration:none;
margin-left: -1px;
margin-right: 0px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
line-height: 13px;
}
/* style the links hover */
.menu :hover, .alfabetmenu :hover {
color:#ffffff;
background:#3C3C3A;
}

/* hide the sub level links */
.menu ul ul, .alfabetmenu ul ul {
visibility:hidden;
position:absolute;
width:185px;
height:0;
margin-left: 1px;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul,
.menu ul li a:hover table tr td ul,
.menu ul li.sfhover ul,
.alfabetmenu ul li:hover ul,
.alfabetmenu ul a:hover ul,
.alfabetmenu ul li a:hover table tr td ul,
.alfabetmenu ul li.sfhover ul {
visibility:visible;
}

.menu ul li ul li a, .menu ul li ul li :visited,
.alfabetmenu ul li ul li a, .alfabetmenu ul li ul li :visited {
background-color: #3C3C3A;
width: 185px;
border-bottom: 1px solid #2B2B29;
border-left: 0;
border-right: 0;
}

.menu ul li ul li :hover, .alfabetmenu ul li ul li :hover  {
  background-color:#1E1E1C;
  color: #00A6EC;
  border-bottom: 1px solid #2B2B29;
}

.menu_active, a:visited.menu_active {
color:#ffffff;
background:#2b2b29;
}

.alfabetmenu a, .alfabetmenu :visited {
padding-left: 5px;
padding-right: 5px;
}

div#alfabetmenu { 
margin-left: 30px;
margin-top: 15px;
}

div#menu { width: 720px !important; background: #1E1E1C;  }
