.glossymenu, .glossymenu li ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid red;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
/* background: white url(glossyback.gif) repeat-x bottom left; */
background: #ea2015;		/*color: dark red*/
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 10px 0;
padding-left: 5px;
border: 1px solid white;
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
text-decoration: none;
}

.glossymenu li ul { /*SUB MENU STYLE*/
position: absolute;
left: 0px;
top: 0px;
display: none;
border: white 1px solid;
}

.glossymenu li ul li iframe{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
background: #E8E8E8;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: url(arrow-right.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover {
background:#FF4646;
color: #F8DA07;
}

.glossymenu li ul li a:link, .glossymenu li ul li a:visited, .glossymenu li ul li a:active{
color: red;
}

.glossymenu li ul li a:hover{
background:#FF4646;
color: #F8DA07;
}

/* Background for activated button */
table#sports_nutrition a#sports_nutrition, 
table#goggles a#goggles, 
table#suncare a#suncare, 
table#sports_goods a#sports_goods, 
table#medals a#medals, 
{
background-color: #FF4646;		/*Background for activated button*/
color: #F8DA07;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */