#bevelmenu {
	margin: 0;
	padding: 5px 0;	
	z-index: 30;	
	
	font: bold 12px arial;
	text-align: center;
	/*background: url(/images/menufill.jpg) center center repeat-x;*/
}


#bevelmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;	
}

#bevelmenu li a {
	padding: 5px 11px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #ababab;
	border-left: 1px solid #ababab;  
	cursor:pointer;
}

#bevelmenu .noborder {
	border:1px solid #f1f1f2;	
}

#bevelmenu li a:hover {
	/*color: black;
	background: transparent url(/images/menu1_hover.jpg) center center repeat-x;  */
}




/* sub menu */

#bevelmenu div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #DFE5FA; /* #EAEBD8;*/
	border-left:0;
	border-top:0;
	border-bottom:2px solid #5970B2;
	border-right:2px solid #5970B2;
	width:150px;
}

#bevelmenu div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	/*background: #EAEBD8;*/
	/*background: url(/images/menu1_def.jpg) center center repeat-x;*/
	background-color:#f1f1f2;
	color: #2875DE;	
	font: 11px arial;
}

#bevelmenu div a:hover {
	color: black;
	/*background: transparent url(/images/menu1_hover.jpg) center center repeat-x;*/
	/*background-color:#fef3bf;*/
	border:1px solid #a9a9a9;
}