 /* common styling */

.bevelmenu{
list-style-type: none;
font-family:"Trebuchet MS";
font-size:15px;
font-weight:bold;
margin: 0;
padding: 0;
width: 160px;
}

.menu1one
{list-style-type:none;
}

.bevelmenu li a{
display: block;
width: 100%;
padding: 2px 8px;
text-decoration: none;
color:#FFFFFF;
background-color: #2a4f9c;
text-decoration:none;
border-style:inset;
}

.bevelmenu li a:hover{
color: black;
background-color:#000000;
background:url(images/bullet2.gif) no-repeat 130px 4px;
border-style: outset;
}


html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}

.strongtrebuchet  {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 12pt;
	color: #003399;
}
