
.body         { color: #666; font-size: 12px; font-family: Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular; line-height: 20px; text-decoration: none; text-indent: 0; letter-spacing: 0 }
.body-left         { color: #666; font-size: 12px; font-family: Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular; line-height: 20px; text-decoration: none; text-align: left; text-indent: 0; letter-spacing: 0 }
.nav    { color: #222; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular; text-decoration: none }
A:link            { color: #039; font-family: Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular; text-decoration: none; text-indent: 0px; letter-spacing: 0px; vertical-align: text-top }
A:visited          { color: #36c; font-family: Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular; text-decoration: none; text-indent: 0px; letter-spacing: 0px; vertical-align: text-top }
A:hover       { color: #c60; font-family: Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular; text-decoration: none; text-indent: 0px; letter-spacing: 0px; vertical-align: text-top }
A:active        { color: #f00; font-family: Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular; text-decoration: none; text-indent: 0px; letter-spacing: 0px; vertical-align: text-top }


.bodybold       { color: #222; font-weight: bold; font-family: Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular; text-decoration: none; text-align: justify; text-indent: 0px }
.bodyemphasis     { color: #555; font-weight: bold; font-size: 12px; line-height: 20px; font-family: Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular; text-align: justify; text-indent: 0px; letter-spacing: 0px }
.smallbody     { color: #444; font-size: 9px; font-family: Geneva, Arial, Helvetica, Swiss, SunSans-Regular; line-height: 10px; text-decoration: none }
a.top:link,a.top:active,a.top:visited   { color: #D4B25D; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.top:hover		   { color: #fff; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }


#nav {
     font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
     position: relative;
     width: 750px;
     height:25px;
     font-size:11px;
     color:#999;
     margin: 0px auto;
     padding-top: 0px;
     background-color: #000;
     margin-top: -10px;
}

#nav ul {
     list-style-type: none;
}

#nav ul li {
     float: left;
     position: relative;
}

#nav ul li a {
     text-align: center;
     border-right:1px solid #666666;
     padding:4px;
     display:block;
     text-decoration:none;
     color:#D4B25D;
}

#nav li.no-border a {
	border-right:none;
}

#nav ul li a:hover {
     background:#000;
     color:#fff;
}

#nav ul li ul {
     display: none
}

#nav ul li:hover ul {
     display: block;
     position: absolute;
     margin-left: -40px;
}

#nav ul li:hover ul li a {
     display:block;
     background:#000;
     color:#D4B25D;
     width: 200px;
     text-align: left;
     border-bottom: 1px solid #f2f2f2;
     border-right: none;
}

#nav ul li:hover ul li a:hover {
     background:#000;
     color:#fff;
}