.cctabs{
float:left;
width:100%;
font-size: 12px;
line-height:normal;
border-bottom: 0px solid #dcc208; /*Add border strip to bottom of menu*/
}

.cctabs ul{
list-style-type: none;
margin:0;
font: 11px Verdana;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;

}

.cctabs li{
display:inline;
margin:0;
padding:0;
line-height: 18px;
}

.cctabs a{
float:left;
background:url(../images/cc-left.gif) no-repeat left top;
margin:4;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 7px;
margin-bottom: 10px;
text-decoration:none;
width:180px;
}
* html .cctabs a{ /*IE only hack*/
width:187;
}

.cctabs a span{
float:left;
display:block;
background:url(../images/cc-tab.gif) no-repeat right top;
padding: 6px 10px 6px 3px;
font-weight:bold;
color: #007ac2;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.cctabs a span {float:none;}
/* End IE5-Mac hack */

.cctabs a:hover span {
color: #FFFFFF;
}

.cctabs li.selected a{ /*Selected Tab style*/
background-position:0 -30px; /*Shift background image up to start of 2nd tab image*/
}

.cctabs li.selected a span{ /*Selected Tab style*/
background-position:100% -30px; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF;
}

.cctabs a:hover, .cctabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -30px; /*Shift background image up to start of 2nd tab image*/
}

.cctabs a:hover span, .cctabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -30px; /*Shift background image up to start of 2nd tab image*/
}



/* ######### Style for Drop Down Menu 1 ######### */

.dropmenudiv_a{
position: absolute;
margin-top: -32px;
margin-left: 189px;
border-top: 1px hidden #ffffff;
border-left: 1px hidden #ffffff;
border-right: 1px hidden #ffffff;
border-bottom: 1px hidden #ffffff;
font: normal 11px Verdana;
line-height: 16px;
background: url(../images/dropdown-back.gif) no-repeat;
visibility: hidden;
padding: 8px 0px 12px 0px;
width: 300px;
font-weight: bold;
}
* html .dropmenudiv_a{ /*IE only hack*/
margin-top: -31px;
}


.dropmenudiv_a a{
width: auto;
border-top-width: 0px;
border-bottom: 0px;
margin-top: 0px;
margin-bottom: 5px;
margin-right: 2px;
margin-left: 1px;
top: 0px;
display: block;
text-indent: 9px;
border: 0 solid #585858; /*THEME CHANGE HERE*/

border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: #007ac2;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
background-color: #ec9d36;
}



/* ######### Style for Drop Down Menu 2 ######### */

.dropmenudiv_b{
position: absolute;
margin-top: -32px;
margin-left: 189px;
border-top: 1px hidden #ffffff;
border-left: 1px hidden #ffffff;
border-right: 1px hidden #ffffff;
border-bottom: 1px hidden #ffffff;
font: normal 11px Verdana;
line-height: 16px;
background: url(../images/dropdown-back-6-hi.gif) no-repeat;
visibility: hidden;
padding: 8px 0px 12px 0px;
width: 300px;
font-weight: bold;
}
* html .dropmenudiv_a{ /*IE only hack*/
margin-top: -31px;
}


.dropmenudiv_b a{
width: auto;
border-top-width: 0px;
border-bottom: 0px;
margin-top: 0px;
margin-bottom: 5px;
margin-right: 2px;
margin-left: 1px;
top: 0px;
display: block;
text-indent: 9px;
border: 0 solid #585858; /*THEME CHANGE HERE*/

border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: #007ac2;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
background-color: #ec9d36;
}


/* ######### Style for Drop Down Menu 3 ######### */

.dropmenudiv_c{
position: absolute;
margin-top: -32px;
margin-left: 189px;
border-top: 1px hidden #ffffff;
border-left: 1px hidden #ffffff;
border-right: 1px hidden #ffffff;
border-bottom: 1px hidden #ffffff;
font: normal 11px Verdana;
line-height: 16px;
/background: url(../images/dropdown-back-5-hi.gif) no-repeat;
visibility: hidden;
padding: 8px 0px 12px 0px;
width: 300px;
font-weight: bold;
}
* html .dropmenudiv_a{ /*IE only hack*/
margin-top: -31px;
}


.dropmenudiv_c a{
width: auto;
border-top-width: 0px;
border-bottom: 0px;
margin-top: 0px;
margin-bottom: 5px;
margin-right: 2px;
margin-left: 1px;
top: 0px;
display: block;
text-indent: 9px;
border: 0 solid #585858; /*THEME CHANGE HERE*/

border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: #007ac2;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
background-color: #ec9d36;
}


/* ######### Style for Drop Down Menu 4 ######### */

.dropmenudiv_d{
position: absolute;
margin-top: -32px;
margin-left: 189px;
border-top: 1px hidden #ffffff;
border-left: 1px hidden #ffffff;
border-right: 1px hidden #ffffff;
border-bottom: 1px hidden #ffffff;
font: normal 11px Verdana;
line-height: 16px;
/*background: url(../images/dropdown-back-3-hi.gif) no-repeat;*/
background: url(../images/dropdown-back.gif) no-repeat;
visibility: hidden;
padding: 8px 0px 12px 0px;
width: 300px;
font-weight: bold;
}
* html .dropmenudiv_a{ /*IE only hack*/
margin-top: -31px;
}


