/* ================================================================ 
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_drop.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.
=================================================================== */

.dropdown {
width:798px; 
height: 43px;
position:relative;
z-index:100;
vertical-align:bottom;
background-image: url('../../current/img/header_links_bg.gif');
	border: solid 1px #aaa;
	border-bottom: none;

}

html .dropdown ul a img {

}

/* remove all the bullets, borders and padding from the default list styling */
.dropdown ul {
padding:0;
margin:0;
list-style-type:none;
}

.dropdown ul ul {
width:98px;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropdown li {
float:left;
width:95px;
position:relative;
}

.dropdown ul li.browse{
	width: 155px;
}

.dropdown ul li.promotions{
	width: 165px;
}

.dropdown ul li a.browse{
	width: 155px;
}

.dropdown ul li a.promotions{
	width: 165px;
}

/* style the links for the top level */
.dropdown a, .dropdown a:visited {
display:block;
text-decoration:none; 
color:#444; 
width: 95px;
height: 18px;
padding: 12px 0; 
text-align:center;
margin: 0;
font-weight: bold;
font-size: 100%;


}


.dropdown ul a:hover {

background-color: #C8C8C8;
color: #444;
}


.dropdown .last a {
border-bottom:solid 1px #aaa;
}



.dropdown .first img {
z-index:100;
position:absolute;

top:43px;
left:1px;
width:95px;
height:5px;
}


.dropdown a#active {
color:#045;
font-weight: bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .dropdown a, * html .dropdown a:visited {
width:95px;
w\idth:95px;
}

/* style the second level background */
.dropdown ul ul a.drop, .dropdown ul ul a.drop:visited {
background:#fff;

}
/* style the second level hover */
.dropdown ul ul a.drop:hover{
background:#fff;

}

.dropdown ul ul :hover > a.drop {
background:#fff;
background-image: none;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropdown ul ul {

visibility:hidden;
position:absolute;
height:0;
top:41px;
left:0px; 
width:165px;
font-size: 80%;
}

/* another hack for IE5.5 */
* html .dropdown ul ul {
border-top:solid 1px #aaa;
top:41px;
left:0px; 
t\op:41px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.dropdown table {position:absolute; top:0; left:0;}

/* style the second level links */
.dropdown ul ul a, .dropdown ul ul a:visited {
border: 0;
background:#fff; 
color:#444; 
height:auto; 
border-right:solid 1px #aaa;
border-left:solid 1px #aaa;
padding: 3px 8px 6px 8px;
width:165px;
text-align: left;
border-top:solid 1px #aaa;

/* yet another hack for IE5.5 */
}
* html .dropdown ul ul a{
width:165px;
w\idth:165px;
}


/* style the top level hover */
.dropdown a:hover, .dropdown li:hover{
color:#000; 
background-color:#C8C8C8;
margin:0px;
}

.dropdown ul ul a:hover{
color:#444; 
background:#ccc;

}

.dropdown :hover > a, .dropdown ul ul :hover > a {
color:#444; 
border-color:#aaa;
}



/* make the second level visible when hover on first level list OR link */
.dropdown ul li:hover ul,
.dropdown ul a:hover ul{

visibility:visible; 
}