.chromestyle {
	font: 11px verdana;
	text-align: center;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul{
text-align: center;
margin: 0px;
}
.chromestyle ul li{
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
}
.chromestyle ul li a:link, .chromestyle ul li a:visited, .chromestyle ul li a:active, {
	color: #FFF;
	text-decoration: none;
	font: bold 10px verdana;
	border-bottom: 0px;
}
.chromestyle ul li a:hover{
	color: #3D3D3D;
	font-weight: bold;
	border-bottom: 0px;
	font: bold 11px verdana;
}
.chromestyle ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px;
	font: bold 10px verdana;
}
#left #footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#left #footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0px;
	margin-top: 0px;
	line-height:13px;
	z-index:100;
	background-color: #3D3D3D;
	visibility: hidden;
	text-align: left;
}
.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active, {
	font: bold 10px verdana;
	display: block;
	text-indent: 3px;
	padding: 3px;
	text-decoration: none;
	color: #fff;
	border: solid 1px #666666;
}
.dropmenudiv a {
	font: bold 10px verdana;
	display: block;
	text-indent: 0px;
	padding: 4px;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ 
	font: bold 10px verdana;
	background-color: #000000;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
	text-decoration: none;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer-container #footer-home-left {
	height: 140px;
	width: 291px;
	background-color: #3C3C3C;
	float: left;
	padding: 20px;
}
#footer-container #footer-home-right {
	height: 140px;
	width: 409px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	background-color: #E7E7E7;
	color: #3C3C3C;
	text-align: right;
	line-height: 22px;
}
#footer-container #footer-home-black {
	background-image: url(../images/home-footer.gif);
	background-repeat: no-repeat;
	height: 135px;
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
	color: #E7E7E7;
	line-height: 16px;
	background-color: #000000;
}
#footer-home-left a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#footer-home-left a:hover {
	color: #B2B2B2;
	text-decoration: none;
}

#footer-container #footer-home-black a {
	color: #E7E7E7;
	text-decoration: none;
}
#footer-container #footer-home-black a:hover {
	color: #E7E7E7;
	text-decoration: underline;
}
