.menulist {
	margin: 0px 0 0 0;
	padding: 6px 0 0 0;
	width: 143px;
	list-style: none;
	border: 0;
	background-image: url(images/menu-bottom.gif);
	background-position: 0px bottom;
	background-repeat: no-repeat;

}

.menulist ul {
	display: none;
	position: absolute;
	top: 0;
	left: 144px;
	margin: 0 0 0 0;
	padding: 0;
	width: 200px;
}

.menulist li {
 position: relative;
}

/* Links inside the menu */
.menulist li a {
	 display: block;
	 padding: 5px 4px 5px 6px;
	 color: #000;
	 text-decoration: none;
	 margin: 0;
	 font-family: arial, verdana, sans-serif;
	 font-size: 0.8em;
	 font-weight: bold;
	 background-color: #f1cb34;
	 border-top: solid 1px #FFFFFF;
}

.menulist li.current a {
	 display: block;
	 padding: 5px 4px 5px 6px;
	 color: #FFFFFF;
	 text-decoration: none;
	 margin: 0;
	 font-family: arial, verdana, sans-serif;
	 font-size: 0.8em;
	 font-weight: bold;
	 background-color: #0075b9;
	 border-top: solid 1px #FFFFFF;
}

.menulist li.current li a {
	 display: block;
	 padding: 5px 4px 5px 6px;
	 color: #FFFFFF;
	 text-decoration: none;
	 margin: 0;
	 font-family: arial, verdana, sans-serif;
	 font-size: 0.8em;
	 font-weight: bold;
	 background-color: #0075b9;
	 border-bottom: solid 1px #FFFFFF;
}

* html .menulist li a {
	 border-width: 0;
	 margin: 1px;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist li.current li a:hover, .menulist a:focus {
	color: #FFFFFF;
	background-color: #23397e;
}
.menulist a.highlighted {
	color: #FFFFFF;
	background-color: #23397e;
}

.menulist a .subind {
 float: right;
}

/*
 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 li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */

.menulist2, .menulist2 ul {
	margin: 0 0 14px 0;
	padding: 0 0 20px 0;
	width: 143px;
	list-style: none;
	border: 0;
	background-image: url(images/menu-bottom.gif);
	background-position: 0px bottom;
	background-repeat: no-repeat;

}

.menulist2 ul {
	 display: none;
	 position: absolute;
	 top: 0;
	 left: 143px;
	 margin:0;
}

.menulist2 li {
	 position: relative;
}

/* Links inside the menu */
.menulist2 li a {
	 display: block;
	 padding: 5px 4px 5px 6px;
	 color: #FFFFFF;
	 text-decoration: none;
	 margin: 0;
	 font-family: arial, verdana, sans-serif;
	 font-size: 0.8em;
	 font-weight: bold;
	 background-color: #000000;
	 border-top: solid 1px #FFFFFF;
	 border-bottom: solid 1px #FFFFFF;
}

* html .menulist2 li a {
	 border-width: 0;
	 margin: 1px;
}

.menulist2 a:hover, .menulist2 a.highlighted:hover, .menulist2 a:focus {
	color: #FFFFFF;
	background-color: #23397e;
}
.menulist2 a.highlighted {
	color: #FFFFFF;
	background-color: #23397e;
}



.menulist2 a .subind {
 float: right;
}

/*
 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 .menulist2 li {
 float: left;
 width: 100%;
}

* html .menulist2 li {
 float: left;
 height: 1%;
}
* html .menulist2 a {
 height: 1%;
}
/* End Hacks */
 