.outlinemenu{
	display: none;
	overflow-x: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #014E8A;
	border-right-color: #014E8A;
	border-bottom-color: #014E8A;
	border-left-color: #014E8A;
	border-top-width: 1px;
	position: absolute;
}

.outlinemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.outlinemenu ul li a{
	color: #666666;
	display: block;
	width: auto;
	text-decoration: none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCEEFD;
	background-color: #CEE7FB;
}

.outlinemenu ul li a:visited, .outlinemenu ul li a:active{
color: #666666;
}

.outlinemenu ul li a:hover{
	color: #990000;
	background-color: #8DCAfA;
}

/* Holly Hack for IE \*/
* html .outlinemenu li {height: 1%; }
* html .outlinemenu li a { height: 1%; }
/* End */
