﻿/*EaMenu Section*/
div#menucontainer
{
	width:140px;
}
ul.EaMenu, li.EaMenu
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}
ul.EaMenu,
ul.EaMenuhover
{
	width: 140px;
	padding: 0px;
}
li.EaMenu ul
{
	display: none;
	float:left;
	position: absolute;
	margin-left: 125px;
}
li.EaMenu a,
li.EaMenu a:visited
{
	padding: 2px;
	text-decoration: none;
	color: #7D797A;
	background-color: #ffffff;
	width: 100%;
	display: block;
	/*border-bottom: solid 1px #537E15;*/
	font-size: 9pt;
	font-weight: normal;
	text-align:left;
	letter-spacing: 0.01em;
	padding-top: 4px;
	padding-bottom: 4px;
}
li.EaMenu
{	
	float: left;
	width:136px;
}
/*EaMenu Hover State values*/
li.EaMenuhover
{	
	float: left;
	width:136px;
}
li.EaMenuhover ul
{
	border-bottom: solid 1px #7D797A;
	border-left: solid 1px #7D797A;
	border-right: solid 1px #7D797A;
	border-top: solid 1px #7D797A;
	float:left;
	position: absolute;
	margin-left: 130px;
	margin-top: -24px;
	margin-right: 0px;
	margin-bottom: 0px;
}
li.EaMenuhover a
{
	font-size: 9pt;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration: none;
}
li.EaMenuhover a,
li.EaMenuhover:visited
{
	padding: 2px;
	text-decoration: none;
	color: #7D797A;
	background-color:#dddddd;
	width: 136px;
	display: block;
	/*border-bottom: solid 1px #537E15;*/
	font-size: 9pt;
	text-align:left;
	padding-top:4px;
	padding-bottom:4px;
}
li.EaMenuhover a:hover
{
	background-color: #ffffff;
	color: #62336C;
	font-weight: normal;
	font-size: 9pt;
	/*border-bottom: solid 1px #537E15;*/
	padding-top:4px;
	padding-bottom:4px;
	text-decoration: none;	
}
li.EaMenu a:hover
{
	background-color: #ffffff;
	color: #7D797A;
	font-weight: normal;
	font-size: 9pt;
	/*border-bottom: solid 1px #537E15;*/
	padding-top:4px;
	padding-bottom:4px;
	text-decoration: none;
}
/*Other Menu*/
td.headleft
{
	border-bottom: solid 1px #7D797A;
	height:20px;
	padding-bottom:0px;
}
td.headleft img
{
    padding-left:6px;
    vertical-align:middle;
}
/*Main Menu*/
a#navhome
{
	background-image:url("/inc/img/HomeTop.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	float:left;
	height:19px;
	margin-left:1px;
	margin-right:1px;
	width:57px;
}
a#navhome:hover
{
	background-position:0px -19px;
}
a#navproducts
{
	background-image:url("/inc/img/ProductsTop.png");
	background-repeat:no-repeat;
	float:left;
	height:19px;
	margin-left:1px;
	margin-right:1px;
	width:86px;
}
a#navproducts:hover
{
	background-position:0px -19px;
}
a#navservices
{
	background-image:url("/inc/img/ServicesTop.png");
	background-repeat:no-repeat;
	float:left;
	height:19px;
	margin-left:1px;
	margin-right:1px;
	width:80px;
}
a#navservices:hover
{
	background-position:0px -19px;
}
a#navabout
{
	background-image:url("/inc/img/AboutUsTop.png");
	background-repeat:no-repeat;
	float:left;
	height:19px;
	margin-left:1px;
	margin-right:1px;
	width:86px;
}
a#navabout:hover
{
	background-position:0px -19px;
}
a#navcontact
{
	background-image:url("/inc/img/ContactUsTop.png");
	background-repeat:no-repeat;
	float:left;
	height:19px;
	margin-left:1px;
	margin-right:1px;
	width:106px;
}
a#navcontact:hover
{
	background-position:0px -19px;
}
a#navterms
{
	background-image:url("/inc/img/TermsOfUseTop.png");
	background-repeat:no-repeat;
	float:left;
	height:19px;
	margin-left:1px;
	margin-right:1px;
	width:118px;
}
a#navterms:hover
{
	background-position:0px -19px;
}
a#navprivacy
{
	background-image:url("/inc/img/PrivacyPolicyTop.png");
	background-repeat:no-repeat;
	float:left;
	height:19px;
	margin-left:1px;
	margin-right:1px;
	width:120px;
}
a#navprivacy:hover
{
	background-position:0px -19px;
}
a#navsite
{
	background-image:url("/inc/img/SiteMapTop.png");
	background-repeat:no-repeat;
	float:left;
	height:19px;
	margin-left:1px;
	margin-right:1px;
	width:80px;
}
a#navsite:hover
{
	background-position:0px -19px;
}

/*Color Values*/
/*537E15*/
/*7D797A*/
/*62336C*/
/*537E15*/
/*537E15*/