.chromestyle{
	width: 100%;
	font:13px Tahoma, Verdana, Arial;
	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%;
height:27px;
background: url(menubg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding-top:7px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color:#ac0000;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #ACACAC;
	padding-top: 3px;
	padding-right: 35px;
	padding-bottom: 3px;
	padding-left: 28px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#2D2D2D;


}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin-top:3px;
	border-left: 3px solid #e4e4e4;/*THEME CHANGE HERE*/
	border-right: 3px solid #e4e4e4;
	border-bottom: 2px solid #cfcccc;
	font:12px Tahoma, Verdana, Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 210px;
	visibility: hidden;
	shadow}


.dropmenudiv h3{
margin-top:5px;
margin-bottom:5px;
background-color:#FFFFFF;
background:url(solutions200x70.jpg);
width:210px;
height:70px;
}
.dropmenudiv h2{
background:#0e0e0e;
margin-top:5px;
margin-bottom:5px;
background:url(referanslar.jpg);
width:210px;
height:70px;
}
.dropmenudiv h1{
background:#0e0e0e;
margin-top:5px;
margin-bottom:5px;
background:url(kariyer.jpg);
width:210px;
height:70px;
}



.dropmenudiv a{
	display: block;
	text-indent: 7px; /*THEME CHANGE HERE*/
	padding: 3px 5px;
	text-decoration: none;
	text-align:left;
	color:#2D2D2D;
	margin-left:5px;
	margin-right:5px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 0.05em;
	border-bottom-style: inset;
	border-bottom-color: #D5CFC8;
	background: url(img4.gif) no-repeat left center;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(img4.gif) no-repeat left center;
color:#BB0000;
margin-left:5px;
margin-right:5px;



}

