/* HORIZONTAL MENU LAYOUT */

.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 font: 10px/20px verdana, arial, sans-serif;
}
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 10px;
 left: -1px;
 width: 120px;
}
.menulist ul ul {
 top: -1px; margin-top: 6px;
 left: 105px;
}
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #eaeaea;
 border: 0px;
 margin-right: -1px;
 width: 124px;
 font: 12px/20px verdana, arial, sans-serif;
 text-align: center
}
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}
/* Links inside the menu */
.menulist a {
 display: block;
 padding: 0px;
 color: #005878;
 text-decoration:  none;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #ffffff;
 background-color: #70b0d0;
}
.menulist a.highlighted {
 color: #005878;
 background-color: #eaeaea;
}
.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;
}
/*
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *+html affects IE7.
*/
*+html .menulist ul li {
 float: left;
 height: 1%;
}
*+html .menulist ul a {
 height: 1%;
}
* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
.menulist li:hover>ul {
 display: block;
}
/* Buttons */
.nav
{
position: relative;
font-family: verdana, arial, helvetica, sans-serif;
background: url(images/buttonOn.gif) no-repeat;
white-space: nowrap;
display: block;
width: 118px;
height: 24px;
margin: 0;
padding: 0;
}
.nav a
{
display: block;
color: #d0e8f8;
font-size: 11px;
width: 118px;
height: 24px;
display: block;
color: #d0e8f8;
float: left;
text-decoration: none;
}

.nav img
{
width: 118px;
height: 24px;
border: 0
}

* html a:hover
{
visibility:visible
}

.nav a:hover img
{
visibility:hidden
}

.nav span
{
position: absolute;
left: 5px;
top: 4px;
margin: 0px;
padding: 0px;
cursor: pointer;
}
