/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 3px;
	padding: 1px;
	text-decoration: none;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/glblnav_selected.gif");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	text-decoration: none;	
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #cccccc;
	background-image: none;
	font-weight: bold;
	text-decoration: underline;
	color: #000;	
}
/********************* end **********************/
