.chromestyle{
width: 99%;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #dcdcdc;
width: 100%;
background-color:#dcdcdc;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
font-family:Verdana, Arial; font-size:11px;

}

.chromestyle ul li{
display: inline;
	margin: 9px 5px 5px 5px;
	padding: 3px 13px 5px 3px;
	border-right: 1px solid #AAAAAA;
	float:left;
	height:13px;
	text-align:center;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#dcdcdc;
color: #cc0000;
text-decoration:underline;
}
.image { margin:5px 3px 3px 5px; padding:1px; width:4; height:7; float:left;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana,arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #aaa; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
color: black;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}.kampanya {
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.baslik {
	color: #CC0000;
	font-size: 13px;
	margin-left: 5px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
.kampanya li {
	line-height: 25px;
	font-weight: bold;
	list-style: none;
}
.kampanya h6 {
	color: #009900;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.kampanya img {
	float: left;
	margin-right: 10px;
}
.kampanya b {
	color: #CC0000;
	font-size: 12px;
}
