body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#004784
}
a:link {color:#004784}
a:hover {text-decoration:none}
.fleft {float:left}
.fright {float:right}
.fcenter {float:none;text-align:center}

#navigation {font-size:16px; width:100%;}
#navigation ul {margin:0px; padding:0px;}
#navigation li {list-style: none;} 

ul.top-level {background:#4F7383;}
ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
}

#navigation a {
 color: #fff;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}
#navigation a:hover{
 text-decoration:underline;
}

#navigation li:hover {
 background: #f90;
 position: relative;
}
