#leftMain { /* Overrides main.css->#leftMain */
	/* background-color: #121A41; */
	background-image: url(../images/subNavBG1.gif);
	height: 454px; 
	width: 255px;
	padding-top: 0px; 
	padding-left: 0px;
}

/*
#dlBrochureButton {
	margin: 95px 0px 0px 25px;
}
*/

#ciNav {
	
}

#ciNavList {
	list-style-type: none;
}

.ciNavListItem {
	height: 15px;
	padding: 15px 0px 15px 30px;
	border-bottom: 1px solid white;
}

.ciNavP {
	height: 15px;
	margin-top: -4px;
	font-size: 17px; font-weight: normal; 
	text-align: left; font-family: verdana, arial, sans-serif;
}

.ciNavLink { text-decoration: none; }
.ciNavLink:link { color: #DDD; }
.ciNavLink:visited { color: #DDD; }
.ciNavLink:hover { color: #A10D0D; }
.ciNavLink:active { color: #58618D; }

#selectedciNavListItem {
	background-color: #58618D;
	z-index: 10;
}

#selectedciNavP {
	font-weight: bold; color: white;
}

#selectedciNavLink:link { color: white; }
#selectedciNavLink:visited { color: white; }

#bottomBlueIE6fix { /* see the ie6 style-sheet for this class's relevant definition */
	display: none;
}



