﻿.content {
	border-width: thin;
	border-color: #C8DBFD;
	background-color: #FFFFFF;
	width: 900px;
	height: 400px;
	margin: 0px auto 0px auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.banner {
	background-color: #EEE290;
	width: 900px;
	height: 75px;
	margin: 0px auto 0px auto;
	background-image: url('../Photos/banner.jpg');
}
.nav {
	border-width: thin;
	border-color: #C7DAFC;
	background-color: #F4E693;
	width: 900px;
	height: 149px;
	margin: 0px auto 0px auto;
	background-image: url('../Photos/homecorn.jpg');
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
.ddsmoothmenu{
	font: bold 12px Verdana;
/*background of menu bar (default state)*/	width: 640px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}
.ddsmoothmenu ul li a{
	display: block;
	background: #65A741;
/*background of menu items (default state)*/	color: white;
	padding: 8px 10px;
	border-right: 1px solid #778;
	color: #000000;
	text-decoration: none;
	border-right-color: #CDE4E0;
	height: 13px;
	width: 299px;
	text-align: center;
	font-size: small;
	text-transform: \; border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #CDE4E0;
	border-right-style: solid;
	border-bottom-style: solid;
}

* 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: #9ACDFD; /*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;
}


