.ddsmoothmenu-v {
	z-index: 2;
	}



.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 203px; /* Main Menu Item widths */
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
 
.ddsmoothmenu-v ul li{
	position: relative;
	background-image: url(http://www.gotsport.com/Content/directors/upimg/dir11875/css/button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px solid #778;
	border-top: 1px solid #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 27px;
}

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


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

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

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

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


.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited{
	background-color: #232323; 	
}

.ddsmoothmenu-v ul li ul li a:hover, .ddsmoothmenu-v ul li ul li a:active {
	background-color: #000;
	color: #FFF;
}
