/* ================================================================ 
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
{
	margin-left:4px;
	position:relative;
	z-index:100;
	vertical-align:bottom;
	padding-top:1.35em;
}

.dealoftheday
{
	position:relative;
	float:left;
	display:inline;
}

.dealoftheday a
{
	position:absolute;
	background-image: url('img/header/broyhill.jpg');
	background-repeat:no-repeat;
	width:82px;
	height:37px;
	top:-11px;
}

.dropdown ul li a.designideas
{
	background-image: url('img/header/designideas.jpg');
	background-repeat:no-repeat;
	width: 98px;
}

.dropdown ul li a.electronics
{
	background-image: url('img/header/hdtvs.jpg');
	background-repeat:no-repeat;
	width: 77px;
}

.dropdown ul li a.occasional
{
	background-image: url('img/header/accenttables.jpg');
	background-repeat:no-repeat;
	width: 97px;
}

.dropdown ul li a.mattress
{
	background-image: url('img/header/mattress.jpg');
	background-repeat:no-repeat;
	width: 72px;
}

.dropdown ul li a.entertainment
{
	background-image: url('img/header/hometheater.jpg');
	background-repeat:no-repeat;
	width: 100px;
}

.dropdown ul li a.office
{
	background-image: url('img/header/office.jpg');
	background-repeat:no-repeat;
	width: 89px;
}

.dropdown ul li a.diningroom
{
	background-image: url('img/header/diningroom.jpg');
	background-repeat:no-repeat;
	width: 89px;
}

.dropdown ul li a.bedroom
{
	background-image: url('img/header/bedroom.jpg');
	background-repeat:no-repeat;
	width: 77px;
}

.dropdown ul li a.livingroom
{
	background-image: url('img/header/livingroom.jpg');
	background-repeat:no-repeat;
	width: 85px;
}

/* remove all the bullets, borders and padding from the default list styling */
.dropdown ul 
{
padding:0;
margin:0;
list-style-type:none;
vertical-align:bottom;
}

.dropdown ul li ul {
vertical-align:bottom;
width:160px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropdown li {
float:left;
position:relative;
}


/* style the links for the top level */
.dropdown a, .dropdown a:visited {
display:block;
text-decoration:none; 
color:#000; 
height:16px;
padding: 10px 0 0 0; 
text-align:center;
margin: 0;
font-weight: bold;
font-size: 100%;
vertical-align:bottom;
}

.dropdown ul a:hover {}

.dropdown .last a {
border-bottom:solid 1px #aaa;
}

.dropdown .first img {
position:absolute;
top:-5px;
left:1px;
width:102px;
height:10px;
}

.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 {}

/* 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:#F1F1EC;

}

.dropdown ul ul :hover > a.drop {
background:#F1F1EC;
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:26px;
left:0px; 
}

/* another hack for IE5.5 */
* html .dropdown ul ul {
top:26px;
left:0px; 
t\op:26px;
}

/* 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:#ededed; 
color:#000; 
height:auto; 
border-right:solid 1px #ddd;
border-left:solid 1px #ddd;
padding: 3px 8px 6px 8px;
width:160px;
text-align: left;
font-size: 80%;
border-top:solid 1px #ddd;

/* yet another hack for IE5.5 */
}
* html .dropdown ul ul a{
width:160px;
w\idth:160px;
}


/* style the top level hover */
.dropdown a:hover, .dropdown li:hover{
color:#000; 
background-color:#fff;
margin-left:0px;
}

.dropdown ul ul a:hover{
color:#000; 
background-color:#d5d5d4;
}

.dropdown :hover > a, .dropdown ul ul :hover > a {
color:#000; 
border-color:#ddd;
background-color:#fff;
}

#last_top {
border-right:none;
margin-right:3px;
}

#last_top a {
border-right:none;
}

/* 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; 
}