.outlinemenu{
/*position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 180px; /*default width of menu*/
/*overflow-x: hidden;*/
}

.outlinemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.outline_bottom{
background: url(../images/menu_bar_bottom.png) no-repeat;
display: block;
width: 191px;   
}

.outline_top{
background: url(../images/menu_bar_top.png) repeat-y;
display: block;
width: 171px; 
height : 6px;   
}

.outlinemenu ul li a{
background: url(../images/menu_bar_bg_off.png) repeat-x;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: 191px;
padding-top : 2px;
text-decoration: none;
text-align : center;
}
.outlinemenu ul li a:hover{
color: maroon;
background: url(../images/menu_bar_bg_on.png) repeat-x;
}

/* Holly Hack for IE \*/
* html .outlinemenu li {height: 1%; }
* html .outlinemenu li a { height: 1%; }
/* End */

