﻿/* CSS layout */
#masthead {
}
#top_nav {
	background-color: #FFFFFF;
	width: 756px;
}
#footer {
	width: 756px;
}

#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 0px 10px; }

#navlist a:visited
{
	color: #000;
	background-color: #fff;
	text-decoration: none;
	font-family: "Book Antiqua";
	font-weight: bold;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #000000;
}

#navlist a:link
{
	color: #000;
	background-color: #fff;
	text-decoration: none;
	font-family: "Book Antiqua";
	font-weight: bold;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #000000;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
.style1 {
	margin: auto;
	text-align: center;
	width: 757px;
	position: relative;
	top: 1px;
	left: 1px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: ButtonFace;
}

