body {
	background-attachment: fixed;
	background-color: #990000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
a.bodytext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
 li {
  float: left;
  position: relative;
  width: 10em;
  }
 
 li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
  
 li > ul {
	top: auto;
	left: auto;
	}
	
li:hover ul, li.over ul{ display: block; }

#nav a {
	font-weight: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#nav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11 px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.2em 5px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	font-color: #FFFFFF;
	border: 5px solid #990000;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	width: 119px;
	text-align: center;
	cursor: default;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	border-width: 1px 0;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #000000;
	padding: 0.5em 0 1em 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}
