.menu
{
position:absolute;
visibility:hidden;

width:100px;
background-color:blue;
margin-right:-15px;
}
.menu a
{
	border:1px solid white;
 	height:20px;
	padding: 5px;
	width:100%;
}
.bullside
{
	background-image: url(../images/g/top_bullet.gif);
	background-repeat: no-repeat;
	background-position: center  ;
	width: 2px;
	height: 20px;
	}