.ddsmoothmenu-v ul{
margin: 5px 1px 1px 1px;
padding: 0;
width: 198px; /* Main Menu Item widths */
list-style-type: none;
}
 
.ddsmoothmenu-v h3 a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
	padding:10px 37px 10px 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;
background:#eedfdd url(../images/j1.png) center right 5px no-repeat;
}

.ddsmoothmenu-v h3 a:hover{
/*background of menu items during onmouseover (hover state)*/
background:#878787 url(../images/j2.png) center right 3px no-repeat;
padding:10px 37px 10px 7px;
color: #fff;
}

.ddsmoothmenu-v h4{ margin:0px; padding:0px; }
.ddsmoothmenu-v h4 a{
display: block;
 margin:0px 0px 3px 0px; 
 padding:5px 7px;
	font-size:13px;
	font-weight:bold;
	background:#eee;
	border:1px #ccc solid;
	border-radius: 5px; /* ie için oval köşe */
    -moz-border-radius: 5px; /* firefox için oval köşe */
	-webkit-border-radius 5px;
}
.ddsmoothmenu-v h4 a:hover{
	background:#e2e2e2;
}

.ddsmoothmenu-v ul li{
position: relative;
}
/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	font-size:12px;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 3px 7px;
border-bottom: 1px solid #E1E1E1;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #F2F2F2; /*background of menu items (default state)*/
color: #333;
}


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

.ddsmoothmenu-v ul li a:hover{
background: #eedfdd; /*background of menu items during onmouseover (hover state)*/
color: #000;
}

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

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