a{
	color: #999999;
	font-family: arial;
	font-size: 12px;
	f
}
a img{
	border: none;
}

/*Navigation- Main Static Button Styles */
#left_nav_static a, #left_nav_static a:hover{
	left: 10px;
	top: 8px;
	width: 180px;
	color: #1c3c7f;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}

/** Settings For Main Menu Static Items **/
#left_nav_static{
	background-color: #FFFFFF;
	display: block;
	padding: 4px 0px 2px 25px;
	color: #1c3c7f;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 4px 50%;
}


/** Settings For Main Menu Dynamic Items **/
#leftNav{
	left: 0px;
	top: 8px;
	width: 190px;
	z-index: 1;
}

#leftNav a.leftNav, #leftNav a.leftNavOpen{
	background-color: #FFFFFF;
	display: block;
	padding: 4px 0px 2px 25px;
	color: #1c3c7f;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 4px 68%;
	font-family: arial;
	font-size: 12px;
}

#leftNav #lnProducts{
	border-top: 0px;
}
#leftNav a.leftNav{
	background-image: url(../images/navigation/inactive.gif);
}
#leftNav a.leftNav:hover, #leftNav a.leftNavOpen, #leftNav a.leftNavOpen:hover{
	background-image: url(../images/navigation/expand.gif);
}
	
	/**Padding For SubMenu Items **/
	div.lnSubMenu {
	text-indent: 8px;
	padding-left: 25px;
	display: none;
	}
	div.lnSubMenu a {
	color: #999999;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 28px;
	font-family: arial;
	font-size: 12px;
	}
	
	div.lnSubMenu a:hover{
	color: #999999;
	text-decoration: underline;
	font-family: arial;
	font-size: 12px;
	}

	
	
	

