#menu {
	width:776px;
	height:51px;
	background-color: #FFFFFF;
	background-image: url(images/first_rate_incentives_05.jpg);
	border-bottom: 2px #fff solid;
	border-top: 2px #fff solid;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
.menu a:link {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	font-weight: normal;
	padding-top: 17px;
}
.menu a:visited {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	font-weight: normal;
	padding-top: 17px;
}
.menu a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: underline;
	font-weight: normal;
	padding-top: 17px;
}
.holiday_incentives a:link {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}
.holiday_incentives a:visited {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}
.holiday_incentives a:hover {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}
.chromestyle{
	width: 776px;
	height: 51px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0 0 0 0;
}

.chromestyle ul{
	width: 770px; /*THEME CHANGE HERE*/
	padding: 0 0 0 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	width: 108px;
	height: 36px;
	margin: 0;
	background-image:url(images/menu_website_design_12.gif);
	float: left;
}

.chromestyle ul li a:hover{
background: url(images/menu_website_design_r_12.gif); /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: auto;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 0.75em Verdana;
line-height:16px;
z-index:100;
background-color: #5C8ECD;
visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 0;
	border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
	padding: 1px 0 4px 0;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2659B4;
}
