
/* main menu */


#menu {
	background: transparent;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:915px; 
	margin: 0px 43px;
}



#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}



.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.menulist{
	margin:0 auto;
	padding:0;
	width: 800px;
	display: block;
	}
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 14px; /* I'm using ems and px to allow people to zoom their font */
 left: 0;
 width: 180px;
 background:#043c64;
 padding:7px 0;
}
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}
.menulist li {
 float: left;
 display: block;
 position: relative;
}
.menulist ul li {
 float: none;
 margin: 0;
 text-align:left;
 width:100%;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}
.menulist a {
 display: block;
 color: #043c64;
 background-color: #fff;
 text-decoration: none;
 padding:5px 15px 5px 15px;
 margin: 0;
 line-height:15px;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 outline-style:none;
}
.menulist li li a{
 color: #fff;
 background:#043c64;
 padding:6px 15px;
	}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus,.menulist .current_page_item a,.menulist .current_page_parent a{
 color: #fff;
 background:#043c64;
}
.menulist a.highlighted {
 color: #fff;
 background:#043c64;
}
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}
.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: 1%;
}
/* End Hacks */
