#sidebar-subscribe h1 {
font-size: 1.1em !important;
text-transform: uppercase;
color: rgb(55,148,53);
}

#main-menu {
	width:860px;
	height:30px;
	float:left;
	background-color: #144d29;
	border-bottom-width: 8px;
	border-bottom-color: #dad7ce;
	border-bottom-style: solid;
	width: 100%;
}

#main-menu #topul {
	width:600px;
	float:left;
	margin-left:210px;
	margin-top:8px;
	list-style:none;
	text-decoration:none !important;
}

#main-menu #topul li {
	background-color:white;
	float:left;
	text-decoration:none !important;
}

.parent-menu ul li a {
	text-decoration:none;
	font-size:1em;
	text-transform:uppercase;
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* This styles the top-level menu buttons */
#main-menu #topul .parent-menu {
	display:block;
	width:100px;
	height:17px;
	text-align:center;
	background-color:white;
	padding-top:5px;

}

/* This styles the top-level menu buttons when hovered on */
#main-menu #topul .parent-menu:hover{
	border-bottom:8px solid #144d29;
}

#main-menu #topul .parent-menu a {
	text-decoration:none;
	color:black;
	width:100px;
	height:17px;
	display:inline-block;
}

/* This displays or hides the menu items if the top item is/is not hovered on */

#main-menu #topul .parent-menu ul {
	padding-top:5px;
	padding-left:2px;
	width:166px;
	position: absolute;
	display:none;
	z-index:20;
	padding: 0px;
	margin: 0px;
	list-style: none;

}

#main-menu #topul .parent-menu:hover ul, #main-menu #topul .parent-menu.over ul{
	display:block;
}


/* All sub-menu items are styled by these rows */
#main-menu #topul .parent-menu ul li {
	padding-top:7px;
	padding-left:5px;
	display:block;
	width:166px;
	height:18px;
	border-bottom:1px dotted black;
	background-color:white;
	text-align:left;
}

.frheightadjust {
	height: 25px !important;
}

#main-menu #topul .parent-menu ul li a{
	color:black;
	width:166px;
	height:18px;
}

/* All sub-menu items are styled by these rows when hovered on */
#main-menu #topul .parent-menu ul li:hover {
	background-color:#d9d9d9;
}

/*This styles the first sub-menu item of each menu */
#main-menu #topul .parent-menu ul li.firstchild {
	margin-top:12px;
}

/* This styles the last sub-menu item of each menu */
#main-menu #topul .parent-menu ul li.lastchild {
	display:block;
	width:166px;
	height:18px;
	border-bottom: 3px solid #ccc;
	background-color:white;

}

/* This styles the last sub-menu item of each menu when hovered over */
#main-menu #topul .parent-menu ul li.lastchild:hover{
	color:black;
}
#main-menu #topul .parent-menu ul li.lastchild:hover {
	background-color:#d9d9d9;
}