@charset "utf-8";
/* CSS Document */

#main_menu {
margin-left: 70px;
padding-left: 0px;
width: 500px;
height: 30px;
background-color: #55232c;
color:#FFFFFF;
}

#main_menu a {
font-family: Verdana;
font-size: 10px;
line-height: 30px;
font-weight:bold;
text-transform:lowercase;
text-decoration: none;
color:#ffffff;
padding:0px 5px 0px 5px;
border:0px;
float:left;
}

#main_menu a:hover {
color:#5f6b89;
}

#main_menu a:active {
color:#5f6b89;
}

#main_menu a:current {
color:#5f6b89;
}

#sub_menu a {
font-family: Trebuchet MS;
font-size: 11px;
line-height: 20px;
font-weight:700;
text-transform:lowercase;
text-decoration: none;
color:#936019;
padding:0px 5px 0px 10px;
border:0px;
float:left;
}

#sub_menu a:hover {
color:#110a06;
}

#sub_menu a:active {
color:#110a06;
}

#footer_txt a {
padding:0px 10px 0px 10px;
padding-bottom: 3px;
margin-right: 10px;
border:0px;
font-family: Trebuchet MS;
font-size: 12px;
line-height: 18px;
font-weight:700;
text-decoration: none;
color:#003366;
}

#footer_txt a:hover {
color:#003366;
}

#footer_txt a:active {
color:#003366;
}
