.ddsmoothmenu-v2 ul{
margin: 5px 1px 1px 1px;
padding: 0;
width: 195px; /* Main Menu Item widths */
list-style-type: none;
float:left;
}
 
.ddsmoothmenu-v2 ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v2 ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
	padding:21px 37px 21px 7px;
	margin:7px 0px; 
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#333;
	border-radius: 7px; /* ie için oval köşe */
    -moz-border-radius: 7px; /* firefox için oval köşe */
	-webkit-border-radius 7px;
    -moz-box-shadow: 0px 0px 7px #444;
    -webkit-box-shadow: 0px 0px 7px #444;
    box-shadow: 0px 0px 7px #444;
	border:1px solid #bbb;
	border-bottom:#eee 1px solid;
}

.ddsmoothmenu-v2 ul li a:link, .ddsmoothmenu-v2 ul li a:visited, .ddsmoothmenu-v2 ul li a:active{
background:#eedfdd url(../images/j1.png) center right 5px no-repeat; /*background of menu items (default state)*/
color: #333;
}


.ddsmoothmenu-v2 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #a41c06; 
color: #fff;
}

.ddsmoothmenu-v2 ul li a:hover{
/*background of menu items during onmouseover (hover state)*/
background:#878787 url(../images/j2.png) center right 3px no-repeat;
padding:21px 33px 21px 9px;
color: #fff;
}

/*Sub level menu items */
.ddsmoothmenu-v2 ul li ul{
position: absolute;
width: 230px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v2 ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v2 ul li a { height: 1%; }
/* End */