.chromestyle{
width: 1000px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 20; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #ccc;
width: 100%;
background:# center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0; /*yükseklikle alakalı*/
padding-left: 25px; /*soldan sağa iteliyor rakam arttıkca*/

margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: inline;
font:bold 12px Verdana ;
}
.chromestyle ul li a{
float: left; /*left yaparsan yazılar yanyana oluyor center olunca alt alta oluyor*/
text-decoration: none;
margin: 0;
padding: 10px 15px; /*padding inside each tab*/
border-right: 1px solid #A7C1C7; /*right divider between tabs*/
color: white;
background: #transparan; /*art alan rengi*/
}

.chromestyle ul li a:hover, 
.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:#003366; center center repeat-x;
text-decoration: none; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #FF3300; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:200;
background-color: #286270;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 500%;
display: block;
text-indent: 3px;
border: 1px solid #cecece; /*THEME CHANGE HERE*/
padding: 5px 0; /*açılan menünün satır yüksekliği*/
text-decoration: none;
font-weight: bold;
color: White;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #003366;
}