/******************** TopBanner ********************/

div.topBanner a
{
	display: block;
}

div#topBannerOuter
{
	height: 117px;
}

div.topBanner
{
	background-position: right top;
	background-repeat: no-repeat;
	clear: both;
	/*height: 41px; is set from code*/ 
	margin-bottom: 1px;
	text-align: right;
	padding: 0px 5px 0px 0px;/*padding top is set from code*/
	width: 831px;
}

div.topBanner a.topBannerLink
{
	background-color: #323232;
	background-image: url(../Images/SmallArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	clear: both;
	color: White;
	font-size: 10px;
	/*height: 29px; is set from code*/ 
	margin-left: auto;
	padding: 5px 0px 5px 15px;
	text-align: left;
	text-decoration: none;
	width: 158px;
}

div.topBanner a span.underline
{
	font-size: 9px;
}

div.topBanner img
{
	border: 0;
	display: block;
}