.chromestyle{
width: 100%;
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #1c3e88;
width: 100%;
/*background: url(menu_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 1px 12px;
margin: 0;
text-decoration: none;
font:normal 13px Arial;
border-right: 1px solid #588fea;
}

.chromestyle ul li a.last{
color: #ffffff;
padding: 1px 12px;
margin: 0;
text-decoration: none;
font:normal 13px Arial;
border: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #ffffff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	padding: 1px 10px;
	position:absolute;
	top: 2px;
	border: 1px solid #1c3e88; /*THEME CHANGE HERE*/
	border-bottom-width: 5;
	font:normal 13px Arial;
	line-height:23px;
	z-index:100;
	background-color:#022660;
	width: 200px;
	visibility: hidden;
	left: 178px;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1c3e88; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;

color: #ffffff;
}

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

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

/* *************************** CONTENT */
.bgg {
	background-image: url(menu_bg.jpg);
	background-repeat: repeat-x;
}
.txt_content {
	color: #2f2f2f;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	}
	

.txt_contentheadng {
	color: #2f2f2f;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-align: left;
	}	
	
	.txt_contentHeadngBlueBg {
	color: #FFF;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-align: left;
	height:20px;
	}	
	.txtheadr_content {
	color: #2f2f2f;
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}

	.comingsoon_txt {
	color: #CCC;
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}

/* *************************** SHADOWS AND DOUBLE BORDERS FOR DIVS! */
div.shadowed {
	border: 1px solid #dedede;
	text-align: left;
}
.box_header {
	background-color: #f5f5f5;
	padding: 4px 9px;
	text-align: left;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color: #2f2f2f;

}

div.banner_shadowed{
	background-color: #f5f5f5;
	padding: 1px 1px;
	text-align: center; 
}

.footerTxt{
text-decoration: none;
font:normal 11px Arial;
}

}
.txt_news {
	color: #2f2f2f;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: left;
	}

