/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #FFFFCC;
	text-align: center;
}

.bevelmenu li{
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	display: inline;
}

.bevelmenu li a{
	font-family: Arial, Helvetica, sans-serif;
	height:1%;
	padding: 2px 4px;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #BBBBBB;
}

.bevelmenu li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	color: #000000;
	border-style: outset;
}
