.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:82%;
	color:#FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
	background-position: center;
	background-color: #E7F3E2;
	border-bottom-style: none;
	text-decoration: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 18px;
	;
	margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
	left: -1px;
	width: 160px;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
}
.menulist li a{
	color:#043379;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin: 0;
	border-right-width:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.menulist ul li a{
	padding-bottom:6px;
	padding-top:6px;
	padding-left:5px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: none;
	background-color:#339900;
}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 162px;
}
.menulist ul ul li{
}
.menulist ul ul li a{
}
.menulist ul>li:last-child { /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
	display: block;
	padding: 3px;
	color: #003399;
	text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFF;
	background-color: #339900;
	text-decoration: none;
}
.menulist li a:hover, .menulist li a.highlighted:hover, .menulist li a:focus {
	color: #FFF;
	background-color: #339900;
	text-decoration: none;
}
.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color: #FFF;
	background-color: #C8E3BB;
}
.menulist a.highlighted {
	color: #FFF;
	background-color: #B0CAED;
}
.menulist ul li a.highlighted {
	color: #FFF;
	background-color: #CDDDF4;
	text-decoration: none;
}
/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1px;
}
/* End Hacks */
#PATH {
    text-align:center;
    width:100%;
    height:auto;
}

#PATH_ALIGN {
    margin:0 auto 0 auto;    
    display:-moz-inline-box;
    display:inline-block;        
}

/* IE */

* html #PATH .menulist li {
    display:inline;
    float:none;
}

* html #PATH .menulist, * html #PATH .menulist a  {
    display:inline-block;
}

.menulist li a.item_active {
	color: #FFFFFF;
	background-color: #339900;
	position: relative;
	top: -1px;
}



/* Active menuitem background color and onHover background color */

#SIDEBAR .menulist li {
	margin-bottom:2px !important;
	float: none;
}

#SIDEBAR ul.menulist {
	background-color:transparent;
}




/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
#SIDEBAR .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFF;
	background-color: #339900;
	text-decoration: none;
}
#SIDEBAR .menulist li a:hover, .menulist li a.highlighted:hover, .menulist li a:focus {
	color: #FFF;
	background-color: #339900;
	text-decoration: none;
}
#SIDEBAR .menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color: #FFF;
	background-color: #C8E3BB;
}
#SIDEBAR .menulist a.highlighted {
	color: #FFF;
	background-color: #B0CAED;
}
#SIDEBAR .menulist ul li a.highlighted {
	color: #FFF;
	background-color: #CDDDF4;
	text-decoration: none;
}

#SIDEBAR .menulist a.item_active  {
	background-color:#339900;
	top:0;
}
#SIDEBAR .menulist a {
	display:block;
	height:100%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 4px;
	
  }
*:first-child+html #PATH .menulist li {
    display:inline;
    float:none;
}

*:first-child+html #PATH .menulist, *:first-child+html #PATH .menulist a  {
    display:inline-block;
}
