@charset "utf-8";
/* CSS Document */

div#navigation {
 background-color: #33CC66;
 height: 27px;
}
ul#menu {
 margin: 0;
 padding: 0;
}
ul#menu ul, ul#menu li {
 display: inline;
 list-style-type: none;
 margin: 0;
 padding: 0;
}
ul#menu a {
 border: 0;
 border-right: 1px solid #FFF;
 color: #FFF;
 float: left;
 font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 height: 25px;
 line-height: 23px;
 opacity: 1.0;
 padding: 2px 0 0 0;
 text-align: center;
 text-decoration: none;
 width: 100px;
}
ul#menu a.end, ul#menu a.end:hover {
 border: 0;
 border-right: 1px solid #FFF;
 width: 100px;
}
ul#menu a:hover {
 background-color: #3366CC;
 border: 0;
 border-right: 1px solid #FFF;
}
