/* BANNER SETTINGS */
a:active, a:focus {
    outline: none;
}
img	{
    border:0px;
    }
#banner {
    width: 525px;
    overflow: hidden;
   }
#scroller {
    width: 525px;
    margin: 0 auto;	
    overflow: hidden;
}
#content-scroller {
    width: 8000px;
}
    
div.section {
    width: 525px;
    float: left;
}

#banner a {
    color: #d2d2d3;
    text-decoration: underline;
}

#banner a:hover {
    color: #ed6800;
    text-decoration: none;
}
#bannerMenu	{
    list-style: none;
    height: 46px;
    width: 505px;
    margin:0 0 0 10px !important;
    padding:0 !important;
}
#bannerMenu li	{
    float:left;
    width: auto;
    height:46px;
    margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
	_width:1px;
	_white-space:nowrap;
} 
#bannerMenu li a	{
	display:block;
    height:46px;
    margin:0;
    padding: 0 18px 0 0;
    font-family:Arial,sans-serif;
    font-size:11px;
    color:#fff;
    text-shadow:0 -1px 0 #c15700;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
}

#bannerMenu li a:hover,
#bannerMenu li a.active {
	color:#199efb;
	text-shadow:0 1px #fff;
    background:url(../images/tab-hvr-bak.gif) right top no-repeat;
}

#bannerMenu li a span {
	display:table-cell;
	*display:block;
	vertical-align:middle;
	height:46px;
	*height:36px;
	padding:0 0 0 18px;
	*padding:10px 0 0 18px;
    cursor:pointer;
}

#bannerMenu li a:hover span,
#bannerMenu li a.active span {
    background:url(../images/tab-hvr-bak.gif) -285px bottom no-repeat;
}
