/* Navigation styles
link-visited-hover-active
focus
----------------------------*/
#nav { /* all lists */
    background:#e0e0e0;
	float:right;
	width:592px;
	padding:0;
	margin:0;
	font-size:0.75em;
	ine-height: 1.5;
}

#nav a {
	display: block;
	/*width: 10em;  width needed or else Opera goes nuts */
	padding:0.4em 1em 0.4em 1em;
	font-weight:bold;
	text-decoration:none;
	color:#313231;
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
	list-style:none;
	background:#e0e0e0;
}

#nav li li{ /* all list items */
	float: left;
	width: 100%;
	list-style:none;
	padding:0;
	margin:0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #985A2B;
	width: 14em; /* width needed or else Opera goes nuts */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:0;
	padding:0 0 0 3px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav ul a:hover, #nav ul a:visited:hover {
	background:#d6d6d6
}

/* Sub-navigation styles
----------------------------*/
#sub-nav, #home-nav {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	font-size:0.75em;
}

#sub-nav li, #home-nav li {
    background:#fff;
	float:left;
	width:100%;
	list-style:none
}

#sub-nav a, #home-nav a {
	display:block;
    padding:0.8em 1em;
    border-bottom:1px solid #323232;
    font-weight:bold
}

#sub-nav a:link, #home-nav a:link {
	text-decoration:none;
	color:#666;
	background:transparent
}

#sub-nav a:visited, #home-nav a:visited {
	text-decoration:none;
	color:#666;
	background:transparent
}

#sub-nav a:hover, #home-nav a:hover {
	text-decoration:none;
	color:#666;
	background:transparent
}

#sub-nav a:active, #home-nav a:active {
	text-decoration:none;
	color:#666;
	background:transparent
}

#home-nav li a:link, #home-nav li a:visited {
    padding-left:3em;
    background:#fff url(../img/home_bg.gif) no-repeat 1em center;
}

/*Set up default*/
#sub-nav a:hover, #sub-nav a.active_link {background:url(../img/fade_professional.gif) repeat-x}

#menu159 a:hover, #menu159 a.active_link {background:url(../img/fade_downlights.gif) repeat-x}
#menu162 a:hover, #menu162 a.active_link {background:url(../img/fade_spotlights.gif) repeat-x}
#menu164 a:hover, #menu164 a.active_link {background:url(../img/fade_bath.gif) repeat-x}
#menu168 a:hover, #menu168 a.active_link {background:url(../img/fade_kitchen.gif) repeat-x}
#menu522 a:hover, #menu522 a.active_link {background:url(../img/fade_lounge.gif) repeat-x}
#menu170 a:hover, #menu170 a.active_link {background:url(../img/fade_professional.gif) repeat-x}
#menu172 a:hover, #menu172 a.active_link {background:url(../img/fade_accessories.gif) repeat-x}