@charset "UTF-8";

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop3.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.
=================================================================== */


.navHorizontal {
padding:0px;
margin:0;
list-style:none;
/*height:36px;*/
height:20px;
background:#none;
position:relative;
z-index:500;
font-family:arial, verdana, sans-serif;
text-transform:uppercase;
}
.navHorizontal li.top {
display:block;
float:left;
}
.navHorizontal li a.top_link {
display:block;
float:left;
/*height:36px;*/
height:20px;
/*line-height:27px;*/
line-height:20px;
color:#747474;
text-decoration:none;
font-size:11px;
font-weight:bold;
/*padding:0 0 0 12px;*/
padding:0 12px 0 12px;
cursor:pointer;
background:#none;
}
.navHorizontal li a.top_link span {
float:left;
display:block; 
/*padding:0 24px 0 12px;*/
padding:0px;
/*height:36px;*/
height:20px;
background:#none;
}
.navHorizontal li a.top_link span.down {
float:left; 
display:block; 
/*padding:0 24px 0 12px;*/
padding:0px;
/*height:36px;*/
height:20px; 
background:#none;
}
.navHorizontal li a.top_link:hover {
color:#ffffff;
background:#747474;
}
.navHorizontal li a.top_link:hover span {
background:#747474;
}
.navHorizontal li a.top_link:hover span.down {
background:#747474;
}

.navHorizontal li:hover > a.top_link {
color:#ffffff; 
background:#747474;
}

.navHorizontal li:hover > a.top_link span {background:#747474;
}
.navHorizontal li:hover > a.top_link span.down {
background:#747474;
}

.navHorizontal table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.navHorizontal a:hover {
visibility:visible; 
position:relative; 
z-index:200;
}

.navHorizontal li:hover {
position:relative; 
z-index:200;
}

/* keep the 'next' level invisible by placing it off screen. */
.navHorizontal ul, 
.navHorizontal :hover ul ul, 
.navHorizontal :hover ul :hover ul ul,
.navHorizontal :hover ul :hover ul :hover ul ul,
.navHorizontal :hover ul :hover ul :hover ul :hover ul ul {
position:absolute;
left:-9999px; 
top:-9999px; 
width:0; 
height:0;
margin:0; 
padding:0;
list-style:none;
}

.navHorizontal :hover ul.sub {
left:0; 
/*top:31px;*/
top:18px; 
background: #f1f1f1; 
/*padding:3px;*/
padding:0px 10px 0px 0px;
border-top:2px solid #000000;
border-bottom:5px solid #000000;
white-space:normal; 
width:130px; 
height:auto; 
z-index:300;
}

.navHorizontal :hover ul.sub li {
display:block; 
/*height:20px;*/
height:auto; 
position:relative; 
float:left; 
width:130px; 
font-weight:normal;
}

.navHorizontal :hover ul.sub li a {
display:block; 
font-size:11px; 
/*height:20px;*/
height:auto; 
width:130px; 
/*line-height:20px;*/
line-height:11px;  
text-indent:0px; 
color:#000000; 
text-decoration:none;
padding:3px 3px 3px 7px;
border-bottom:1px solid #747474;
}

.navHorizontal :hover ul.sub li a.fly {
background:#f1f1f1;
}

.navHorizontal :hover ul.sub li a:hover {
background:#747474; 
color:#ffffff;
}

.navHorizontal :hover ul.sub li a.fly:hover {
background:#747474; 
color:#ffffff;
}

.navHorizontal :hover ul li:hover > a.fly {
background:#747474; 
color:#ffffff;} 

.navHorizontal :hover ul :hover ul,
.navHorizontal :hover ul :hover ul :hover ul,
.navHorizontal :hover ul :hover ul :hover ul :hover ul,
.navHorizontal :hover ul :hover ul :hover ul :hover ul :hover ul
{
left:138px;
/*top:-4px;*/ 
top:0px; 
background: #f1f1f1;
/*padding:3px;*/ 
padding:0px 10px 0px 0px;
border-top:2px solid #000000;
border-bottom:5px solid #000000; 
white-space:normal; 
width:130px; 
z-index:400; 
height:auto;
}


