@charset "UTF-8";/* CSS Document */body {margin: 0 0 0 0;background-color: #000;}#menu {position: absolute; top: 650px;width: 100%;height: 45px;margin: 0 0 0 0;background: #000  url('../images/bg_menu.jpg') repeat-x top;border-top: solid 1px #333;border-bottom: solid 1px #333;z-index: 3;}#menu ul {margin-top: 15px;text-align: center;}#menu ul li {display: inline;}#menu ul li a {background-color: #000;background-repeat: repeat-x;padding: 5px 20px 5px 20px;font-size: 0.8em;font-family: 'century gothic', verdana, sans-serif;color: #DDD;font-weight: bold;text-decoration: none;border: solid 1px #333;}#menu ul li a:hover {background: #090 url('../images/menugreen.jpg') repeat-x top;color: #fff;text-decoration: none;border: solid 1px #fff;}
