#navigation {
background:url("../img/bg_navigation.gif") no-repeat scroll 0 0 transparent;
height:28px;
margin-bottom:0;
}
/* Basic code - don't modify */

#nav {
	display: block;
	background:url("../img/bg_navigation.gif") no-repeat scroll 0 0 transparent;
	height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
}
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; z-index: }
    #nav ul ul { top: 0; }
    #nav ul li { border-radius: 0 !important; }
    #nav ul li a { border-radius: 0 !important; }

/* Essentials - configure this */

#nav ul { width: 146px; }
#nav ul ul { left: 144px; }

/* Everything else is theming */

#nav { background-color: #30A8C3; }
#nav *:hover { background-color: none; }
#nav a { color: white; font-size: 12px; padding: 0; line-height: 0.8; }
  #nav li.hover a { background-color: #5E5A5A; }
  #nav ul { top: 28px; }
    #nav ul li a { background-color: #5E5A5A; padding: 6px; margin: 0; font-size: 10px; }
    * html #nav ul li a { margin: -2px 0; }
    *+html #nav ul li a { margin: -2px 0;}
      #nav ul a.hover { background-color: #30A8C3; }
   #nav ul a { border-bottom: 1px outset white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); line-height: 1; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#header { position: relative; z-index: 10;}
#contents { position: relative; z-index: 1;}