#menu, #menu li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 168px;
}

#menu li {
    position: relative;
    height: 25px; /*Firefox*/
}

#menu li ul {
    position: absolute;
    left: 175px;
    top: 0;
    display: none;
}

#menu li {
	padding-bottom:7px;
}

#menu li a {
    padding: 6px 6px 8px 20px;
    background: url("/_images/button_1.gif") no-repeat top left;
    display: block;
	height:25px;
	width:150px;
    text-decoration: none;
    color: #761d6d;
	font-size:14px;
}

#menu li a:hover {
    color: #761d6d;
	background: url("/_images/button_2.gif") no-repeat top left;
}

/* Holly Hack. IE Requirement \*/
* html #menu li { float: left; height: 1%; }
* html #menu li a { height: 1%; }
/* End */

#menu li:hover ul, #menu li.over ul { display: block; }


#ainstruct {
	padding: 7px 6px 12px 20px;
    background: url("/_images/button_11.gif") no-repeat top left;
    display: block;
	height:25px;
	width:150px;
    text-decoration: none;
    color: #761d6d;
	font-size:14px;
	margin-bottom:6px;
}

#ainstruct:hover {
	color: #761d6d;
	background: url("/_images/button_22.gif") no-repeat top left;
}
