/* CSS Document */
#navbar             { float: left; width: 1000px; height: 30px; text-align: center; font-weight: bold; background: url(../img/main/nav.png) repeat-x; }
#navbar a           { float: left; position: relative; left: 250px; width: 100px; font-size: 10pt; line-height: 2.5em; color: #333; text-decoration: none; }
#navbar a:hover     { background: url(../img/main/nav_hover.png) repeat-x; color: #000; }
#navbar a.selected  { background: url(../img/main/nav_hover.png) repeat-x; color: #000; }

#subnav             { width: 460px; margin-left: 640px; height: 15px; }
#subnav a           { float: left; display: block; width: 89px; font-size: 8pt; color: #be9e56; text-align: center; text-transform: lowercase; text-decoration: none; padding: 0px; border-left: 1px solid #be9e56; }
#subnav a:hover     { background: #be9e56; color: #000; }
#subnav a.selected  { background: #be9e56; color: #000; }

