.toprightmenu a,
.toprightmenu a:visited,
.toprightmenu a:active {
    display: block;
    /* TEXT-TRANSFORM: lowercase; */
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: white;
	background-color: #00426a;
	padding-top:3px;
	height:20px;
	/*float:left;*/
	padding-right: 20px;
	padding-left:20px;
}

.toprightmenu a:hover {
    display: block;
    /*TEXT-TRANSFORM: lowercase; */
	background-color: #FC5B08;
	color: #00426a;
	text-decoration: none;
	font-weight: normal;
	/*border-right: 1px solid white;*/
	/*border-right: 1px solid transparent;*/
	padding-top:3px;
		height:20px;
		/*float:left;*/
		padding-right: 20px;
		padding-left:20px;
}
