.ddsmoothmenu-v ul{
position: relative;
margin: 0px;
padding: 0px 0px 10px 0px;
width: 160px; /* Main Menu Item widths */
list-style-type: none;
text-align: center;
border: 0px;
z-index: 10;
}
 
.ddsmoothmenu-v ul li{
position: relative;
z-index: 999;
}

.ddsmoothmenu-v ul li.topcorner{
position: relative;
width: 160px;
background: url('systemimages/arenamenu_side_topcorner.png');
font: bold 9px Verdana;
padding: 5px 0px 10px 0px;
color: white; 
}

.ddsmoothmenu-v ul li.bottomcorner{
position: relative;
width: 160px;
font: bold 5px Verdana;
background: url('systemimages/newmenu_side_bottomcorner.png');
padding: 0px 0px 5px 0px;
}

.ddsmoothmenu-v ul li ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
position: relative;
z-index: 100;
display: block;
/*overflow: auto; force hasLayout in IE7 */
color: white;
/*background: #3bab30; */
text-align: left;
font: 9px;
text-decoration: none;
padding: 5px 0px 6px 0px;
border-right: 0px solid #313131;
border-left: 0px solid #373737;
border-bottom: 0px solid #373737;
border-top: 0px solid #313131;
margin: 0px 0px 1px 0px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #dddddd; /*background of menu items (default state)*/
/*background-image: url('systemimages/newmenu_side_gray.png');*/
font: bold 9px Verdana;
color: black;
}

.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active{
 background: #dddddd; /*background of menu items (default state)*/
background: none;
font: 9px Verdana;
color: black;
}


.ddsmoothmenu-v ul li a.selected { 
background: #ff9934;
font: bold 9px Verdana;
color: white;
}

.ddsmoothmenu-v ul li ul li a.selected { 
background: #ff9934;
font: 9px Verdana;
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: #ff9934; /*background of menu items during onmouseover (hover state)*/
font: bold 9px Verdana;
color: white;
}

.ddsmoothmenu-v ul li ul li a:hover{
background: #ff9934; /*background of menu items during onmouseover (hover state)*/
font: 9px Verdana;
color: white;
}


/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 160px; /*Sub Menu Items width */
/*background-color: #aaaaaa;*/
background-image: url('systemimages/newmenu_side_sub-bg.png');
background-position: bottom;
background-repeat: no-repeat;
top: 0px;
left: 160px;
font-weight: normal;
display: none;
padding: 0px 0px 15px 0px;
}

.ddsmoothmenu-v ul li ul li ul{
left: 150px;
} 

.ddsmoothmenu-v ul li ul li a{
display: block;
width: 160;
overflow: auto; /*force hasLayout in IE7 */
color: black;
font: 9px Verdana;
text-decoration: none;
text-align: center;
padding: 5px 0px 6px 0px; 
border-right: 0px solid #313131;
border-left: 0px solid #313131;
border-bottom: 1px solid #a0a0a0;
border-top: 0px solid #a0a0a0;
margin: 0px auto 0px auto;
}

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