#center {
	width:770px;
	padding: 0;
	margin:0;

}

#bor {
	width:784px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	margin:0;
	border-top-style:solid;
	border-width:thin;
	border-color: #000000;
}


#nav, #nav ul {
	float: left;
	width: 784px;
	list-style: none;
	line-height: 1;
	background-color:#ffff00;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#nav a {

	display: block;
	color: #000000;
	text-decoration: none;
	padding-left: 22px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 5px;
}


/*HOME*/

/*width of button*/
#nav li.home {
	width: 78px;
}

/*length of type*/
ul#nav li.home a{ 
	width: 175px;
}

/*length of rollover*/
#nav li.home ul
{
	width: 175px;
}

/*length of rollover pullout -16 of length*/
#nav li.home li {
	width: 159px;
}

/*how far pullout starts*/
#nav li.home ul ul {
	margin: -23.5px  190px;
}


/*VISIT THE FORT*/

/*Width of Button*/
#nav li.visit{
	width: 117px;
}

/*length of type*/
ul#nav li.visit a{ 
	width: 115px;
}

/*length of rollover*/
#nav li.visit ul
{
	width: 131px;
}

/*length of rollover pullout -16 of length*/
#nav li.visit li {
	width: 115px;
}

/*how far pullout starts*/
#nav li.visit ul ul {
	margin: -23.5px 148px;
}


/*SHOPPING AND DINING*/

/*Width of Button*/
#nav li.shopping {
width: 148px;
}

/*length of type*/
ul#nav li.shopping a{ 
	width: 200px;
}

/*length of rollover -22 of pullout*/
#nav li.shopping ul
{
	width: 175px;
}

/*length of rollover -16 of pullout*/
#nav li.shopping li {
	width: 159px;
}

/*how far pullout starts*/
#nav li.shopping ul ul {
	margin: -23.5px 184px;
}



/*NEWS AND EVENTS*/

/*Width of Button*/
#nav li.events {
	width: 130px;
}

/*length of type*/
ul#nav li.events a{ 
	width: 140px;
}

/*length of pull out*/
#nav li.events ul
{
	width: 180px;
}

/*length of rollover pullout -16 of length*/
#nav li.events li {
	width: 164px;
}

/*how far pullout starts 3rd tier*/
#nav li.events ul ul {
	margin: -23.5px 184px;
}



/*DIRECTIONS*/

/*Width of Button*/
#nav li.contact {
	width: 163px;
}

/*length of type*/
ul#nav li.contact a{ 
	width: 170px;
}

/*dark blue length of rollover*/
#nav li.contact  ul
{
	width: 180px;
}

/*length of rollover pullout -16 of length*/
#nav li.contact  li {
	width: 164px;
}

/*how far pullout starts 2nd tier*/
#nav li.contact  ul ul {
	margin: -23.5px 184px;
}



/*MAIN STREET/

/*Width of Button*/
#nav li.mainst {
	width: 148px;
}

/*length of type*/
ul#nav li.mainst a{ 
	width: 145xp;
}

/*dark blue length of rollover*/
#nav li.mainst ul
{
/*width: 530px;*/
	width: 148px;
}

/*light blue length of rollover*/
#nav li.mainst li {
	width: 132px;
}

/*how far pullout starts 2nd tier*/
#nav li.mainst ul ul {
	margin: -23.5px 135px;
}



/*float button*/
#nav li {
	float: left;
	padding: 0;
	width: 125px;
}

/*rollovers dark Blue*/
#nav li ul {
	position: absolute;
	left: -5984px;
	height: auto;
	width: 223px;
	font-weight: normal;
	border-width: 4px;
	margin: 0;
}


/*rollover on pulldown width*/
#nav li li {
	padding-right: 16px;
	width: 208px;
}

/*how far pullout starts*/
#nav li ul ul {
	margin: -20px 0 0 222px;
}


/*Makes rollover go back to nothing*/

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -5984px;
}
/*won't roll over without this*/
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/*color of rollover*/
#nav li:hover{
	background: #f0CE30;	
}

#container {
	clear: left;
}

#center a {
	color: 000000;
}

#center a:hover {
	text-decoration: none;
	color: #0033CC;
}
