/*-------------------------------------------------------------------------------------------------------------
CSS FOR MAIN NAVIGATION
This CSS will ONLY effect the main navigation area
-------------------------------------------------------------------------------------------------------------*/

/*AFFECTS TEMPLATE(S)
-------------------------------------------------------------------------------------------------------------*/
#main_nav_td {
	width: 140px;
	background-color: #CFEBFE;
	height: 100%;
}

/*AFFECTS INCLUDE: main_navigation_area.inc
-------------------------------------------------------------------------------------------------------------*/
/*CSS for the main left-hand-side navigation*/
#main_nav {
/*	background-color: #CFEBFE;  */
	padding: 5px 0px 80px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	
}
#main_nav h1 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

/*this is horrible hacking for the sake of IE 6, once IE support child selectors move it over to use them*/
/*-------------------------------------------------------------------------------------------------------------*/
#main_nav_list {
	list-style-type: none;
	margin-bottom: 20px;
}

#main_nav_list ul {
	list-style-type: none;
	margin-bottom: 0px;
}

#main_nav_list li {
	font-weight: bold;
	font-size: 10px;
	margin: 5px 0 2px 0;
	text-transform: uppercase;
}
#main_nav_list ul li {
	font-weight: normal;
	font-size: 11px;
	margin: 2px 0;
	padding-left: 6px;
	padding-right: 6px;
	text-transform: none;
}
#main_nav_list ul li a {
	padding-left: 0px;
}


#main_nav_list a:link, #main_nav_list a:visited {
	color: #000000;
	text-decoration: none;
}
#main_nav_list a:hover, #main_nav_list a:active  {
	color: #CC0000;
	text-decoration: underline;
}
/*CSS for drop down SELECT tag*/
#main_nav_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 120px;
}

/* end */