/* ================================================================ 
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_dropline2-5.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.
=================================================================== */
.pro_line2 {
height:36px; 
width: 720px;
left: 84px;
position: relative;
/* top: 102px; */
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:500;
}

.pro_line2 .select {
margin:0; 
list-style:none; 
white-space:nowrap;
}

.pro_line2 li {
float:left;
text-align: center; 

background:url("../images/gomb.jpg");
}

.pro_line2 .select a {
display:block; 
height:36px; 
width: 120px;
float:left; 
background: url("../images/gomb.jpg"); 
text-decoration:none; 
line-height:26px; 
padding-top: 0;
white-space:nowrap; 
color:#F8F971;
}
.pro_line2 .select a.utolso {
width: 180px;
float:left; 
}

.pro_line2 .select a b {
display:block; 
background:url("../images/gomb.jpg") right top;
}


.pro_line2 .select a:hover,
.pro_line2 .select li:hover a {
background: url("../images/gomb_hover.jpg"); 
line-height:26px;
cursor:pointer; 
color:#FFED8F;
}

.pro_line2 .select a:hover b, 
.pro_line2 .select li:hover a b {
display:block; 
background:url("../images/gomb_hover.jpg") right top; 
cursor:pointer;
}




/* almenü*/

.pro_line2 .sub {
display:none;
}

/* IE6 only */
.pro_line2 table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.pro_line2 .sub {
margin:0; 
padding:0 0 0 30px;
list-style:none;
}
.pro_line2 .sub li {background:#FFAC1B; border-color: #F68031 #333 #000 #F68031;
}

.pro_line2 .select :hover .sub {
height:30px;   /* kicsit megnöveltem, 18px-ről 25-re */
display:block; 
position:absolute;
float:left;
width:640px;
top:28px; 
left:0; 
text-align:center;
}

.pro_line2 .select :hover .sub li a {
display:block;
height:30px;
line-height:26px;
float:left; 
background:transparent url("../images/transparent.gif"); 
padding:0 16px; 
margin:0; 
white-space:nowrap; 
border:1px solid #000; 
border-color:#888 #777 #666 #ddd; 
color:#7B0F02;
font-size:10px;
}

.pro_line2 .select :hover .sub li a:hover 
{color:#5C1516; background:#FDDC47; border-color: #FFED8F #333 #000 #FFED8F; line-height:26px;}

