.glossymenu, .glossymenu li ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 100px; /*WIDTH OF MAIN MENU ITEMS*/
color: #afafaf;
border-bottom-style: none;
}

.glossymenu li {
position: relative;
border-bottom-style: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 150px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li a {

font: normal 14px Arial, Verdana, Helvetica, sans-serif;
color: #afafaf;
display: block;
width: auto;
padding: 5px 0px;
padding-left: 10px;
text-decoration: none;
border-bottom-style: none;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #afafaf;
text-decoration: none;
border-bottom-style: none;
}

.glossymenu li a:hover{
text-align: center;
color: #ffffff;
background-image: url(//static.kingofgamesfarm.com/img/blue_radialR.jpg);
text-decoration: none;
border-bottom-style: none;
}

.glossymenu a.navlinks {
}

.submenu li, .submenu li a:hover {
text-align: left;
background: transparent url(//static.kingofgamesfarm.com/img/blue_radialL.jpg) no-repeat top left;
text-decoration: none;
}

.textmenu {
 visibility: hidden;
 height: 0;
}

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