.chromestyle{
	width: 706px;
	margin:0px;
	padding:28px 0 0 24px;
	clear:both;
}

.chromestyle ul{   
	margin:0px 0 3px 0; /* menu başlıklarının ie ve firefox ta aynı görünmesini sağlıyor*/
	padding:10px 0 5px 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	margin:0px;
	padding:0px;
	letter-spacing:1px;
}

.chromestyle ul li a{
	font: normal 12px "Trebuchet MS";
	color:#000;
	padding:5px 12px 5px 10px;
	text-decoration: none;
	background: url(../images/btn_normal.gif) repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
	background: url(../images/btn_over.gif) repeat-x; /*THEME CHANGE HERE*/
	color:#000;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	z-index:100;
	width: 170px;
	position:absolute;
	background:url(../images/bg_menu.gif) #343434 repeat-x;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=120,strength=3); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	font: normal 12px "Trebuchet MS";
	color:#fff;
	display: block;
	background:url(../images/dotted.gif) repeat-x bottom;
	padding: 2px 0 2px 8px;
	margin:0 1px 0 1px;
	text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	color:#000;
}
