.menu{
	width: 100%;
	background-color: #098A3A;
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	height:26px;
	width:720px;
}
		
.menu ul{
        margin: 0; padding: 0;
        float: left;
		}

.menu ul li{
        display: inline;}

.menu ul li a{
        float: left; text-decoration: none;
        color: white;	
        padding: 5px 5.5px;
        background-color: #098A3A;
		border-right:solid thin 1px #0cb548;
		border-right-style:  dashed; }

.menu ul li a:visited{
        color: white;	}

.menu ul li a:hover, .menu ul li {
        color: #fff;
        background-color:#5594BD;	}
		
.menu ul li a:hover, .menu #current{
		font: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
        color: #096f94;
		font-size:12px;
		font-weight:bold;
        background-color:#D5E4E6;}

