html {
	font-size: 100%;
}

.menu_null{	/* Styling for non dropdown menu items */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #ffffff;
	font-size: 100%;
	line-height: 20px;
	background-color: #000000;
	width: 112px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 8px;
	height: 20px;
	cursor: pointer;
}

.menu_head{	/* Styling for menu bar items */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 20px;
	background-color: #000000;
	width: 112px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 8px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}

.menu_dropdown{	/* Parent box of sliding content */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color: #DB8606;
	border: 2px solid #DB8606;
	border-top: none;
	border-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	width: 116px;
	margin-top: 5px;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

.menu_content{	/* Content that slides down */
	padding: 1px;
	padding-left: 2px;
	position: relative;
}

a:link.mainmenu {
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	margin-top: 4px;
	margin-left: 6px;
}

a:active.mainmenu {
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	margin-top: 4px;
	margin-left: 6px;
}

a:visited.mainmenu {
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	margin-top: 4px;
	margin-left: 6px;
}

a:hover.mainmenu {
	text-decoration: none;
	color: #DB8606;
	line-height: 20px;
	margin-top: 4px;
	margin-left: 6px;
}

a:link.submenu {
	text-decoration: none;
	color: #ffffff;
	line-height: 24px;
	margin-top: 4px;
	margin-left: 6px;
}

a:active.submenu {
	text-decoration: none;
	color: #ffffff;
	line-height: 24px;
	margin-top: 4px;
	margin-left: 6px;
}

a:visited.submenu {
	text-decoration: none;
	color: #ffffff;
	line-height: 24px;
	margin-top: 4px;
	margin-left: 6px;
}

a:hover.submenu {
	text-decoration: none;
	color: #000000;
	line-height: 24px;
	margin-top: 4px;
	margin-left: 6px;
}
	