/*  HEADER
==================================================*/	

/*used for HOME and SITEMAP links*/
A:link { color:#003366; text-decoration: underline; }
A:visited { color:#003366; text-decoration: underline;}
A:hover { color:#003366; text-decoration: none; }
	
/*div ~ logo and search form*/
#hdr_content	
{
	text-align: center; /* for IE */
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	margin:0px;
	height:110px;
	padding:0px;
	background:url(images/table_bg.jpg) repeat-y;
}

#hdr_content1
{
	text-align: center; /* for IE */
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	margin:0px;
	height:150px;
/*	height:110px; */
	padding:0px;
	background:url(images/table_bg.jpg) repeat-y;
}

/* remove underline from hyperlink */
a.link_remove
{
	text-decoration:none;
}

/* identifies current location page */
a.current
{
	text-decoration:none;
	color:#096;
}

/*logo*/
.logo_left 
{
	float:left;
	margin-top:10px;
	margin-left:30px;
}
	
/*table ~ home, sitemap and search */	
.hdr_floatr
{
	float:right;
	margin-right:30px;
	margin-left: 20px;
	margin-top:0px;
	/*position: relative;*/
}

/*cell ~ home, sitemap*/
.hdr_text_links	
{
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	vertical-align:top;
	text-align:center;
}	

.hdr_text_links2
{
	font-size:10px;
	font-weight:bold;
	padding-bottom:10px;
	vertical-align:top;
	text-align:right;
}

/*Region*/
.hdr_text_Region_links	
{
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	vertical-align:top;
	text-align:center;
}
/*----------------------*/		 	
/*Start of Dropdown Menu*/
/*----------------------*/	
.chromestyle
{
	width: 790px;
	font-weight: bold;
	margin:auto;
	margin-left:04px;
}
/*The :after pseudo-element inserts some content after the content of an element in Firefox, not in IE*/
.chromestyle:after
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul
{
	border: 1px solid #33cc99;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center; 
	list-style-type: none;
	background: url(images/NewMenu_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li
{
	display: inline;	
	list-style-image:none;
}

.chromestyle ul li a
{
	color: #ffffff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

.chromestyle ul li a:hover
{
	background: url(images/NewMenu_bg_o.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

/*.chromestyle ul li a[rel]:after{ HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead
}*/

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv 
{
	position:absolute;
	top: 0;
	border: 1px solid #33cc99; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:bold 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;	
}

.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #33cc99; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

* html .dropmenudiv a
{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover
{ /*THEME CHANGE HERE*/
	background-color: #ccffcc;
}


