.chromestyle{
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

}

.chromestyle tr{
border: 0px solid #BBB;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle tr td{
font-weight: normal;
padding: 6px 0px;

}

.chromestyle tr td a{
font:normal 10px Verdana;
color: #494949;
font-weight: bold;

text-decoration: none;
border-left: 1px solid #E4E1EC;
border-right: 1px solid #E4E1EC;
border-top: 1px solid #E4E1EC;
border-bottom: 0px solid #FFF;
}

.chromestyle a:hover
{
color: #b12926;
background-color: #FFF;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
border-top: 1px solid #BBB;
border-bottom: 1px solid #FFF;
}
.baslik_hover
{
color: #b12926;
background-color: #FFF;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
border-top: 1px solid #BBB;
border-bottom: 1px solid #FFF;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 100;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
border-top: 0px solid #BBB;
border-bottom: 1px solid #BBB;
border-bottom-width: 1;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #FFF;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=5); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #b12926;
text-decoration: underline;
}