.horitabs{
border-bottom: 0px;
}

.horitabs ul{
padding-top: 6px;
padding-bottom:6px;
width: 780px;
height: 30px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 14px Verdana, ºÚÌå;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/

background: url('images/horinav01.gif') repeat-x;
}

.horitabs li{
display: inline;
margin: 0;
}

.horitabs li a{
text-decoration: none;
padding-top: 6px;
padding-left:20px;
padding-right: 20px;
padding-bottom:6px;
margin-right: 0px;
color: #FFFFFF;
background:url('images/horinav01.gif') no-repeat; /*THEME CHANGE HERE*/
}

.horitabs li a:visited{
color: #FFFFFF;
}

.horitabs li a:hover{
text-decoration: none;
color: #FFFFFF;
background:url('images/horinav02.gif') no-repeat;
}

.horitabs li.selected{
}

.horitabs li.selected a{ /*selected main tab style */
background:url('images/horinav02.gif') no-repeat;/*THEME CHANGE HERE*/
}

.horitabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
border: 0px; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:normal 12px Verdana,ºÚÌå;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: auto;
color: #CB2323;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0px solid #CB2323; 
border-top: thin;
border-left-width:1px;
border-right-width:1px;
border-bottom-width: 1px;
text-decoration: none;
color: #CB2323;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #CB2323;
color: #FFFFFF;
}