#navbarRight
{
	float:left;
	
}

#navbarRight ul
{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
	border: 0;
	font-size: 11px;
	margin-bottom: 5px;
	height: 100%;
}
#navbarRight li
{
	font-weight: bold;
	display: block;
	border: 0;
	margin: 0px;
	padding:1px 0px 0px 0px;
}

#navbarRight li a, #navbarRight li a:visited
{
	width: 300px;
	height: 12px;
	display: block;
	white-space: nowrap;
	padding: 5px;
	text-decoration: none;
	color: #2a425b;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background: white ;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
#navbarRight li a:hover
{
	color: #000;
	background: #f0f0f0;
}