/* Root = Horizontal, Secondary = Vertical */
ul.mainmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: auto; /*For KHTML*/
  list-style: none;
  height: 35px;
}

ul.mainmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 35px;
}

/* SUBMENUS */

ul.mainmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
/*  width: auto;*/
  list-style: none;
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 1000;
}

ul.mainmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
  z-index: 1000;
}

ul.mainmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
/*  background: url(img/trans_white_60.png) repeat;*/
  background: #ffffff;
  filter:alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  height: auto;
  margin:0;
  height:22px;
  border:0 none;
  z-index: 1000;
}

ul.mainmenu ul li a {
  padding: 0 12px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
/*  background: url(img/trans_white_60.png) repeat;*/
  background: #ffffff;
  filter:alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;  
  color: #3c3c3c;
  font: 12px/22px Arial;
  font-weight: bold;
  text-decoration: none;
  text-transform: lowercase;
  height: auto !important;
  height: 1%; /*For IE*/
  z-index: 1000;
}

/* Root Menu */
ul.mainmenu a {
  padding: 0 12px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: url(img/top_nav.png) no-repeat 0px 0px;
  color: #3c3c3c;
  font: 12px/35px Arial;
  font-weight: bold;
  text-decoration: none;
  text-transform: lowercase;
  height: auto !important;
  height: 1%; /*For IE*/ 
}

ul.mainmenu li {
    background: url(img/top_nav.png) no-repeat 100% 0px;
}

* html ul.mainmenu li {background-image:none; background-color: #eee; /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/lib/naju/css/img/top_nav_ie6.png', sizingMethod='crop');*/}
* html ul.mainmenu a {background-image:none; background-color: #eee; /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/lib/naju/css/img/top_nav_ie6.png', sizingMethod='scale');*/}

/* Root Menu Hover Persistence */
ul.mainmenu a:hover {
  background: #fff;
  color: #867c00;
}

ul.mainmenu a.selected,
ul.mainmenu li span.selected {
    background: #fff;
    color: #867c00;
}

/* 2nd Menu */
ul.mainmenu li:hover li a,
ul.mainmenu li.iehover li a {
  float: none;
  z-index: 1000;
}

ul.mainmenu ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
  z-index: 1000;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul.mainmenu li:hover ul ul,
ul.mainmenu li.iehover ul ul {
  display: none;
}

ul.mainmenu li:hover ul,
ul.mainmenu ul li:hover ul {
  display: block;
  z-index: 1000;
}

ul.mainmenu li.iehover ul,
ul.mainmenu ul li.iehover ul {
  display: block;
  z-index: 1000;
}

li.persistHover,
a.persistHover
{
	background: #fff;
	color: #867c00;
}
#content, #col1-content, #col2-content, #col3-content {position:static}

