/* CSS Document */

.rightmenu {
	/* ONLY for the arrow */
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	color: #092EDC;	
}

.rightmenu div {
	color: #092EDC;
	text-decoration: none;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.rightmenu a:link {
	color: #092EDC;
	text-decoration: none;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

.rightmenu a:visited {
	color: #092EDC;
	text-decoration: none;
	border: thin 1px #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.rightmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: thin 4px #FF0000;
	background-color: #000066;
	font-size: 12px;
	font-weight: bolder;
	richness:inherit;
	background-color: #04B400;
	font-family: Arial, Helvetica, sans-serif;
}
