/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	background-repeat: no-repeat;
	vertical-align: baseline;
	cursor: hand;
}

/************ sectionLinks styles **************/

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #Ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: Verdana,sans-serif;
	font-size: 12px;
}

#menu{
	margin: 0px;
	padding: 0px;

}

#menu h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#menu a:link, #menu a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#menu a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
