.chromestyle{
width: 99%;
font-weight: normal;
}

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

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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


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

.dropmenudiv{
position:absolute;
top: left;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #02525E;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}.dots {
	border: 1px dotted #CC0000;
}
.greenborder {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #33CC33;
	border-right-color: #33CC33;
	border-bottom-color: #33CC33;
	border-left-color: #33CC33;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
}
.greenborderCopy {

	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33CC33;
	border-right-color: #33CC33;
	border-bottom-color: #33CC33;
	border-left-color: #33CC33;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
}

#topnav
	{
	width:893px;
	height:50px;
	margin:0px;
	padding:0 0 0 4px;
	float:left;
	}
#topnav ul
	{
	width:893px;
	height:50px;
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	}
#topnav ul li
	{
	width:96px;
	height:50px;
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	}
#topnav ul li.left
	{
	width:6px;
	height:49px;
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	background:url(navleft.jpg) no-repeat;
	}
#topnav ul li.right
	{
	width:6px;
	height:49px;
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	background:url(navright.jpg) no-repeat;
	}
#topnav ul li.space
	{
	width:1px;
	height:49px;
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	background:url(navspace.jpg) no-repeat;
	}
#topnav ul li.blank
	{
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	}
#topnav ul li a
	{
	width:96px;
	height:29px;
	margin:0px;
	padding:20px 0 0 0;
	float:left;
	display:block;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#ddd5c3;
	background:url(navbg.jpg) repeat-x;
	text-decoration:none;
	text-align:center;
	}
#topnav ul li a:hover
	{
	width:96px;
	height:29px;
	margin:0px;
	padding:20px 0 0 0;
	float:left;
	display:block;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#d90000;
	background:url(navbg.jpg) repeat-x;
	text-decoration:none;
	text-align:center;
	}

