.ddsmoothmenu-v ul{
margin: 0;
width: 130px; /* Main Menu Item widths */
list-style-type: none;
font-size:18px;
font-family:'Conv_atquill';
font-weight:bold;
padding: 0px 15px;
text-align:center;
margin-left:14px;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#f47920;
text-decoration: none;
padding:2px 4px 3px 0px;
background: #f89e5f;
margin-bottom:19px;
-webkit-border-radius: 14px;
	border-radius: 14px; 
	-moz-border-radius:14px;
	font-weight: normal;
	
	letter-spacing:1px;

-webkit-border-image: url("hoverpng.png") 50;
    border: solid 2px #ffffff;
	
	
	
	-moz-box-shadow: 1px 1px 7px #000000;
-webkit-box-shadow: 1px 1px 7px #000000;
box-shadow: 1px 1px 7px #000000;

text-shadow:1px 1px 5px #000000;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background: #414141; /*background of menu items (default state)*/
color: #FFFFFF;

}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
padding:17px 8px 9px 0px;
background:url(../images/index_09.gif) top no-repeat #FF0000;
color: white;
}
.ddsmoothmenu-v ul li ul a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
padding:8px 8px 9px 0px;
background:url(../images/index_09.gif) top no-repeat #FF0000;
color: white;
}
.ddsmoothmenu-v ul li a:hover{
padding:2px 4px 3px 0px;

background: rgba(182,93,24,1);
background: -moz-linear-gradient(top, rgba(182,93,24,1) 0%, rgba(238,136,68,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(182,93,24,1)), color-stop(100%, rgba(238,136,68,1)));
background: -webkit-linear-gradient(top, rgba(182,93,24,1) 0%, rgba(238,136,68,1) 100%);
background: -o-linear-gradient(top, rgba(182,93,24,1) 0%, rgba(238,136,68,1) 100%);
background: -ms-linear-gradient(top, rgba(182,93,24,1) 0%, rgba(238,136,68,1) 100%);
background: linear-gradient(to bottom, rgba(182,93,24,1) 0%, rgba(238,136,68,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65d18', endColorstr='#ee8844', GradientType=0 );
text-shadow:1px 1px 5px #000000;
letter-spacing:1px;


color: white;
-webkit-border-radius: 14px;
	border-radius: 14px; 
	-moz-border-radius:14px; 
	
	
	
-moz-box-shadow: 1px 1px 7px #000000;
-webkit-box-shadow: 1px 1px 7px #000000;
box-shadow: 1px 1px 7px #000000;

text-shadow:1px 1px 5px #000000;
	
	}










.ddsmoothmenu-v ul li a.current{background: rgba(182,93,24,1);
background: -moz-linear-gradient(top, rgba(182,93,24,1) 0%, rgba(238,136,68,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(182,93,24,1)), color-stop(100%, rgba(238,136,68,1)));
background: -webkit-linear-gradient(top, rgba(182,93,24,1) 0%, rgba(238,136,68,1) 100%);
background: -o-linear-gradient(top, rgba(182,93,24,1) 0%, rgba(238,136,68,1) 100%);
background: -ms-linear-gradient(top, rgba(182,93,24,1) 0%, rgba(238,136,68,1) 100%);
background: linear-gradient(to bottom, rgba(182,93,24,1) 0%, rgba(238,136,68,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65d18', endColorstr='#ee8844', GradientType=0 );

color: white;
-webkit-border-radius: 14px;
	border-radius: 14px; 
	-moz-border-radius:14px; 
	
	
	
-moz-box-shadow: 1px 1px 7px #000000;
-webkit-box-shadow: 1px 1px 7px #000000;
box-shadow: 1px 1px 7px #000000;}

