/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


#pageNav2{
	float: left;
	width:240px;
	padding: 0px;
	background-color: #77AAAA;
	border-right: 1px solid #558888;
	border-bottom: 1px solid #558888;
	font: 12px Verdana,sans-serif;
}
/************** header tag styles **************/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/************* globalNav styles ****************/


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	float: left;
	width:120px;
	padding: 0px;
	background-color: #9393C5;
	border-right: 1px solid #7777AA;
	border-bottom: 1px solid #7777AA;
	font: 10px Verdana,sans-serif;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #7777AA;
}

#sectionLinks a:link, #sectionLinks a:visited {
	float: left;
	width:120px;
	display: block;
	border-top: 1px solid #A3A3CC;
	border-left: 1px solid #A3A3CC;
	border-bottom: 1px solid #7777AA;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
}

#sectionLinks a:hover{
	float: left;
	width:120px;
	border-top: 1px solid #FFFFDD;
	border-left: 1px solid #FFFFDD;
	border-right: 1px solid #999966;
	border-bottom: 1px solid #999966;
	background-color: #FFFFCC;
	background-image: none;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}



/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/








