
* {padding:0; margin:0}
.dropdown {
float:left; 
padding-right:5px;
}
.dropdown dt {
width:158px;
padding:6px; 
font-weight:bold; 
color: #fff;
cursor:pointer;
}
.dropdown dd {
position:absolute; 
overflow:hidden; 
right: 100px;
width:208px; 
display:none;
z-index:0; 
}
.dropdown ul
{
width:150px;
list-style:none; 
}
.dropdown li {
display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
display:block; 
padding:5px; 
color:#333; 
text-decoration:none; 
background:#eaf0f2; 
width:194px;
}
.dropdown a:hover {
background:#d9e1e4; 
color:#000;
}
.dropdown .underline {
border-bottom:1px solid #6a0016;
}





.dropdownProducts {
float:left; 
padding-right:5px;
}
.dropdownProducts dt {
width:48px;
padding:6px; 
font-weight:bold; 
color: #fff;
cursor:pointer;
}
.dropdownProducts dd {
position:absolute; 
overflow:hidden; 
left: 170px;
width:208px; 
display:none;
z-index:0; 
}
.dropdownProducts ul
{
width:150px;
list-style:none; 
}
.dropdownProducts li {
display:inline;
}
.dropdownProducts a, .dropdownProducts a:active, .dropdownProducts a:visited {
display:block; 
padding:5px; 
color:#333; 
text-decoration:none; 
background:#eaf0f2; 
width:194px;
}
.dropdownProducts a:hover {
background:#d9e1e4; 
color:#000;
}
.dropdownProducts .underline {
border-bottom:1px solid #6a0016;
}
