body {margin:0;background:#000;font-family:Arial,verdana;font-size:12px}
.logo {height:125px;background: #000 url(../images/logo_black.jpg) no-repeat;}
.siteMenu {height:20px; background:#636563; border-top:1px solid #848684; border-bottom:1px solid #292C29}
.breadcrumbs {height:25px; background:#7C724B;padding-left:7px}
.breadcrumbs ul, .breadcrumbs li {display:inline;margin:0;padding:0}
.breadcrumbs a {color:#fff;text-decoration:none;line-height:25px;padding:0 15px 0 5px; background:transparent url(../images/bread_arrow.gif) no-repeat 100% 100%}
.breadcrumbs .x8_last a {background:none}
.breadcrumbs a.x8_active {font-weight:bold}
#main {position:relative; width:100%; height:auto; background:#C0B897}
#content {min-height:250px; background:transparent; width:auto; padding:15px; margin-right:260px;}
* html #content{height: 245px;} /*this is a hack for IE's lack of min-height support */
#sidebars {position:relative; float:right; width:250px; top:10px; right:0;}
#sidebars .sidebarTitle {height:25px; background:#7C724B;border-top:1px solid #fff;border-left:1px solid #000;padding:5px 0 0 10px;color:#fff}
#sidebars .sidebarContent {padding:10px; border-left:1px solid #000;}
.footer {padding:10px; color:#fff;letter-spacing:4px; font-size:9px; background:#000;}

.childMenu
{
font-size:11px;
    margin: 20px 0 20px 0;
    padding: 5px 0 0 20px;
    height: 30px;
    text-align: center;
}
.childMenu a
{
    padding-right: 10px;
   /* color: #ffffff !important;*/
    text-decoration: none;
}
.childMenu a:hover
{
 /*   color: ffffff !important;*/
    text-decoration: underline;
}
.childMenu a:visited
{
/*    color: #ffffff !important;*/
}
.childMenu ul, .childMenu li
{
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
}
