.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 160px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
font: normal 12px sans-serif, arial, verdana, helvetica;
text-shadow: 2px 2px 3px #000;
display: block;
background: #234073;
background-image: url(/Forum/images/misc/skin/menuwnx_back.png);
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
color: #2d2b2b;
text-decoration: none;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited{
 /*background of menu items (default state)*/
font: normal 12px sans-serif, arial, verdana, helvetica;
color: white;
text-decoration: none;
}

.ddsmoothmenu-v ul li a.selected, .ddsmoothmenu-v ul li a:hover, .ddsmoothmenu-v ul li a:active{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
font: normal 12px sans-serif, arial, verdana, helvetica;
background: black; 
background-image: url(../images/misc/skin/menuwnx_back_hover.png);
color: white;
text-decoration: none;
}


.ddsmoothmenu-v ul li a.selected .ddsmoothmenu-v ul li a:hover{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
background-image: url(/Forum/images/misc/skin/menuwnx_back_hover.png);
color: white;
}

/* sub menu */
.ddsmoothmenu-v ul li ul li a {
font: normal 12px sans-serif, arial, verdana, helvetica;
text-shadow: 1px 1px 2px #000;
text-decoration: none;
background: #234073;
width: 250px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #000000;
}

.ddsmoothmenu-v ul li ul li a:hover{
font: normal 12px sans-serif, arial, verdana, helvetica;
text-decoration: none;
background: #153062;
width: 250px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #000000;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
background: #234073;
width: 250px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

.wnhome_game {
	background-image: url(/images/wnhome_gamemenu_back.png);
	width:198px;
	position:relative;
	z-index:5;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }

/* End */