/* CSS Document */

#dd {
	float: none;
	width: 100%;
}

#dd li {
	list-style: none;
	float: left;
	font: bold 11px arial;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #383F01;
	/*	font-size: 12px;
	margin: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	border-bottom-style: none;
	width: auto;*/
}

#dd li a.menu {
	display: block;
	text-align: center;
	margin: 0 0 0 0;
	color: #383F01;
	width: auto;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: -4px;
}

#dd li a.menu:hover {
	color: #FFFFFF;
	background-color: #383F01;
}

.submenu {
	background-color: #CCCCCC;
	border: 1px solid #383F01;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	width: 160px;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #383F01;
}

.submenu a:hover {
  background-color: #383F01;
  color: #FFFFFF;
}
body{
	background-image: url(../gfx/tile_bkgrnd2.gif);
}
.subNav {
	background-image: url(../gfx/subnav_bg2.png);
	background-repeat: repeat-x;
}
.navhdr {
	background-image:  url(../gfx/hdr_bg.png);
	background-repeat: no-repeat;
	background-color: #383F01;
}
#menu {
width: 100%;
float: left;
}

.submenushort {
	background-color: #CCCCCC;
	border: 1px solid #383F01;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	width: 120px;
}

.submenushort a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #383F01;
}

.submenushort a:hover {
  background-color: #383F01;
  color: #FFFFFF;
}

