@charset "utf-8";

.menu {
        font-family: 'Duru Sans', sans-serif;
        font-size: 13px;
	list-style-type:none;
        width: 870px;
	padding:0;
	margin: 0 auto 0 auto;
        overflow: hidden;
}

.menu li{
       display: inline;
}

.menu li a{
       float: left;
       color: white;
       padding: 0 11px;
       text-decoration: none;
       border-right: 1px solid white;
}

.menu li.first a {
       border-left: 1px solid white;
}

.menu li a:visited{
       color: white;
}

.menu li a:hover {
     color: #1D9F56;
     background: transparent url(images/hover.png) center center repeat-x;
}

.menu li.current a {
       color: #1D9F56;
       background: transparent url(images/hover.png) center center repeat-x;
}