.subNav
	{
		background: #4c4c4c url(../imgs/gradientBg.jpg) bottom repeat-x;
		margin-bottom: 10px;
		width: 170px;
	}

.subNavHeader
	{
		background: #4c4c4c url(../imgs/gradientBarBg.jpg) bottom repeat-x;
		border-bottom: 1px solid #808080;
		clear: left;
		height: 23px;
		text-align: right;
		width: 170px;
	}


.subNavLinks
	{
		clear: left;
		color: #fff;
		margin: 5px;
		text-align: right;
		padding-bottom: 5px;
	}

.subNavLinks a
	{
		color: #fff;
		font: 12px/18px Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	
.subNavLinks a:visited
	{
		color: #fff;
		font: 12px/18px Arial, Helvetica, sans-serif;
		text-decoration: none;
	}

.subNavLinks a:hover
	{
		color: #fff8e5;
		text-decoration: underline;
	}
