.outlinemenu{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 180px; /*default width of menu*/
border-left: 1px solid white;
border-right: 1px solid white;
border-top: 1px solid white;
overflow-x: hidden;
background: #001e69;
}

.outlinemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.outlinemenu ul li a{
background: #001e69;
font: bold 12px Arial, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 6px 0;
text-align: left;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid white;
}

.outlinemenu ul li a:visited, .outlinemenu ul li a:active{
color: white;
}

.outlinemenu ul li a:hover{
color: #001e69;
background: #00aeef;
}

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