/*This is where the Header Menu starts */
.menu{
  width: 714px;
  display:table;
  padding:0; 
  margin:0 auto 0 auto; 
  list-style-type:none;
  white-space:nowrap;
  text-align:center;
  float:none;
  }

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:13px;
width:101px;
padding:7px 0;
color:#660000;
background:#cccccc;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#993333;
background:#999999;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;

}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;
}

/* This is where the Header Menu ends */
html,body{
	margin:0;
	padding:0;
color: #660000;
font:12px;
	}

p{
	margin:0 10px 10px
	}

a{
	display:inline;
	color: #981793;
	padding:10px
	}

div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
  	padding-left:10px;
  	background: #ccc;
  	color: ;
  	}


/*This is where the Bottom navigation begins */

#navcontainer
{
font-family: Arial,Sans-Serif;
margin: 0 auto;
width: 70%;
border-bottom: 
}

#navlist
{
width: 60%;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #660000;
font-size: 1em;
padding: 0 2px;
border-bottom: .125em solid #660000;
}

#navlist li a:hover,#navlist a#current
{
color: #663333;
border-top: .125em solid #660000;
border-bottom:none;
font-size: 1.5em;
}

#navlist a#current { color: #660000; }

/* This is where the Bottom Navigation ends */
div#footer{
	
	color: #660000
	}

div#footer p{
	margin:0;
	padding:5px 10px
	}





