/* ================================================================ 
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/pro_droptab.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.
=================================================================== */

.nav {
height:25px;
position:relative;
width:798px;
z-index:500;
background: url(meniu_tab.gif) no-repeat #ffff3d;
}

.nav .table {
display:table;
margin:0 auto;
}

.nav .select,
.nav .current {
margin:0;
padding:0;
list-style:none;
display:table-cell;
white-space:nowrap;
}

.nav li {
margin:0;
padding:0;
height:auto;
float:left;
}

.nav .select a {
display:block;
height:25px;
float:left;
background: url(left.gif) no-repeat;
padding:0 0 0 5px;
text-decoration:none;
line-height:25px;
white-space:nowrap;
color:#065496;
}

.nav .select a b {
display:block;
padding:0 10px 0 5px;
background:url(right.gif) no-repeat 100% 0;
}

.nav .current a {
display:block;
height:25px;
float:left;
background: url(left.gif) no-repeat 0 -200px;
padding:0 0 0 5px;
text-decoration:none;
line-height:25px;
white-space:nowrap;
color:#fff;
}

.nav .current a b {
display:block;
padding:0 10px 0px 5px;
background:url(right.gif) no-repeat 100% -200px;
white-space:nowrap;
}

.nav .select a:hover, 
.nav .select li:hover a {
background: url(left.gif) no-repeat 0 -100px;
padding:0 0 0 5px;
cursor:pointer;
color:#fff;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block;
float:left;
padding:0 10px 0 5px;
background:url(right.gif) no-repeat 100% -100px;
cursor:pointer;
}

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse;
margin:0 0 -1px 0;
font-size:1em;
width:0;
height:0;
}

.nav .sub {
display:table;
margin:0 auto;
padding:0;
list-style:none;
}

.nav .select :hover .select_sub, 
.nav .current .show {
display:block;
position:absolute;
width:798px;
top:25px;
background:#f79107;
padding:10px 0 0 0;
z-index:100;
left:0;
text-align:center;
white-space:nowrap;
}

.nav .select :hover .select_sub {
background:#4251c8;
}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block;
float:left;
background:transparent;
padding:0 0 0 5px;
background: url(left.gif) no-repeat 0 0;
margin:0;
white-space:nowrap;
border:0;
color:#065496;
font-size:11px;
height:20px;
line-height:20px;
}

.nav .select :hover .sub li a b {
padding:0 10px 0 5px;
background: url(right.gif) no-repeat right 0;
}

.nav .current .sub li.sub_show a {
color:#fff;
cursor:default;
padding:0 0 0 5px;
background: url(left.gif) no-repeat 0 -200px;
}
.nav .current .sub li.sub_show a b {
padding:0 10px 0 5px;
background: url(right.gif) no-repeat right -200px;
}
.nav .current .sub li a b {
padding:0 10px 0 5px;
background: url(right.gif) no-repeat right 0;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible;
color:#fff;
padding:0 0 0 5px;
background: url(left.gif) no-repeat 0 -200px;
}
.nav .select :hover .sub li a:hover b, 
.nav .current .sub li a:hover b {
padding:0 10px 0 5px;
background: url(right.gif) no-repeat right -200px;
}

.nav .current .sub li.sub_show a:hover, 
.nav .current .sub li.sub_show a:hover i {
color:#fff;
}

.dual {
font-size:25%;
}

#lm {
font-family:"arial narrow", sans-serif;
font-variant: small-caps;
}