#adcontainer{
    margin-right: auto;
    margin-left: auto;
}

/*- Category Navigation -*/

#topcat {
    margin:0 0 25px 0 !important; 
    padding-bottom: 3px;
}

#topcat, #topcat ul{
    padding: 0;
    float:left;
    list-style: none;
}
#topcat {
    padding: 0;
    font-size:13px;
    float:left;
    width:985px;
    border-top: 1px dashed #DDDDDD;
}
#topcat a {
    display: block;
    padding: 8px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
    color: #222222;
}
#topcat li {
    float: left;
}
#topcat li a:hover {
    background: none;
    text-decoration: none;
}

#topcat .nav2-rss {
    float: right;
    margin-right: 12px
}

/*- Dropdowns-*/

#topcat li ul {
    position: absolute;
    width: 12em;
    left: -999em;
    z-index: 99999;
    border-top:1px solid #dedbd1;
}
#topcat li:hover ul, #topcat li.sfhover ul {
    left: auto;
    z-index:1000;    
}
#topcat li ul li {
    background: #FFFFFF;
    border-bottom:1px solid #dedbd1;    
    border-left:1px solid #dedbd1;    
    border-right:1px solid #dedbd1;            
    line-height:28px;    
    width:12em;
}
#topcat ul li a {
    padding: 5px 10px !important;
    border-bottom: none !important;
}
#topcat li:hover, #topcat li.hover {
    position: static;
}
#topcat li ul ul {
    margin:-39px 0 0 193px;
}
#topcat li:hover ul ul, #topcat li.sfhover ul ul {
    left: -999em;
}
#topcat li:hover ul, #topcat li li:hover ul, #topcat li.sfhover ul, #topcat li li.sfhover ul {
    left: auto;
}
#topcat li:hover ul ul, #topcat li:hover ul ul ul, #topcat li.sfhover ul ul, #topcat li.sfhover ul ul ul {
    left: -999em;
}
#topcat li:hover ul, #topcat li li:hover ul, #topcat li li li:hover ul, #topcat li.sfhover ul, #topcat li li.sfhover ul, #topcat li li li.sfhover ul {
    left: auto;
}