﻿/* ================================================================ 
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 */
.dropMenu 
{
float: left;
width:660px;
font-size:100%;
margin: 0px 0 0 0px;
display: inline;
padding: 3px;
background: #e8e6e7;
}
/* remove all the bullets, borders and padding from the default list styling */
.dropMenu ul {
padding:0;
margin:0;
list-style-type:none;
list-style-image: none;
float: left;
position: relative;
z-index: 1010;
display: inline;
background: #e8e6e7;
width: 660px;
}

#wrapper .main .leftCol .filters li a img{vertical-align: middle;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropMenu li {
float:left;
position:relative;
margin: 0;
}
/* style the links for the top level */
.dropMenu a, .dropMenu a:visited {
display:block;
text-decoration:none; 
color:#006394;  
height:16px; 
border:1px solid transparent; 
border-width:0px 0px 0 0;  
padding:5px; 
line-height:16px;
margin: 0 0 0 0;
white-space: nowrap;
font-weight: bold;
font-size: 100%;
width: 210px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .dropMenu a, * html .dropMenu a:visited 
{
width:210px;
w\idth:210px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropMenu ul ul 
{
margin-top: 0px;
margin-left: 0px;
font-size: 90%;
border: solid 2px #e7e7e7;
visibility:hidden;
position:absolute;
top:26px;
left:0px; 
width:216px;
z-index: 500;
float: left;
background: #fff;
}
/* another hack for IE5.5 */
* html .dropMenu ul ul {
top:22px;
t\op:22px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.dropMenu table {position:absolute; top:0; left:0;}
.dropMenu table th, .dropMenu table td{border: 0;}

/* style the second level links */
.dropMenu ul ul a, .dropMenu ul ul a:visited{
background:#fff; 
color:#666; 
height:20px;
line-height: 20px;  
padding:0px 10px; 
width:190px;
border-top: 0;
font-weight: bold;
position: relative;
z-index: 500;
margin: 2px 3px;
/* yet another hack for IE5.5 */
}
* html .dropMenu ul ul a{
width:190px;
w\idth:190px;
}

/* style the top level hover */
.dropMenu a:hover{
color:#006394; 
background:#d2e5ec;
text-decoration: none;
}
.dropMenu :hover > a, .dropMenu ul ul :hover > a {
color:#006394;
background:#d2e5ec;
}
.dropMenu ul ul :hover > a
{
    background: #fff url(/_img/dropdown-bg.gif) top left no-repeat;
    color: #666;
    text-decoration: none;
}

.dropMenu ul ul a:hover, * html .dropMenu ul ul a:hover
{
    color: #666;
    background: #fff url(/_img/dropdown-bg.gif) top left no-repeat;
    text-decoration: none;
}

/* make the second level visible when hover on first level list OR link */
.dropMenu ul li:hover ul,
.dropMenu ul a:hover ul{
visibility:visible; 
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.dropMenu table {position:absolute; top:0; left:0; border-collapse:collapse;border: 0;}
