.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0px;
width: 170px;
height:25px; /*WIDTH OF MAIN MENU ITEMS*/
/*border: 1px solid black;*/
border-bottom:1px solid black;
border-top:1px solid black;
}

.glossymenu li{
position: relative;
width:170px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 169px;
height:28px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
font-weight:normal;
font-family:Arial;
/*border: 1px solid black;*/
border-bottom:1px solid black;
border-top:1px solid black;
border-left:1px solid black;
padding:0px;
}

.glossymenu li img{
/*background: white url(allbg.gif) norepeat bottom left;*/
font: bold 11px Arial;
color: #33CC33;
display: block;
width: 169px;
padding: 0px;
padding-left: 0px;
text-decoration: none;
cursor:hand;
}

.glossymenu li a{
/*background: white url(allbg.gif) norepeat bottom left;*/
font: bold 11px Arial;
color: #33CC33;
display: block;
width: auto;
padding: 0px;
padding-left: 0px;
text-decoration: none;
cursor:hand;
}

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

.glossymenu li a:visited, .glossymenu li a:active{
color: #33CC33;
}

.glossymenu li a:hover{
background-image: url(allbg.gif); color:#77F777;
}

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

a.con:link,a.con:visited,a.con:active{ color: #FFFFFF; text-decoration:underline;}
a.con:hover{color:#FFFFFF; text-decoration:none;}