.chromestyle{
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	height: 30px;
	width: 500px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	overflow: hidden;
}
.float_left {
	float: left;
}


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

.chromestyle ul{
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px none #BBB;
	margin: 0;
	background-image: url(../images/l1.gif);
	padding: 0px;
	float: left;
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	float: left;
	background-image: url(../images/bg_a.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 6px;
	
}

.chromestyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	float: left;
	padding-right: 8px;
	padding-left: 7px;
	display: block;
	padding-bottom: 6px;
}
#marquee {
	height: 100px;
	padding-top: 10px;
	width: 300px;
	padding-right: 15px;
	padding-left: 15px;
	background-image:url(../images/marquee_bg.jpg);
	background-color: #dcdcdc;
	margin-left: 25px;
		}
		
#marquee img{
	border:none;
}


.chromestyle ul li a:hover{
	color:#CCCCCC;
}

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


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

.dropmenudiv{
	position:absolute; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	line-height:18px;
	z-index:100;
	background-color: #00B7D9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0C74B1;
	border-bottom-color: #0C74B1;
	border-left-color: #0C74B1;
	font-style: normal;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	visibility: hidden;
	left: 299px;
	top: 111px;
	height: 148px;
	width:136;
	
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 11px;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-color: #00B6DD;
	padding-top: 0px;
	padding-bottom: 2px;
	margin: 1px;
	height: 20px;
	
}
.drop_bold{
 size:20px
 text-indent: 0px;
	padding-left: 0px;
	color:#FEDC67;
	font-weight: bold;
	font-size: 13px;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #F5F5F5;
	text-decoration: underline;
}
