.glossymenu-second, .glossymenu-second li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
}

.glossymenu-second li{
position: relative;
}

.glossymenu-second li a{
	background: white url(../../images/red-arrow.png) no-repeat center center;
	color: #c80000;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: 1px solid #000000;
	text-align: left;
	background-color: #F0F0F0;
}

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

.glossymenu-second li ul li{
float: left;
}

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

.glossymenu-second li a:visited{
	

}

.glossymenu-second li a:active{
	background: white url(../../images/black-arrow.png) no-repeat center center;
	color: #000000;

}
.glossymenu-second li a:hover{
	background: white url(../../images/black-arrow.png) no-repeat center center;
	background-color: #F0F0F0;
	color: #000000;
}

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