#whiteTabs {
border-bottom:3px solid #c1d82f;
height:25px;
width:100%;
margin:0 0 20px;
padding:0;
}
#whiteTabs ul {padding:0; margin:0;}
#whiteTabs li {
background:transparent url('../../images/common/tab.gif') no-repeat 100% 0%;
border-left:1px solid #e1e1e1;
display:inline;
float:left;
margin:0pt 2px 0pt 0pt;
padding-left:2px;
}
#whiteTabs .active {
background:#c1d82f url('../../images/common/tab-active.gif') no-repeat 100% 0%;
border-left:1px solid #c1d82f;
border-top: none;
bottom:-1px;
display:inline;
float:left;
padding-left:2px;
position:relative;
font-weight:bold;
}
#whiteTabs a {
color:#666; 
display:block;
font-size:12px;
padding:5px 10px 2px 10px;
text-decoration:none;
font-size:11px;
}

#whiteTabs .active a {
color:#fff;
padding:5px 10px 2px 10px;
font-size:12px;
}

/* SiteMap */
#sitemap ul {
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-transform:uppercase;
}
#sitemap ul a {
color:#c1d82f;
text-decoration:underline;
}
#sitemap ul ul {
margin-left:30px;
text-transform:none;
text-decoration:underline;
}
#sitemap ul li ul a {
color:#666;
}
#sitemap ul ul ul {
font-weight:normal;
}

