/*Credits: Dynamic Drive CSS Library */

/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu {
	padding: 6px 0;
	margin: 0;
	width: 100%;
	background-color: #3a72af;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #e8e7fe;
	line-height: 14px;
	height: 14px;
}

.bevelmenu li {
	list-style: none;
	display: inline;
}

.bevelmenu li a {
	padding: 0 1em 4px;
	color: #e8e7fe;
	background-color: #3a72af;
	font-weight: bold;
	text-decoration: none;
}

.bevelmenu li a:hover {
	color: #d52020;
	background-color: #3a72af;
	text-decoration: underline;
}

.bevelmenu li a:active {
	color: #3a72af;
	background-color: #e8e7fe;
}

.bevelmenu .sel a {
	color: #3a72af;
	background-color: #e8e7fe;
	text-decoration: none;
}

.bevelmenu .sel a:hover {
	color: #d52020;
	background-color: #e8e7fe;
	text-decoration: underline;
}
