.tabtop{
float:left;
width:100%;
line-height:normal;
}

.tabtop ul{
list-style-type: none;
margin:0;
margin-left: 12px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.tabtop li{
display:inline;
margin:0;
padding:0;
}

.tabtop a{
float:left;
background:url(../images/topnav.jpg) no-repeat left top;
margin:0;
margin-right: 1px; /*spacing between each tab*/
padding:0 0 0 5px;
text-decoration:none;
}

.tabtop a span{
float:left;
display:block;
background:url(../images/topnav.jpg) no-repeat right top;
padding: 8px 15px 7px 10px;
font-weight:bold;
color:#474747;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabtop a span {float:none;}
/* End IE5-Mac hack */

.tabtop a:hover span {
color: black;
}

.tabtop a.current{ /*Selected Tab style*/
background-position:0% -31px; /*Shift background image up to start of 2nd tab image*/
}

.tabtop a.current span{ /*Selected Tab style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
color: white;}


.tabtop a:hover{ /*onMouseover style*/
background-position:0% -31px; /*Shift background image up to start of 2nd tab image*/
}

.tabtop a:hover span{ /*onMouseover style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
color: white;}

.tabtop-con{background:url(../images/tabtop-con.jpg) no-repeat left top; height:31px; float:left; width:100%; line-height:31px; text-align:center; font-size:11px; color:#FFFFFF;}
.tabtop-con a{color:#fff; padding:0 3px; text-decoration:none;}
.tabtop-con a:hover{ border-bottom:1px dashed #fff;}


.featuredtab{
float:left;
width:100%;
line-height:normal;
margin-top:5px;}

.featuredtab ul{
list-style-type: none;
margin:0;
margin-left: 12px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.featuredtab li{
display:inline;
margin:0;
padding:0;
}

.featuredtab a{
float:left;
background:url(../images/featuter-tab.gif) no-repeat left top;
margin:0;
margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 5px;
text-decoration:none;
}

.featuredtab a span{
float:left;
display:block;
background:url(../images/featuter-tab.gif) no-repeat right top;
padding: 5px 12px 5px 7px;
font-weight:bold;
color:#000; font-size:12px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.featuredtab a span {float:none;}
/* End IE5-Mac hack */

.featuredtab a:hover span {
color: black;
}

.featuredtab a.selected{ /*Selected Tab style*/
background-position:0% -25px; /*Shift background image up to start of 2nd tab image*/
}

.featuredtab a.selected span{ /*Selected Tab style*/
background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/
color: #108BC6;
}

.featuredtab a:hover{ /*onMouseover style*/
background-position:0% -25px; /*Shift background image up to start of 2nd tab image*/
}

.featuredtab a:hover span{ /*onMouseover style*/
background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/
color: #7a7a7a;}

