@charset "UTF-8";

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

/***************** Default theme ****************/


ul.dropdown {
 padding:0;
 margin:0;
 border-width:0;
}

	ul.dropdown li {
	 padding:4px 8px 4px 14px;
	 border-style: solid;
	 border-width: 1px 1px 0 1px ;
	 border-color: #E9E9E9 #BBBBBB #E9E9E9 #E9E9E9;
	 background-color: #F8F9F9;
	 color: #000;
	 
	}

	ul.dropdown li.menuimage {
	 padding:0; margin:0;
	 line-height: 1px;
	 border-width:0;
	 height:36px;
	 border-bottom:1px solid #181818;
	}

	* html ul.dropdown li.menuimage {
		white-space: nowrap;
		margin-bottom:-3px;
		background-color: #181818;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #C7E6FF;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #4E4E4E; text-decoration: none; }
	ul.dropdown a:hover		{ color: #4E4E4E; }
	ul.dropdown a:active	{ color: #FFF; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 190px;
	 border-style: solid;
	 border-width: 0 0 0 0 ;
	 border-color: #E9E9E9 #C7C7C7 #C7C7C7 #E9E9E9;
	 
	}

		ul.dropdown ul li {
		 font-weight: bold;
		 font-size:11px;
		}

		ul.dropdown ul{
		 background:transparent url(../images/home-v2/shadow.png) repeat scroll right bottom;
		 padding:0 5px 5px 0;
		}

		* html ul.dropdown ul{
		 background:none;
		 padding:0 0 0 0;
		 border-width: 0 0 1px 0 ;
		 border-color: #E9E9E9 #C7C7C7 #C7C7C7 #E9E9E9;
		}

		


/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 background-image: url(../images/home-v2/dd_bg.gif);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown li.shopcategory span, ul.dropdown li.shoproom span, ul.dropdown li.shopmanu span, ul.dropdown li.customlight span, ul.dropdown li.getquote span, ul.dropdown li.tradeprof span, ul.dropdown li.illuminate span {
	display:none;
}
ul.dropdown li.menuimage {
	 background:transparent url(../images/home-v2/menu/site-v2-menu.gif) repeat-x scroll;
	 display:block; height: 35px;
}
ul.dropdown li.shopcategory{width:136px; background-position: 0 0;}
ul.dropdown li.shopcategory:hover{background-position: 0px -35px;}
ul.dropdown li.shoproom{width:115px; background-position: -136px 0;}
ul.dropdown li.shoproom:hover{background-position: -136px -35px;}
ul.dropdown li.shopmanu{width:156px; background-position: -251px 0;}
ul.dropdown li.shopmanu:hover{background-position: -251px -35px;}
ul.dropdown li.customlight{width:122px; background-position: -407px 0;}
ul.dropdown li.customlight:hover{background-position: -407px -35px;}
ul.dropdown li.getquote{width:129px; background-position: -529px 0;}
ul.dropdown li.getquote:hover{background-position: -529px -35px;}
ul.dropdown li.tradeprof{width:142px; background-position: -658px 0;}
ul.dropdown li.tradeprof:hover{background-position: -658px -35px;}
ul.dropdown li.illuminate{width:96px; background-position: -800px 0;}
ul.dropdown li.illuminate:hover{background-position: -800px -35px;}
.shopcategory-a{width:136px;height:35px;display:block;}
.shoproom-a{width:115px;height:35px;display:block;}
.shopmanu-a{width:156px;height:35px;display:block;}
.customlight-a{width:122px;height:35px;display:block;}
.getquote-a{width:129px;height:35px;display:block;}
.tradeprof-a{width:142px;height:35px;display:block;}
.illuminate-a{width:95px;height:35px;display:block;}
* html .shopcategory-a, * html .shoproom-a, * html .shopmanu-a, * html .customlight-a, * html .getquote-a, * html .tradeprof-a, * html .illuminate-a
{height:34px;}

