.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 5px 0 0 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
position: relative;
}

.glossymenu li a{

	display: block;
	background:url(../images/bullet.gif) left top no-repeat;
	background-position:0 3px;
	padding:0 0 5px 15px;
	margin:0 0 5px 0;
	color:#000000;
	border-bottom:1px dashed #d4d3d3;
}


.glossymenu li a:link, .glossymenu li a:visited{

	display: block;
	background:url(../images/bullet.gif) left top no-repeat;
	background-position:0 3px;
	padding:0 0 5px 15px;
	margin:0 0 5px 0;
	color:#000000;
	border-bottom:1px dashed #d4d3d3;
}


.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
background:#fff;
border:solid 1px #CCCCCC;
padding:5px;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

/*.glossymenu .arrowdiv{
	display: block;
	background:url(../images/bullet.gif) left top no-repeat;
	background-position:0 3px;
	padding:0 0 5px 15px;
	margin:0 0 5px 0;
	color:#000000;
	border-bottom:1px dashed #d4d3d3;
}
*/
.glossymenu li a:visited, .glossymenu li a:active{
	display: block;
	background:url(../images/bullet.gif) left top no-repeat;
	background-position:0 3px;
	padding:0 0 5px 15px;
	margin:0 0 5px 0;
	color:#000000;
	border-bottom:1px dashed #d4d3d3;
}

.glossymenu li a:hover{
	display: block;
	background:url(../images/bullet.gif) left top no-repeat;
	background-position:0 3px;
	padding:0 0 5px 15px;
	margin:0 0 5px 0;
	color:#000000;
	border-bottom:1px dashed #d4d3d3;
}

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