
/*

	Left Sub Nav
	-------------------------------------------------------------------------
	Author: Ken Ehrman
	
	Based on best practices of: Michael Argentini; magic@ddii.com
	12/20/2007

*/

.LeftSubNav, .LeftSubNavTitle
{
	position: relative;	
	display: block;
	white-space: nowrap;
	margin: 10px 25px 0px 0px;
	overflow: visible;
	text-align: right;
	line-height: 28px;
	font-size: 12px;
}

	.LeftSubNav a 
	{
		color: #FFFFFF;
	}

	.LeftSubNav a:hover 
	{
		color: #A1CFEB;
	}	

	.LeftSubNav a.over 
	{
		color: #A1CFEB;
	}	
	.LeftSubNav a.dim 
	{
		font-style: italic;
		color: #DDDDDD;
	}	

.LeftSubNavTitle 
{
	text-transform: uppercase;
}

	.LeftSubNavTitle a 
	{
		color: #FFFFFF;
	}

	.LeftSubNavTitle a:hover  
	{
		color: #A1CFEB;
	}
	
	.LeftSubNavTitle a.over  
	{
		color: #A1CFEB;
	}


.bullet
{
	padding: 0 0 0 10px;
	background-image: url(/images/content/subnav/bullet.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
	.LeftContactInfo
	{
		padding: 20px;
		color: White;
		text-align: right;
	}
	
		.LeftContactInfo a
		{
			color: White;
			text-decoration: none;
			font-weight: bold;
		}

		.LeftContactInfo a:hover
		{
			color: White;
			text-decoration: underline;
		}

	.Clear
	{
		margin: 0;
		padding: 0;
		clear: both;
	}

