.chromestyle{
	width: 99%;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 8px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	background: url(img/chromebg2.gif) center center repeat-x;
	margin: 0;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}

.chromestyle ul li a{
	color: #333333;
	text-decoration: none;
	font-size: 9px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F49306;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	background-color: white;
	visibility: hidden;







filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);					
	border-top-width: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EC9000;
	border-right-color: #CACACA;
	border-bottom-color: #CACACA;
	border-left-color: #CACACA;
	z-index: 100;
	position: absolute;
	font-style: normal;
	height: 100px;
	width: 100px;
}


.dropmenudiv a{
	width: 100px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 9px;
	height: 100px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
}
div#pie {
	width: 997px;
	height: 43px;
	background-image: url(../img/pie.gif);
	position: relative;
	background-repeat: no-repeat;
	padding: 0px;
	color: #666666;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pie a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#pie a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#pie a:hover {
	color: #BDBBBC;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
#pie ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 350px;
}
#pie li {
	display: inline;
	margin-left: 30px;
}

