.ddsmoothmenu4{
z-index:199;
color:#000;
float:left;
background:none;
padding:0px;
}

.ddsmoothmenu4 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu4 ul li{
position: relative;
display: inline;
float: left;
width:16.66%;
	font-size:1em;
	font-weight:normal;
	border-radius: 5px ; /* ie için oval köşe */
    -moz-border-radius: 5px; /* firefox için oval köşe */
	-webkit-border-radius: 5px;
	border-right:#125091 solid 1px;
	border-left:#125091 solid 1px;
	margin:auto 2px;
}
.ddsmoothmenu4 ul li:hover{
	background:#eee;
}
/*Top level menu link items style*/
.ddsmoothmenu4 ul li a{
display: block;
text-decoration: none;
	font-size:1em;
	font-weight:bold;
	text-decoration: none;
	color:#fff;
	padding:10px 25px;
}

* html .ddsmoothmenu4 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu4 ul li a:link, .ddsmoothmenu4 ul li a:visited{
}

.ddsmoothmenu4 ul li a.selected,
.ddsmoothmenu4 ul li a:hover{
 color:#092c53;
}
	
/*1st sub level menu*/
.ddsmoothmenu4 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu4 ul li ul li{
display: list-item;
float: none;
	border-right:none;
	border-left:none;
	border-bottom:1px #eee solid;
	margin:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu4 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu4 ul li ul li a{
background:#fafafa;
color:#092c53;
width: 15em; /* width of sub menus*/
font-size:0.9em;
font-weight:normal;
margin:0px;
	padding:5px 10px;
}

.ddsmoothmenu4 ul li ul li a:hover{
background:#ccc; /*background of menu items during onmouseover (hover state)*/
color: #000;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu4{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}