#toplinemenu {
	width: 1004px;
	height: 60px;
	background: #1e3576 url('/image/top-phones.gif') left center no-repeat;
}

.chromestyle{
	width: 754px;
	margin-left: 250px;
	background: url('/image/bg-top-button.gif') center center repeat-x;
}

.chromestyle:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	text-align: left;
	margin: 0;
	padding: 0;
	background: #FFCC33;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 22px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	display: block;
	float: left;
	width: 80px; 

	text-align: center;
	height: 16px;
	background: url('/image/bg-top-button.gif') center center repeat-x; 
	color: #FFFFFF;
	font-size: 11px;
}

.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('/image/bg-top-buttona.gif') center center repeat-x;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #1e3576;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #3e6596;
}






/* HEADER */
#header {
	background: #25408f url('/image/bg-header.jpg') left center no-repeat;
	height: 325px;
	width: 1004px;
	
}

#topnav {
	padding-left: 135px;
	padding-top: 170px;
}

#headerslide {
	float: right;
	width: 400px;
	height: 320px;
	background: transparent url('/image/slide0.jpg') right center no-repeat;
}


