.outlinemenu{
	position: absolute; /*leave this alone*/
	display: none; /*leave this alone*/
	width: 180px;
	overflow-x: hidden;
	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: none;
	border-left-style: solid;
	border-top-color: #420000;
	border-right-color: #420000;
	border-bottom-color: #420000;
	border-left-color: #420000;
}

.outlinemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.outlinemenu ul li a{
	color: #CCCCCC;
	width: auto;
	padding-left: 5px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #660000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #420000;
	border-bottom-style: solid;
	display: block;
}

.outlinemenu ul li a:visited, .outlinemenu ul li a:active{
	color: #CCCCCC;
}

.outlinemenu ul li a:hover{
	color: #420000;
	background-color: #FF9FA2;
}

/* Holly Hack for IE \*/
* html .outlinemenu li {height: 1%; }
* html .outlinemenu li a { height: 1%; }
/* End */
