/*.ddcolortabs{width:741px; background:url(../images/navi_1_bg.jpg) bottom no-repeat; margin-top:40px; float:right;}*/
.ddcolortabs{width:741px; background:url(../images/navi_1_bg.jpg) bottom no-repeat; float:right}

.ddcolortabs ul{
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{color:#616161; display:inline; font:bold 14px Arial, Helvetica, sans-serif; text-decoration:none;}


.ddcolortabs a{float:left; display: block; color:#616161; text-decoration:none; text-decoration: none; padding:0 0 0 7px; text-align: center; cursor: pointer; background:url(../images/navi_devider.jpg) bottom right no-repeat;}

.ddcolortabs a span{float: left; display: block; padding:14px 45px 8px 33px;}

.ddcolortabs a span{
float:none;
}

.ddcolortabs ul li span{display:block; float:left; color:#000000;}



.ddcolortabs ul li.current a, .ddcolortabs a:hover{background:url(../images/hover_left.jpg) left top no-repeat; color: #FFFFFF; text-decoration:none;}

.ddcolortabs li.current a span, .ddcolortabs a:hover span{color: #FFFFFF; background: url(../images/hover_right.jpg) right top no-repeat;}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #e4e4e4; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #f6f6f6;
width:180px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #e4e4e4;
border-bottom: 1px solid #e4e4e4; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #848484;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #326449;
color: white;
}