* 									{ margin: 0; padding: 0; }
body								{ font: 14px Helvetica, Sans-Serif; }
#page-wrap							{ width: 800px; margin: 25px auto; }
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }

/*
	LEVEL ONE
*/
#navbar{
	padding-bottom:1px;
	padding-left:1px;
	padding-right:1px;
	padding-top:1px;
	vertical-align:middle;
 	height:43px;
}
#menu1{
	width:140px;
}
#menu2{
	width:76px;
}
#menu3{
	width:88px;
}
#menu4{
	width:158px;
}
#menu5{
	width:101px;
}
#menu6{
	width:99px;
}
#menu7{
	width:130px;
}

ul.dropdown                         { position: relative; padding-left:3px;}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #ccc; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/*
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000;
									  border-bottom: 1px solid #ccc; float: none; }

                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; }

/*
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }


/* footer navigation */
#footer{
	color:#fff;
	font-size: 11px;
	font-family: Times New Roman, Verdana, Arial;
	width:800px;
	height:20px;
	/* left:0px;
	top: 820px;
	z-index:2;
	position: absolute; */
	background-color:#1b5150;
	text-align:center;
	clear:both;
}
#footer a, #footer a:hover, #footer a:active, #footer a:visited, #footer a:link{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul {
	margin: 0;
	padding: 0;
	display: inline;
	}

#footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

#footer a {
	padding: 0;
	margin: 0;
	text-decoration: underline;
}
