* {
margin: 0;
padding: 0;
}


#wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 30px;
}

/* positioning */

#menuLink {
position: absolute;
left: 205px;
top: -5px;
}

#navigation {
	height: 30px;
	border-left-width: 2px;
	border-left-style: groove;
	border-left-color: #333333;
}

#navigation ul {
list-style: none;
}

#navigation li {
	float: left;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#navigation li li {
	float: none;
	font-size: 12px;
}

#navigation a {
	color: #666666;
	display: block;
	width: 115px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #333333;
}

#navigation a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

#navigation li li a {
	height: auto;
	background: none;
	border: 0;
	text-align: left;
	margin: 0;
	line-height: 25px;
}

#ddContainer {
	position: absolute;
	left: -10000px;
}
#navigation li:hover #ddContainer {
	display: block;
	left: -117px;
}

/* styles for drop-down */
#ddContainer {
	background-color: #666666;
	line-height: 14px;
	width: 780px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#ddContainer h2 {
	color: #FFCC00;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 14px;
	font-weight: bold;
}

#ddContainer a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	width: auto !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
}

#ddContainer a:hover {
	background-color: #FFCC00;
	color: #000000;
}

#navigation #ddc1, 
#navigation #ddc2, #ddc3, #ddc4 {
	float: left;
	width: 180px;
	margin-left: 10px;
}

#navigation #ddc1 {
	margin-left: 10px;
}

#ddFooter {
	position: absolute;
	height: 35px;
	bottom: -35px;
	left: 0;
	width: 750px;
	background-color: #666666;
	font-size: 11px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	float: left;
	font-weight: bold;
}

#ddFooter a {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 14px;
	float: left;
	padding-right: 5px;
	padding-top: 4px;
}

/* content */
#content {
clear: both;
}

#containerforFooter a {
	color: #9D7D00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#containerforFooter a:hover {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: underline;
}
#container1 {
	width: 83em;
	border: 0px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #999999;
	height: 30px;
	vertical-align: middle;
	background-image: url(../images/Backgrounds/GrayGradientNavigation.jpg);
} 
