BODY {background-image: url(images/bg1.jpg); background-repeat: repeat-x;}

.chromestyle{
width: 670px;
height: 34px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
width: 670px;
height: 34px;

display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
background: url(nav01.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 8px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 11px 0 8px 0px;
margin: 0;
text-decoration: none;
border-left: 5px solid #BA3C23;
border-bottom: 1px solid #ffffff;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 9px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*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: 4px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

	TD, DIV {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 9pt;
	color: #3d3d3d;
	}
	
	A:LINK { text-decoration: none; color: #3d3d3d;}
	A:HOVER { text-decoration: none; color: #D13F29;}
	A:VISITED { text-decoration: none;}
	
	DIV.navnode {
		border-bottom: solid #D3D3D3 1px;
		padding-top: 3px;
		padding-bottom: 2px;
		padding-left: 0px;
		padding-right: 0px;
		margin: 0px;
		margin-left: 0px;
		width: 171;
	}
	
	DIV.navnodeon {
		border-bottom: solid #D3D3D3 1px;
		background-color: #E9E6E6;
		padding-top: 3px;
		padding-bottom: 2px;
		padding-left: 0px;
		padding-right: 0px;
		margin: 0px;
		cursor: hand;
		cursor: pointer;
		width: 171;
}

#gallery 
{ position: relative; 
  width: 656px;
  padding-top: 8px;
}

#thumbs 
{ width: 205px; 
  float: right;
}

#thumbs a 
{ display: block; 
  float: right; 
  margin: 1px 0px 3px 10px; 
  width: 50px; 
  height: 50px; 
  border: 1px solid #BEBEBE;
}

#thumbs a img 
{ width: 50px; 
  height: 50px; 
  border: 0;
}

#thumbs a:hover {border-color: #ddd;}

#thumbs a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  right: 196px; 
  top: 8px; 
  padding: 2px;
  border: 1px solid #BEBEBE;
}