.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 100px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
	background: #FFFFFF url(none) repeat-x left bottom;
	font: bold normal 14px Geneva, Arial, Helvetica, sans-serif;
	color: #cc6600;
	display: block;
	width: auto;
	padding: 5px 0 5px 15px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D1D1D1;

}

.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: 200px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
	position: absolute;
	right: 2px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0px;
	top: 7px;



}

.glossymenu li a:visited, .glossymenu li a:active{
color: #cc6600;
}

.glossymenu li a:hover{
	background-image: none;
	color: #AC0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;



}

/* Holly Hack for IE \*/
* html .glossymenu li {
	float: left;
	height: 1%;
	border: 0px none;

}
* html .glossymenu li a { height: 1%; }
.pagename {

background: white url(none) repeat-x left bottom;
font: bold normal 14px Geneva, Arial, Helvetica, sans-serif;
color: #ac0000;
display: block;
width: auto;
padding: 5px 0 5px 15px;
text-decoration: none;
}
