.glossymenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	line-height: 20px;
}
.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 125px; /*WIDTH OF MAIN MENU ITEMS*/
/* border: 1px solid black; */
}


.glossymenu li{
position: relative;
}

.glossymenu li a{
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 1px;
	color: #000000;
}

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

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
	width: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

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

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

.glossymenu li a:hover{
	color: #FFFFFF;
	font-size: 18px;
}

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