
/* Menu */
/* ---------------------- Style 4 nav ---------------------- */

#menu { 
	position: relative;
	display: block;
	height: 39px; margin-top: 1px;
	font-size: 0.9em !important; letter-spacing: 0.4px;
	font-weight: bold;
	background: transparent url(../../images/menu/bgOFF.gif) repeat-x top left;
	font-family: Arial, Verdana, Helvitica, sans-serif;
	border-top: 4px solid #0c6a4c;
	
}
/*
#menu ul { margin:0;padding:0;list-style-type:none;width:auto; position:relative; }

#menu ul li { display:block; float:left; margin:0; zoom: 1; }

#menu ul li a { display:block; float:left; color:#666; text-decoration:none; padding:11px 20px 0 20px; height:23px; background:transparent url(../../images/menu/bgDIVIDER.gif) no-repeat top right; } 

#menu ul li a:hover, #menu ul li a.current {color:#dd5332;background:#fff url(../../images/menu/bgON.gif) no-repeat top right;}

/* ---------------------- END Style 4 nav ---------------------- */

/* hack IE for over content behind the scenes  */

   #layout_top { 
          z-index:2; 
      } 
   #layout_body { 
         z-index:1; 
      }  

/*

* 									{ margin: 0; padding: 0; }
body								{ font: 14px Helvetica, Sans-Serif; } 
#page-wrap							{ width: 800px; margin: 25px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }
*/

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; }
ul.dropdown a:hover,
ul.dropdown a.current	            { color: #dd5332; background: #fff url(../../images/menu/bgON.gif) no-repeat top right; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; float: left; padding: 11px 14px 0 14px; height: 23px; background: transparent url(../../images/menu/bgDIVIDER.gif) no-repeat top right; }
										/* border-right: 1px solid #333; color: #222;*/ 
			
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }
ul.dropdown li.hover a              { /* color: black;*/ }


/* 
	LEVEL TWO
*/
#menu ul ul 						{ width: 133px; visibility: hidden; position: absolute; top: 100%; left: -1px; z-index: 700; background: #fff url(../../images/menu/bgSubMenu.gif) top left; border-width: 1px; border-color: #ccc; border-style: solid; }
#menu ul ul li 						{ font-weight: normal; color: #000; float: none; }
										/* background: #f6f6f6; */ 
										
									  
                                    /* IE 6 & 7 Needs Inline Block */
#menu ul ul li a					{ border-right: none; width: 105px; display: inline-block; background-image: none; } 

/* 
	LEVEL THREE
*/
#menu ul ul ul 					{ left: 100%; top: 0; }
#menu ul li:hover > ul 			{ visibility: visible; }

