﻿/* ================================================================ 
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/menus/pro_drop.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.
=================================================================== */

/*================================================================= */
/*=== TOP LEVEL =================================================== */
/*================================================================= */

.nav {
height:35px;
background: url(../images/cssmenu/BackBar.gif) repeat-x;
position:relative;
font-family: verdana, arial, sans-serif; 
font-size:11px;
width:960px;
z-index:500;
}

.nav .menu {
display:table; 
margin:0 auto;
display:block; 
float:left;
}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li.top {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav .select a.top {
display:block; 
height:35px; 
float:left; 
background: url(../images/cssmenu/ButtonStandard.gif); 
width:106px;
padding:0 0px 0 0px; 
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#ddd;
}

.nav .current a.top {
display:block; 
height:35px; 
float:left; 
background: url(../images/cssmenu/ButtonCurrent.gif);
width:106px;
padding:0 0 0 0px; 
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#fff;
}

.nav .current a.top b {
display:block;
padding:0 0px 0 0px; 
width:106px;
background:url(../images/cssmenu/ButtonCurrent.gif) right top;
}

.nav .select a.top:hover, 
.nav .select li.top:hover a.top {
background: url(../images/cssmenu/ButtonMouseOver.gif); 
width:106px;
padding:0 0 0 0px; 
cursor:pointer; 
color:#fff;
}

.nav .select a.top:hover b, 
.nav .select li.top:hover a.top b {
display:block; 
float:left; 
background:url(../images/cssmenu/ButtonMouseOver.gif);
width:106px;
padding:0 0px 0 0px; 
cursor:pointer;
}

/*================================================================= */
/*=== LOWER LEVELS ================================================ */
/*================================================================= */

/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family: arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Style the list OR link hover. Depends on which browser is used */ 
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:3px; top:35px; background: #F4EFDC; padding:3px 0; border:1px solid #fff; white-space:nowrap; width:120px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:117px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:113px; line-height:20px; text-indent:5px; text-align:left; color:#000; text-decoration:none; border:3px solid #fff; border-width:0;}
.menu :hover ul.sub li a.fly {background:#F4EFDC url(../images/cssmenu/arrow.gif) 107px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#799AEC; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#799AEC url(../images/cssmenu/arrow_over.gif) 107px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#799AEC url(../images/cssmenu/arrow_over.gif) 107px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul {
left:117px;
top:-4px;
background: #F4EFDC;
padding:3px 0;
border:1px solid #fff;
white-space:nowrap;
width:120px;
z-index:200;
height:auto;
z-index:300;
}

