﻿a {
	color: #008000;
}
a:visited {
	color: #008000;
}
a:active {
	color: #008000;
}
a:hover {
	color: #000099;
}
.photos {
	margin: 10px;
}
.banner {
	border-width: medium;
	border-color: #443828;
	width: 800px;
	height: 100px;
	margin: 0px auto 0px auto;
	background-image: url('photos/banner.jpg');
	border-bottom-style: solid;
}
.ddsmoothmenu{
	font: bold 12px Verdana;
/*background of menu bar (default state)*/	width: 440px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: right;
}
.ddsmoothmenu ul li a{
	display: block;
	background: #FFFFDE; /*background of menu items (default state)*/
	color: white;
	padding: 8px 10px;
	border-right: 1px solid #778;
	color: #FDFDD8;
	text-decoration: none;
	border-right-color: #E1D8B5;
	height: 84px;
	width: 65px;
	text-align: center;
	font-size: x-small;
	text-transform: \;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #3F3422;
}

.ddsmoothmenu ul li a:hover{
	background: #DDD4B0; /*background of menu items during onmouseover (hover state)*/
	color: #443828;
}
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}
.ddsmoothmenu ul li ul li ul{
top: 0;
}
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}


