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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
BODY {background-image: url(images/finaldvbanner3.jpg); background-repeat: no-repeat} 



/******* hyperlink and anchor tag styles *******/

#utility {
	color: #21409A;
	font-weight: bold;
	right: 0px;
}



#utility a{
	color: #21409A;
	font-weight: bold;
	right: 0px;
	text-decoration: none;
}

#utility a:hover{
	text-decoration: underline;
}

#globalNav {
	background-image:  url("images/bluestripe.jpg");

        /*background-color: #21409A;*/
	padding: 0px;
	margin: 0px;
	/*width: 104%;*/
	/*width: 1000px;*/
	width: 1000px;
	height: 22px;
	position: relative;
	left: -10px;  /* aligns the blue bar all the way to the left edge*/
	margin-bottom:-20px;  /*this is needed for the header bottom*/
        /*margin-top: -1px;*/
        margin-top: -4px;
}



#globalLink a{
	color: #ffffff;
	font: Arial,Verdana,  Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	left: 10px;
	/*margin-top: -10px;	*/
	margin-top: -5px;   /* This is necessary to stop the jumping look when you hover*/
	
}

#glcartLink a{
	color: #ffffff;
	font: Arial,Verdana,  Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	float: right;
		
	
}

a.glink, a.glink:visited{
  	font-size: 100%;
  	/*color: #000000;*/
	color: #ffffff;
	font-weight: bold;
	/*margin: 0px;*/
	padding: 2px 5px 1px 5px;
	/*top: 10px;*/
        font: Verdana,sans-serif
	
}

a.glink:hover{
        background-color: #9fc812;
/*  	background-image:  url("glblnav_selected.gif");*/
	text-decoration: none;
	height: 20px;
}

a.cartlink, a.cartlink:visited{
  	font-size: 100%;
  	/*color: #000000;*/
	color: #ffffff;
	font-weight: bold;
	/*margin: 0px;*/
	/*padding: 2px 5px 1px 5px;*/
	/*top: 10px;*/
        font: Verdana,sans-serif;
	/*right: 20px;*/
	
}

a.cartlink:hover{
        background-color: #9fc812;
/*  	background-image:  url("glblnav_selected.gif");*/
	text-decoration: none;
}


