
.bevelmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.bevelmenu li a{
	display: block;
	width: 100%;
	padding: 2px 4px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/button3.png) repeat-x;
	border: 3px solid #9798FF;
	text-decoration: none;
}

.bevelmenu li a:hover{
	color: black;
	background: url(../images/button.gif) repeat-x;
	border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}

</style>

