html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.chromestyle
{
	/* width: 920px; */
}
.chromestyle:after
{
	/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul
{
	width: 100%; /* background:url(../images/top_navi_background.gif); padding: 3px 0px; */
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
	display: inline;
	text-align: left;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited
{
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	font-weight: normal;
	color: #666C8C; /* padding: 4px 8px; border-right: 1px solid #737878; */ /* letter-spacing: 0.01em; */
	text-decoration: none;
	background: none;
	font-style: normal;
}

.chromestyle ul li a:hover
{
	color: #e9eae5;
}

.chromestyle ul li a[rel]:before
{
	/*HTML to indicate drop down link*/ /*content: " " url(../images/downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu - Eric Zhou ######### */

.dropmenudiv
{
	position: absolute;
	top: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #e9eae5; /* width: 120px; */
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#8A8D90,direction=135,strength=2); /* border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f6f6f6; */
}


.dropmenudiv a:link, .dropmenudiv a:visited
{
	width: 100%;
	display: block;
	text-indent: 20px;
	padding: 1px 0;
	text-decoration: none;
	border-bottom: 1px solid #f6f6f6;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #ac940d;
	letter-spacing: normal;
	font-family: "Franklin Gothic Medium";
	font-style: normal;
}

.dropmenudiv a:hover
{
	width: 100%;
	display: block;
	text-indent: 20px;
	padding: 1px 0;
	text-decoration:none;
	border-bottom: 1px solid #999999;
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #ac940d;
	background-color: #FFFFFF;
	letter-spacing: normal;
	font-style: normal;
	font-size: 12.px;
}

/* End of Style for the navigation menu - Eric Zhou  */
