#menu
{
    border-top: solid 3px white;
    border-bottom: solid 3px white;
    padding-bottom: 4px;
}

#menu li.last
{
    border-right: solid 3px white;
}

#menu ul {
    background-color: #008b8b;
    width: 100%;
    text-align : center;
    list-style-type: none;
    display: inline;
    background: #008b8b;
}

#menu ul li
{
    width: 15.9%;
    float: left;
    border-left: solid 3px white;
    text-align : center;
}

#menu a, #menu a:visited {
    display: block;
    width: 100%;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    text-indent: 5px;
}

#menu li {
    float: left;
}

#menu li:hover > a {
    background-color: white;
    color: #008b8b;
}

* html #menu li a:hover {
    background: white;
    color: #008b8b;
}

#menu li a.current, #menu li a.current:hover, #menu li a.current:visited 
{
	background-color: White;
	color: Black;
	cursor: default;
}

* html #menu li a.current, * html #menu li a.current:hover, * html #menu li a.current:visited
{
	background-color: White;
	color: Black;
	cursor: default;
}
