/***HTML Drop Down Menu****/
.header_dropdownmenu {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -473px;
	width: 776px;
	height: 55px;
	z-index: 500;
}
div#dropdownmenu {
	width: 776px;  /*set width of menu */
	padding: 0;
	border:0;
	height: 55px;
	display:block;
	z-index: 500;
}
#dropdownmenu ul { /* remove bullets and list indents */
	list-style-type:none;
	margin: 0;
	padding: 0;
	border:0;
	float:left;
}
a.dropdownitemlevel1 {
	display: block;
	/*margin-bottom: -1px;*/
	margin-bottom: 0;
	padding: 2px 2px 2px 2px;
	/*width:15em;*/
	font-family: Verdana, Arial, san-serif;
	text-align:left;
	font-size: 100%;
	color: #504E3D;
	cursor: pointer;
	/*line-height: 10px !important;*/
	background: #DA7C34;
	text-decoration:none;
}
a.dropdownitemlevel1 {
	background-color:#EDECE3;
}
a:hover.dropdownitemlevel1 {
	background: #4B6974;
	color: #EDECE3;
	text-decoration:none;
}
#dropdownmenu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	z-index: 400;/*IE7 fix if home collage is present*/
}
#dropdownmenu ul ul {
	position: absolute;
	z-index: 500;/*width:15em;*/
}
#dropdownmenu ul ul ul {
	position: absolute;
	top: 30%;
	left: 98%; /*to position them to the right of their containing block */
	/*width:15em;*/
	z-index:400;/*IE7 fix if home collage is present*/
}
/* Style for each of the top level pull down menus */
div#menu_government {
	width: 678px;  /*set width of menu */
	border:6px solid #DA7C34;
	padding: 0;
	display:block;
	background: #EDECE3;
	z-index: 500;
}
#menu_government ul { /* remove bullets and list indents */
	list-style-type:none;
	margin: 0;
	padding: 0;
	border:0;
	float:left;
}
div#menu_onlineservice {
	width: 452px;  /*set width of menu */
	border:6px solid #DA7C34;
	padding: 0;
	display:block;
	background: #EDECE3;
}
#menu_onlineservice ul { /* remove bullets and list indents */
	list-style-type:none;
	margin: 0;
	padding: 0;
	border:0;
	float:left;
}
div#menu_community {
	width: 452px;  /*set width of menu */
	border:6px solid #DA7C34;
	padding: 0;
	display:block;
	background: #EDECE3;
}
#menu_community ul { /* remove bullets and list indents */
	list-style-type:none;
	margin: 0;
	padding: 0;
	border:0;
	float:left;
}
div#menu_business {
	width: 452px;  /*set width of menu */
	border:6px solid #DA7C34;
	padding: 0;
	display:block;
	background: #EDECE3;
}
#menu_business ul { /* remove bullets and list indents */
	list-style-type:none;
	margin: 0;
	padding: 0;
	border:0;
	float:left;
}
div#menu_visitors {
	width: 452px;  /*set width of menu */
	border:6px solid #DA7C34;
	padding: 0;
	display:block;
	background: #EDECE3;
}
#menu_visitors ul { /* remove bullets and list indents */
	list-style-type:none;
	margin: 0;
	padding: 0;
	border:0;
	float:left;
}
div#menu_howdoI {
	width: 226px;  /*set width of menu */
	border:6px solid #DA7C34;
	padding: 0;
	display:block;
	background: #EDECE3;
}
#menu_howdoI ul { /* remove bullets and list indents */
	list-style-type:none;
	margin: 0;
	padding: 0;
	border:0;
	float:left;
}
#top-nav-menu .dropdownmenu_category {
	margin: 0, 0, 3px, 0;
	border-bottom: 1px solid #4B6974;
	text-align: left;
	font-family: verdana;
	color: #4B6974;
	font-size: 120%;
	font-weight:bold;
	background-color: #D7D5C8;
	padding-bottom: 3px;
}
#top-nav-menu td {
	border-top: 1px solid #D7D5C8;
}
#top-nav-menu tr {
	background-color: #edece3;
}
#top-nav-menu a.dropdownitemlevel1 {
	border-bottom:1px dotted #577985;
}
#top-nav-menu li {
	display: block;
	width: 220px;
}
.menuDiv
{
	float: left;
	}