.chromestyle{
width: 99%;
font-weight: bold;

}

.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: left; /*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: 13px;
color: #ffffcc;;
/*background: url(../images/butonlar/butonarkaplan_parlak.gif) repeat-x; */
padding: 4px 10px;
margin: 0px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif; 
}

.chromestyle ul li a:hover{

background: url(../images/butonlar/butonarkaplan.gif) repeat-x; 


}

.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:absolute;
top: 0;
line-height:20px;
z-index:100;
background-color: #a70000;
width: 200px;
visibility: hidden;
}

a.subtab, a.subtab:link, a.subtab:visited {
width: auto;
display: block;
border-bottom: 20px ; /*THEME CHANGE HERE*/
padding: 2px 0px 0px 5px;
text-decoration: none;
font-weight: bold;
/*color: white;*/
color:#ffffcc;
font:normal 13px;

 font-family: Geneva, Arial, Helvetica, sans-serif;
}
a.subtab:hover {
width: auto;
display: block;
border-bottom: 20px ; /*THEME CHANGE HERE*/
padding: 2px 0px 0px 5px;
text-decoration: none;
font-weight: bold;
color: #820405;
font:normal 13px;

 font-family: Geneva, Arial, Helvetica, sans-serif;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
background-color:#ffffcc;
}
