﻿/* ================================================================ 
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/final_drop2.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.
=================================================================== */
/* style the outer div to give it width */
.menu 
{
float: left;
width:auto;
font-size:100%;
margin-left:15px;
display:inline;
}

.menu ul
{

display:inline;

}

.menu ul li a.main
{
font-weight:bold;
padding:5px 2px 5px 2px;



}

.menu ul li
{


}

#wrap #container #hdr .menu a:hover
{
text-decoration:none;
color:#B8E14B;
}

.menu ul li .spacer
{
border-right:1px solid #B8E14B;
height:19px;
width:3px;
display:block;
margin-top:8px;

}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
list-style-image: none;
float: left;
position: relative;
z-index: 50;
display: inline;
margin-top:3px;

}

.menu ul ul {
width:150px;
margin-top: 0px;
margin-left: 0px;
font-size: 90%;

}

.menu ul ul ul
{
    font-size: 100%;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
list-style-type:none;
list-style-image: none;
float:left;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a.extra, .menu a:visited {
display:block;
text-decoration:none; 
color:#fff;  
height:23px; 
border:1px solid transparent; 
border-width:0 0 0 0;  
line-height:23px;
margin: 0 5px;
}
.extra
{
  font-size:90%;
}

.menu b
{
  font-size:90%;
}
.menu a.extra, .menu a.extra:visited
{
    color: #fff;
    margin: 0 5px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 
{
width:40px;
w\idth:40px;

}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:32px;
left:0; 
width:150px;
}
.menu ul ul.test{width: 180px;}
/* another hack for IE5.5 */
* html .menu ul ul {
top:32px;
t\op:32px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited, .menu ul ul ul a, .menu ul ul ul a:visited{
/*background:#c5c5c5; */
background:#0F6413;
color:#fff; 
height:auto; 
line-height:1em; 
padding:7px 10px; 
width:129px;
/*border:1px solid #c5c5c5; */
border:1px solid #0F6413;
border-width:1px 0 0 0;
font-weight: bold;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:129px;
w\idth:129px;
}

.menu ul ul.test li a{width: 180px; }
.menu ul ul.test a, .menu ul ul.test a:visited{width: 180px;}

/* style the top level hover */
.menu a:hover{
color:#2EB135 ; 
background:transparent;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#d398d6;
background:transparent;
}
.menu ul ul :hover > a
{
    background: #2EB135 ;
    color: #fff;
}

.menu ul ul a:hover, * html .menu ul ul a:hover
{
    color: #fff;
    background-color:#2EB135 ;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited 
{
    /* background:#c5c5c5; */
    background:#2EB135 ; 
    border-left: solid 1px #fff;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#2EB135 ;}

/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited 
{
    /*background:#c5c5c5; */
    background:#2EB135 ; 
    border-left: solid 1px #fff;}
/* style the fourth level hover */
.menu ul ul ul ul a:hover {background:#2EB135 ;}
.menu ul ul ul ul{margin-left: 1px;}

/* position the third level flyout menu */
.menu ul ul ul{left:150px; top:0px; width:149px; }

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse; border:0; margin:-5px 0 0 0; padding:0;}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}

/* keep the fourth level hidden when you hover on first level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the fourth level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul :hover ul{visibility:visible;}

/*
.menu ul ul a.dropArrow
{
    background-image: url(/_images/drop-arrow.gif);
    background-position: center right;
    background-repeat: no-repeat;
    }
*/