ul.SecondaryNav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 100%; /* 638px : DECLARE WIDTH: IE WORKAROUND FOR FLOATED ELEMENTS */
	clear: both; /* IE WORKAROUND FOR FLOATED ELEMENTS */
}

ul.SecondaryNav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 55px;
	display: inline;
	float: right;
	color: #37424A;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
}

ul.SecondaryNav li a:link,
ul.SecondaryNav li a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #37424A;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	text-decoration: none;
	display: block;
	outline: none;
	background: transparent url("../images/secondary_nav_icon_off.gif") no-repeat 0px 0px;
}

ul.SecondaryNav li a:hover, 
ul.SecondaryNav li a.Current {
	font-weight: bold;
	background: transparent url("../images/secondary_nav_icon_on.gif") no-repeat 0px 0px;
}

