

/* Navigation Lists */

UL#nav, UL#nav LI 
{ border:0; padding:0; margin:0; list-style:none;}
DIV#navigation
{ clear:both; border:1px solid #000; display:block; line-height:1.5em; padding:0; height:23px; background:#5a4b4b url("../images/bg_nav.gif") repeat-x 0 0; }
UL#nav A 
{	padding:10px; font-weight:bold;	color:#b8b8b8; text-decoration:none; }
UL#nav LI LI A 
{	background-color:#5a4b4b; padding:3px; display:block; color:#eee;}
UL#nav LI LI A:hover 
{	background-color:#9EB9AC; padding:3px; color:#136933; }
UL#nav DIV.section
{ font-size:11px; margin:0; padding:4px 0 3px 0 } 
UL#nav DIV.section A
{ color:#eee; } 
UL#nav DIV.section A:hover
{ color:#9EB9AC; } 

/* Navigation Items */
UL#nav LI 
{ float:left;	position:relative; width:106px; text-align:center; cursor:default;	background:#5a4b4b url("../images/bg_nav.gif") repeat-x 0 0; border:0; }
UL#nav LI.bottom
{ background:transparent url("../images/bg_nav_bottom.gif") no-repeat 0 0; }

/* Secondary Lists */
LI UL 
{ top:100%; left:0; display:none;	position:absolute; margin:0; padding:0;	}
/* hide from IE */
LI>UL 
{ top:auto; left:auto; }
/* end hide from IE */

/* Lists nested under hovered List items */
LI:hover UL, LI.over UL 
{ display:block;  }


