.chromestyle{
width: 102%;
height:45px;
vertical-align:middle;
font-weight:600;
background-color:#C00;
position:fixed;
margin-top:-10px;
padding-top:20px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;
padding: 4px 0px 5px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited, .chromestyle ul li a:link{
/* 
font-size: 13px;
color: #ffffcc;;
padding: 4px 10px;
margin: 0px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
*/
font-size: 15px;
color: #fff;;
/*background: url(../images/butonlar/butonarkaplan_parlak.gif) repeat-x; */
padding: 4px 10px;
margin: 0px;
text-decoration: none;
font-family:Verdana, Geneva, sans-serif; 
}

.chromestyle ul li a:hover{

background: url(../images/butonlar/butonarkaplan--.gif) repeat-x;
background-color:#fff;
color:#C00;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:fixed;
margin-top:-6px;
line-height:20px;
z-index:100;
background-color: #c00;
width: 200px;
visibility: hidden;
}

a.subtab, a.subtab:link, a.subtab:visited {
width: auto;
display: block;
border-bottom: 20px ; /*THEME CHANGE HERE*/
padding: 5px 0px 5px 10px;
text-decoration: none;
font-weight: bold;
color: white;
font:normal 13px;
font-family:Verdana, Geneva, sans-serif;
}
a.subtab:hover {
width: auto;
display: block;
border-bottom: 20px ; /*THEME CHANGE HERE*/
padding: 5px 0px 5px 10px;
text-decoration: none;
font-weight: bold;
color: #c00;
font:normal 13px;
font-family:Verdana, Geneva, sans-serif;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
}