/* CSS Document */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Lucida Handwriting, Papyrus, serif;
	font-size: 80%;
	text-align: left;
	border-left: solid 3px #F8F5CD;

}

#nav a {
	font-weight: normal;
	color: #1C3805;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #1C3805;
	padding: 0.2em 5px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	/*border: 5px solid white;*/
	background: url(../media/tri.gif)  left no-repeat;
	border-width: 0 5px;
	color: #8F5444;
}

li {
	float: right;
	position: relative;
	width: 110px;
	text-align: center;
	cursor: default;
	background-color: #F8F5CD;

}

li#first {
	/*border-left-width: 1em;*/
}

li#last {
	/*border-right-width: 1em;*/
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	/*top: 20;*/

	font-weight: bold;
	/*background: url(images/imageName.gif) bottom left no-repeat;*/
	background-color: #F8F5CD;
	padding: 3px 0 0em 0;
	border-right: solid 0px #F8F5CD;
	border-left: solid 3px #F8F5CD;
	/*border-bottom: solid 1px #B32B30;*/
	font-family: Lucida Handwriting, Papyrus, serif;
	font-size: 100%;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border-left: 3px solid #8F5444;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}


/*
a:link     { color: #8F5444; text-decoration: none;}
a:visited   { color: #8F5444; text-decoration: none;}
a:active    { color: #8F5444; text-decoration: none;}
a:hover     { color: #1C3805; text-decoration: none;}
*/

a:link     { text-decoration: none; color: #999999;}
a:visited   { text-decoration: none; color: #999999;}
a:active    { text-decoration: none; color: #999999;}
a:hover     {  text-decoration: none; color: #8F5444;}




BODY{
scrollbar-arrow-color: #F8F5CD;
scrollbar-3dlight-color: #1C3805;
scrollbar-highlight-color: #F8F5CD;
scrollbar-face-color: #1C3805;
scrollbar-shadow-color: #F8F5CD;
scrollbar-darkshadow-color: #1C3805;
scrollbar-track-color: #F8F5CD;

}

.contact{
/*color: #8F5444;*/
font-size: x-small;
font-weight: normal;
font-family: Arial;
}

p{
color: #red
}

.centuryStyle{
font-family: century gothic, helvetica, serif;
font-size: 70%;
}

.springettsFont{
font-family: Lucida Handwriting, Papyrus, serif;
font-weight: normal;
color: #1C3805;
}

.springettsFont2{
font-family: Lucida Handwriting, Papyrus, serif;
font-weight: normal;
font-size: 80%;
color: #1C3805;
}

.springettsInputBox{
border: solid 1px;
/*border-color: #1C3805;*/
border-color: #006633;

}

.springettsButton{
border: solid 1px;
border-color: #006633;
background-color: #006633;
color: #F8F5CD;
font-family: Lucida Handwriting, Papyrus, serif;
font-size: 70%
}
.springettsShopOpenText{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: x-small;
color: #8F5444;
}
.springettsMainText{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: x-small;
/*color: #8F5444;*/
}
A.springettsMainText:link{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 100%;
/*color: #8F5444;*/
}
A.springettsMainText:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 100%;
color: #1C3805;
}

.springettsHeaderText{
font-family: Lucida Handwriting, Papyrus, serif;
font-weight: normal;
font-size: 80%;
color: #1C3805;
}
.springettsHeaderTextWhite{
font-family: Lucida Handwriting, Papyrus, serif;
font-weight: normal;
font-size: 80%;
color: #FFFFFF;
}

.bottomBar{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: xx-small;
color: #8F5444;
}
A.bottomBar:link, A.bottomBar:visited, A.bottomBar:active{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
/*font-size: 100%;*/
color: #8F5444
}
A.bottomBar:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
/*font-size: 100%;*/
color: #1C3805;
}

