/* menu::base */
div#menu 					{ height: 42px; background-image:url(../images/test_navbar_bg.png);}
div#menu ul 				{ margin: 0; padding: 0; list-style: none; float: left; }
div#menu ul.menu 			{ padding-left: 0px; }
div#menu ul.menu li 	a		{ padding-right:6px;}
div#menu li 				{ position: relative; margin: 0; padding: 0 2px 0 0; display: block; float: left; z-index: 9; }
div#menu li:hover>ul 		{ left: 0; }
div#menu a 					{ position: relative; z-index: 10; height: 54px; display: block; float: left; line-height: 22px; text-decoration: none; border: 1px solid #171717; margin-top: 1px; border-bottom: none; font-family:Arial, Gadget, sans-serif; font-size:11px; color:#CACACA; }
div#menu.ie6 a 				{ border-color: #171717; }
div#menu li:hover>a 		{ border: 1px solid #1c1c1c; border-bottom-color: #000; font-family:Arial, Gadget, sans-serif; font-size: 11px; }
div#menu li:hover>a span 	{ font-family:Arial, Gadget, sans-serif; font-size: 11px; color:#FFF; }

/* MENU FONT COLOR */
div#menu a:hover 			{ border: 1px solid #1c1c1c; border-bottom-color: #000; font-family:Arial, Gadget, sans-serif; font-size: 11px; color:#FFFFFF; }

div#menu.js-active a:hover 	{ border: 1px solid #171717; border-bottom-color: #000;}
div#menu.js-active a:hover span 	{ color: rgb(185,190,158); }
div#menu li.current a 		{ }
div#menu span 				{ display: block; cursor: pointer; background-repeat: no-repeat; background-position: 95% 0; text-align: center; }
div#menu ul ul a.parent span{ background-position: 95% 8px; background-image: url(images/item-pointer.gif); }
div#menu ul ul a.parent:hover span 	{ background-image: url(images/item-pointer-mover.gif); }

/* menu::level1 */
div#menu a 					{ padding: 0 10px 0 6px; line-height: 40px; height: 54px; font-family:Arial, Gadget, sans-serif; font-size: 11px; color:#CACACA; }
div#menu span 				{ margin-top: 0px; font-family:Arial, Gadget, sans-serif; font-size: 11px; color:#666; }
div#menu li 				{ font-family:Arial, Gadget, sans-serif; font-size: 11px; color:#CACACA; }
div#menu li.last 			{ background: none; }

/* menu::level2 */
div#menu ul ul li 			{ background: none; padding: 0; border-bottom: 0; font-family:Arial, Gadget, sans-serif; font-size: 11px; color:#CACACA; }
div#menu ul ul li,
div#menu ul ul li a 		{ z-index: auto; font-family:Arial, Gadget, sans-serif; font-size: 11px; color:#CACACA; }
div#menu ul ul li ul 		{ z-index: 20; font-family:Arial, Gadget, sans-serif; font-size: 11px; color:#CACACA; }
div#menu ul ul 				{ display: block; position: absolute; top: 0px; left: -999em; width: 200px;/*Resize of Submenu Banner*/ padding: 5px 0 0 0; background: #000;/* SUB MENU BACKGROUND COLOR */ border: 1px solid #1c1c1c; margin-top: 1px; }
div#menu ul ul a 			{ padding: 0; height: 30px; float: none; display: block; line-height: 26px; border: 0; z-index: -1; white-space: nowrap; font-family:Arial, Gadget, sans-serif; font-size: 11px; }

/* SUBMENU */
div#menu ul ul a span 		{ line-height: 26px; font-family:Arial, Gadget, sans-serif; font-size: 12px; color:#666; padding-left:10px; }
div#menu ul ul li:hover>a 	{ border: 0; font-family:Arial, Gadget, sans-serif; font-size: 12px; color:#FFFFFF; }
div#menu ul ul a:hover 		{ border: 0; background:#06C; font-family:Arial, Gadget, sans-serif; font-size: 12px; color:#fff; }
div#menu ul ul a:hover span { font-family:Arial, Gadget, sans-serif; font-size: 12px; color:#FFF; }
div#menu ul ul span 		{ margin-top: 0; text-align: left; font-family:Arial, Gadget, sans-serif; font-size: 12px; color:#CACACA; }
div#menu ul ul li.last 		{ background: none; }
div#menu ul ul li 			{ width: 100%; }

/* menu::level3 */
div#menu ul ul ul 			{ padding: 0; margin: -54px 0 0 160px; margin-left: 160px; }

/** menu::subtext */
div#menu span.subtext 		{ display: block; line-height: 16px; margin: 0; padding: 0; font-family:Arial, Gadget, sans-serif; font-size: 11px; color:#CACACA; }
div#menu li:hover>a span.subtext 	{ font-family:Arial, Gadget, sans-serif; font-size: 11px; color:#CACACA; }

/* lava lamp */
div#menu li.back 			{ position: absolute; width: 0px; height: 54px; z-index: 8; margin-top: -14px; font-family:Arial, Gadget, sans-serif; font-size: 11px; color:#CACACA; }
div#menu li.back .left 		{ height: 54px; border:none; background-image:url(../images/nav_light_active.png); width:90px; margin-left:-8px; }
