@charset "utf-8";
/* CSS Document */



/*Right Navigation */


.rightNav {

	width: 270px;
	margin-top: 5px; 
	margin-right: 10px;
	padding-top: 0;
	float: right;



	
}


.rightNav ul
{


list-style: none;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
color: #222;
text-decoration: none !important;
width: 270px;
margin-left: -42px!important;
font-size: 14px;

			
			}
			
.rightNav ul a {
	
	height: 25px;
	text-decoration: none;
	width:270px;
	display:block;
	padding-top: 11px;

	
	
}

.rightNav li
{
	margin-left: 0 !important;
	margin-bottom: 2px!important;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0!important;
	width: 270px;
	text-decoration: none !important;
	background: #3E3A36;


}


.rightNav a:link, .rightNav a:visited
{
color: #ffffff!important;
text-decoration: none !important;
font-weight: normal!important;
width: 270px;
background-color: #3E3A36;
}


.rightNav a:hover
{
		width: 270px;
	background-color: #69625A!important;
	color: #ffffff!important;
		text-decoration: none !important;
		font-weight: normal!important;
}



.rightNav a:active 
{
	width: 270px;
	color: #ffffff!important;
	text-decoration: none !important;
	
	
}

