/* leftNav */

#leftNav {
	margin-top: 20px;
	text-align: center;
}

#leftNav h1 {
        text-transform: uppercase;
}

#leftNav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	display: block;
	text-transform : uppercase;
        margin-bottom: 7px;
}

#leftNav a:link {
	text-decoration: none;
	color: #000000;
}
#leftNav a:visited {
	text-decoration: none;
	color: #000000;
}
#leftNav a:hover {
	text-decoration: underline;
	color: #990000;
}
#leftNav a:active {
	text-decoration: none;
	color: #000000;
}

#subNav {
	margin-top: 0px;
        margin-bottom: 10px;
	text-align: left;
}

#subNav h1 {
        text-transform: capitalize;
}

#subNav a {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	display: block;
	text-transform : uppercase;
}

#subNav a:link {
	text-decoration: none;
	color: #666666;
}
#subNav a:visited {
	text-decoration: none;
	color: #666666;
}
#subNav a:hover {
	text-decoration: underline;
	color: #990000;
}
#subNav a:active {
	text-decoration: none;
	color: #666666;
}

