.ekip{
margin:0px;
height:51px;
background: black ;
}

.ekip ul{
padding-top:21px;
padding-bottom:15px;
padding-left:10px;
padding-right:0px;
margin:0px;
font: bold 12px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*border-bottom: 1px solid #929492;*/
}

.ekip li{
display:inline;
margin:0;
text-transform:uppercase;
}

.ekip li a{ 
text-decoration: none;
padding-top:6px;
padding-bottom:6px;
padding-left:26px;
padding-right:26px;
margin: 0;
/*margin-right: 1px;*/ /*distance between each tab*/
/*border-left: 1px solid gray;*/
color: #8c8c5d;
/*font-size: 13px;*/
background: black ;
}

.ekip li a:visited{
color: #8c8c5d;
}

.ekip li a:hover, .ekip li.selected a{
background-color: #333333;
color: #ffffff;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #535353; /*THEME CHANGE HERE*/
border-width: 0 1px;
font: normal 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #333333;
width: 200px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #535353; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #5bbcd1;
}