.dropmenudiv_d a{
width: auto;
border-top-width: 0px;
border-bottom: 0px;
margin-top: 0px;
margin-bottom: 5px;
margin-right: 2px;
margin-left: 1px;
top: 0px;
display: block;
text-indent: 9px;
border: 0 solid #585858; /*THEME CHANGE HERE*/

border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: #007ac2;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
background-color: #ec9d36;
}


/* ######### Style for Drop Down Menu with 3 items ######### */

.dropmenudiv_3{
position: absolute;
margin-top: -32px;
margin-left: 189px;
border-top: 1px hidden #ffffff;
border-left: 1px hidden #ffffff;
border-right: 1px hidden #ffffff;
border-bottom: 1px hidden #ffffff;
font: normal 11px Verdana;
line-height: 16px;
background: url(../images/dropdown-back-3-hi.gif) no-repeat;
visibility: hidden;
padding: 8px 0px 12px 0px;
width: 300px;
font-weight: bold;
}
* html .dropmenudiv_a{ /*IE only hack*/
margin-top: -31px;
}


.dropmenudiv_3 a{
width: auto;
border-top-width: 0px;
border-bottom: 0px;
margin-top: 0px;
margin-bottom: 5px;
margin-right: 2px;
margin-left: 1px;
top: 0px;
display: block;
text-indent: 9px;
border: 0 solid #585858; /*THEME CHANGE HERE*/

border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: #007ac2;
}

* html .dropmenudiv_3 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_3 a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
background-color: #ec9d36;
}


/* ######### Style for Drop Down Menu with 4 items ######### */

.dropmenudiv_4{
position: absolute;
margin-top: -32px;
margin-left: 189px;
border-top: 1px hidden #ffffff;
border-left: 1px hidden #ffffff;
border-right: 1px hidden #ffffff;
border-bottom: 1px hidden #ffffff;
font: normal 11px Verdana;
line-height: 16px;
background: url(../images/dropdown-back-4-hi.gif) no-repeat;
visibility: hidden;
padding: 8px 0px 12px 0px;
width: 300px;
font-weight: bold;
}
* html .dropmenudiv_a{ /*IE only hack*/
margin-top: -31px;
}


.dropmenudiv_4 a{
width: auto;
border-top-width: 0px;
border-bottom: 0px;
margin-top: 0px;
margin-bottom: 5px;
margin-right: 2px;
margin-left: 1px;
top: 0px;
display: block;
text-indent: 9px;
border: 0 solid #585858; /*THEME CHANGE HERE*/

border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: #007ac2;
}

* html .dropmenudiv_4 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_4 a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
background-color: #ec9d36;
}


/* ######### Style for Drop Down Menu with 5 items ######### */

.dropmenudiv_5{
position: absolute;
margin-top: -32px;
margin-left: 189px;
border-top: 1px hidden #ffffff;
border-left: 1px hidden #ffffff;
border-right: 1px hidden #ffffff;
border-bottom: 1px hidden #ffffff;
font: normal 11px Verdana;
line-height: 16px;
background: url(../images/dropdown-back-5-hi.gif) no-repeat;
visibility: hidden;
padding: 8px 0px 12px 0px;
width: 300px;
font-weight: bold;
}
* html .dropmenudiv_a{ /*IE only hack*/
margin-top: -31px;
}


.dropmenudiv_5 a{
width: auto;
border-top-width: 0px;
border-bottom: 0px;
margin-top: 0px;
margin-bottom: 5px;
margin-right: 2px;
margin-left: 1px;
top: 0px;
display: block;
text-indent: 9px;
border: 0 solid #585858; /*THEME CHANGE HERE*/

border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: #007ac2;
}

* html .dropmenudiv_5 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_5 a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
background-color: #ec9d36;
}


/* ######### Style for Drop Down Menu with 7 items ######### */

.dropmenudiv_7{
position: absolute;
margin-top: -32px;
margin-left: 189px;
border-top: 1px hidden #ffffff;
border-left: 1px hidden #ffffff;
border-right: 1px hidden #ffffff;
border-bottom: 1px hidden #ffffff;
font: normal 11px Verdana;
line-height: 16px;
background: url(../images/dropdown-back-7-hi.gif) no-repeat;
visibility: hidden;
padding: 8px 0px 12px 0px;
width: 300px;
font-weight: bold;
}
* html .dropmenudiv_a{ /*IE only hack*/
margin-top: -31px;
}


.dropmenudiv_7 a{
width: auto;
border-top-width: 0px;
border-bottom: 0px;
margin-top: 0px;
margin-bottom: 5px;
margin-right: 2px;
margin-left: 1px;
top: 0px;
display: block;
text-indent: 9px;
border: 0 solid #585858; /*THEME CHANGE HERE*/

border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: #007ac2;
}

* html .dropmenudiv_7 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_7 a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
background-color: #ec9d36;
}
