/* 
	HEAD
*/
ul.head                         { position: relative; list-style: none;  margin: 0; padding: 0;  font-size:12px; color:#FFF;}
ul.head li                      {  list-style: none;  margin: 0; padding: 0; font-weight: normal; float: left; zoom: 1; background: transparent url(../img/menu_bg.gif) left bottom; height:29px; }
ul.head a:hover		            { color: #FFF; text-decoration: none; }
ul.head a:active                { color: #FFF; text-decoration: none; }
ul.head li a                    { display: block; width:82px; padding: 5px 0; width:72p\9x; border-right: 2px solid #FFF; color: #FFF; text-decoration: none; text-align:center; }
ul.head li:last-child a         { border-right: none; text-decoration: none;} /* Doesn't work in IE */
ul.head li.hover,
ul.head li:hover                { background: #F3D673; color: black; position: relative; background: transparent url(../img/menu_bg.gif) left top; }
ul.head li.hover a              { color: FFF; text-decoration: none;}

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; list-style: none;  margin: 0; padding: 0; }
ul.dropdown li                      {  list-style: none;  margin: 0; padding: 0; font-weight: normal; float: left; zoom: 1; background: transparent url(../img/menu_bg.gif) left bottom; height:29px; }
ul.dropdown a:hover		            { color: #FFF; text-decoration: none; }
ul.dropdown a:active                { color: #FFF; text-decoration: none; }
ul.dropdown li a                    { display: block; padding: 5px 17px; padding/*\**/: 5px 18px\9; border-right: 2px solid #FFF; color: #FFF; text-decoration: none; }
ul.dropdown li:last-child a         { border-right: none; text-decoration: none;} /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; background: transparent url(../img/menu_bg.gif) left top; }
ul.dropdown li.hover a              { color: FFF; text-decoration: none;}


/* 
	LEVEL TWO
*/
ul.dropdown ul                         { width: 204px; visibility: hidden; position: absolute; top: 100%; left: 0;  list-style: none;  margin: 0; padding: 0; }
ul.dropdown ul li                      { list-style: none;  margin: 0; padding: 0; font-weight: bold; color: #000; float: none; background: transparent url(../img/menu_bg-sub.gif) left top; }
ul.dropdown ul a:hover		            { color: #FFF; text-decoration: none; }
ul.dropdown ul a:active                { color: #FFF; text-decoration: none; }
ul.dropdown ul li a                    { display: block; color: #FFF; text-decoration: none; border-right: none;}
ul.dropdown ul li.hover,
ul.dropdown ul li:hover                { background: #F3D673; color: black; position: relative; background: transparent url(../img/menu_bg-sub.gif) left bottom; }
ul.dropdown ul li.hover 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; }
*/
ul.dropdown ul ul						{ left: 100%; top: 0; width: 162px; visibility: hidden; position: absolute;  }
ul.dropdown ul ul li 					{ width:230px; border-bottom: 1px solid #FFF;}
ul.dropdown ul ul li a					{ font-weight: normal; color: #000;  float: none; background-image:none; background-color:#999; border-bottom: 1px solid #FFF;}


/* 
	BROCHURE LEVEL ONE
*/
ul.brochure                         { position: relative; list-style: none;  margin: 0; padding: 0; }
ul.brochure li                      {  list-style: none;  margin: 0; padding: 0; font-weight: normal; float: left; zoom: 1; background: transparent url(../img/video_menu_bgv.gif) left bottom; height:22px; }
ul.brochure li a                    { display: block; width:157px; padding: 1px 0 0 6px; color: #FFF; text-decoration: none; }
ul.brochure li:last-child a         { border-right: none; text-decoration: none;} /* Doesn't work in IE */
ul.brochure li.hover,
ul.brochure li:hover                { position: relative; }
ul.brochure li.hover a              { text-decoration: none;}


/* 
	BROCHURE TWO
*/

ul.brochure ul                         { width: 163px; visibility: hidden; position: absolute; top: 100%; left: 0;  list-style: none;  margin: 0; padding: 0; }
ul.brochure ul li                      { list-style: none; height:23px; margin: 0; padding:0; font-weight: normal; float: none; background: transparent url(../img/video_menu_bg.gif) 0 0; }
ul.brochure ul li a                    { border-right: none; width: 100%; color: #008457;  display: inline-block;  margin: 0; padding: 1px 0 0 6px;}
ul.brochure ul li.hover               { position: relative;  background:transparent url(../img/video_menu_bg.gif) 0 23px; }
ul.brochure ul li.hover a              { border-right: none; width: 100%; display: inline-block; color: #FFF;}


/* 
	BROCHURE THREE
*/
/*ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
*/
ul.brochure ul ul						{ left: 100%; top: 0; visibility: hidden; position: absolute; margin: 0; padding: 0; z-index:100  }
ul.brochure ul ul li 					{ width:163px; border-bottom: 1px solid #FFF; border-left: 1px solid #FFF;  margin: 0; padding: 0;}
ul.brochure ul ul li a					{ color: #000 !important; font-weight: normal; height:20px; float: none; background-image:none; background-color:#999;  margin: 0; padding: 2px 0 0 6px; border-bottom: 1px solid #FFF;}
ul.brochure ul ul li.hover a            { text-decoration: none; font-weight: normal; border-bottom: 1px solid #FFF; background-color:#000; color: #FFF !important;}