#level1 {
	display: block;
font-size: 0.8em;
font-weight: normal;
border-right: 1px solid #666;
padding: 0;
margin-bottom: 1em;
margin-left: 1px;
list-style: none;
width: 172px;
}

#level1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#level1 a{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 2px 5px 5px 0.5em;
	border-left: 10px solid #AA3333;
	border-right: 0px solid #369;
	background-color: #036;
	color: #fff;
		width: 151px;
}

html>body #level1 a {
	 width: 153px;
	 }
	 
#level1 li{
		display: block;
	width: 172px;
	position: absolute;
	border: 1px solid #003;
	border-bottom: 1px solid #369;
	margin: 0;
	background-color: #036;
}

#level1 li a:hover {
	display: block;
	border-left: 10px solid #036;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #FEAB4E;
	color: #000;
}

#level1 li a:active {
	border-left: 10px solid #036;
	border-right: 1px solid #69c;
	border-bottom: 0px solid #369;
	background-color: #AA3333;
	color: #FFF;
}

.level2{
	display: none;
	width: 1em;
	position: absolute;
	top: 0em;
	left: 0px;
}

.level2 li{
	left: 172px;
}

#level1 li:hover ul, li.over ul {
	display: block;
}


#navigation {
	  display: block;
      height: 16px;
	  padding-bottom: 0px;
	  border-bottom: 1px solid #369;
	  border-top: 1px solid #000;
	  background-color: #036;
	  width: 175px;
	 }

	  td.red {
	   color:#FFFFFF;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   background-color:#AA3333;
	   font-weight:bold;
	   text-align:center;
	  }
	  
	  .msd {
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-weight:bold;
	  }