.menuprincipal {
	position: relative;
	width: 700px;
	background-color: #000066;
	height: 32px;
	float: left;
}
.elementmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	background-color: #000066;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	height: 26px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #CC9933;
	line-height: 26px;
	cursor: default;
	float: right;
	display: block;
	text-align: center;
}
a.elementmenu {
	font-weight: normal;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #000066;
	cursor: pointer;
	color: #FFFFFF;
}
a.elementmenu:hover {
	color: #FFFFFF;
	font-weight: normal;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #CC9933;
}

