/*@import "/_furniture/css/all/nav.css";*/



.MainMenu{
	height: 48px;
	background: #858585 url(/2.0/_furniture/gfx/bg/nav-main-menu.jpg) repeat-x;
	margin: 0;
	padding: 0;	
	position: relative;
	z-index: 180;
}


.HomeButton{
	width: 48px;
	height: 48px;
	float: left;	
	margin: -6px 0 0 -20px;
}

.HomeButton a{
	width: 48px;
	height: 0;
	padding: 48px 0 0 0;
	display: block;
	overflow: hidden;
	background: transparent url(/2.0/_furniture/gfx/icons/nav_home.png) no-repeat;
}

.HomeButton a:hover{
	background: transparent url(/2.0/_furniture/gfx/icons/nav_home.png) 0 -48px no-repeat;
}


.updatedSign{
	float: right;
}
#nav {
	background: transparent; 
	height:27px; 
	font: bold 16px/27px "Arial Narrow", sans-serif; 
	margin: 0 0 0 20px;
}

#nav li{
	list-style: none; 
	margin: 0;
	padding: 0;
}

#nav a{
	color: #fff;
	text-decoration: none;
}


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; height: 27px; width: 680px; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 0 20px 0 20px; color: #222; }

ul.dropdown li.hover,
ul.dropdown li:hover                { background: #77aabb; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #3f7080; color: #fff; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

