#menu{
width:100%;
float:left;
margin-right: auto;
margin-left: auto;
}

#menu a{
font:normal 90%/205% helvetica, arial,sans-serif;
display:block;
border-width:1px;
border-style:solid;
/*border-color:#ccc #888 #555 #bbb;*/
border-color: #000;
white-space:nowrap;
margin:0;
padding:0;
margin-right: auto;
margin-left: auto;
}

#menu h2{
font:normal 90%/205% Trebuchet MS, helvetica, arial,sans-serif;
display:block;
border-width:0px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:0;
text-align: center;
background: #333366;
}

#menu h2{
color:#fff;
background:#333366;
text-transform:uppercase
}

#menu a{
background:#333366;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#FFF;
}

#menu a:hover{
color:#000;
background:#FFF;

}

#menu a:active{
color:#CCC;
background:#333366;
}

#menu ul{
list-style:none;
margin:0;
margin-right: auto;
margin-left: auto;
padding:2px;
width:10em;
float:left;
background: #999;
}

#menu li{
position:relative;
padding: 0;
margin: 0;
vertical-align: bottom;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

div#menu h2:hover{
background:#333366;
}

div#menu li:hover{
cursor:pointer;
border-color: #FFF;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}


#menu a.x, #menu a.x:visited{
font-weight:normal;
color:#FFF;
background:#333366;
}

#menu a.x:hover{
color:#333366;
background:#CCC;
}

#menu a.x:active{
color:#CCC;
background:#333366;
}

#secondMenu{
width: 100%;
height: 50px;
text-align: center;
font:normal 1.0em Arial, helvetica, arial,sans-serif;
font-weight: bolder;
border: solid;
border-width: 2px;
border-color: #666666;
background: #999;
margin: 0px;
padding-top: 5px;
padding-bottom: 5px;
color: #330066;
}
#secondMenu ul{
margin: 0; 
padding: 0; 
list-style-type: none; 
list-style-image: none; 
}

#secondMenu li
{
display: inline;
list-style-type: none;
padding-right: 5px;
text-decoration: none;
}

#secondMenu a {font:normal .8em helvetica, arial,sans-serif;
display:inline;
margin:0;
padding:0; 
font-weight: bolder;
text-decoration: none;
color: #FFF;
}
#secondMenu a:hover {color: #333366;
text-decoration: none; 
font-weight: bolder;}

	hr.f {border: none 0; 
	border-top: 3px double #FFF;
	width: 80%;
	height: 3px;
	margin: 10px auto 0 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}	
	
li.posted {
background: transparent url(bullet.gif) no-repeat left;
padding: 0 0 0 15px;
} 