.ddcolortabs{
padding: 0px;
margin:0px;
width: 900px;
height:39px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
background: transparent url(media/buttonsbackground.jpg) no-repeat right top;
}
.ddcolortabs ul{
font: bold 13px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
height:39px;
width:140px;
display: inline;
list-style-type: none;
}
.ddcolortabs li{
display:inline;
margin:0;
padding:0;
width:140px;
height:39px;
vertical-align:middle;
}
.ddcolortabs a{
float:left;
color:Maroon;
font-family:Arial;
font-weight:bold;
margin:0;
padding:0;
text-decoration:none;
letter-spacing: 0px;
height:39px;
width:140px;
background: transparent url(media/buttonsOut.jpg) no-repeat right top;
}
.ddcolortabs a span
{
text-align:center;
display:block;
padding: 12px;
}
.ddcolortabs a:hover{
background-color: #591f20;
background: transparent url(media/buttonsOver.jpg) no-repeat right top;
height:39px;
width:140px;
}

.ddcolortabs a:hover span{
color:#FFF;
}
/*
.ddcolortabs .selected a, #ddcolortabs .selected a span{ currently selected tab
background-color: #591f20;
}
*/
.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
margin-left:0px;
border: 1px solid #333; /*THEME CHANGE HERE*/
border-top-width: 5px; /*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: #FFF;
width: 140px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color:#7AB3CB;
color: white;
font-weight:bold;
}


/* ######### Style for Drop Down Menu PROJELERIMIZ######### */

.dropmenudiv_aPRO{
position:absolute;
top: 0;
margin-left:-20px;
border: 1px solid #333; /*THEME CHANGE HERE*/
border-top-width: 5px; /*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: #FFF;
width: 190px;
visibility: hidden;
}


.dropmenudiv_aPRO a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_aPRO a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv_aPRO a:hover{ /*THEME CHANGE HERE*/
background-color:#7AB3CB;
color: white;
font-weight:bold;
}