html {
     overflow: -moz-scrollbars-vertical;
}


#emsnav {
	width: 980px;
	min-width: 980px;
}

#emsnav, #emsnav ul { /* all lists */
	padding: 0;
	margin: 0;


}

#emsnav a {
	display: block;
	overflow: visible;
}

#emsnav li { /* all list items */
	float: left;
}

#emsnav li ul { /* second-level lists */
	position: relative;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 150;
}

#emsnav li:hover ul, #emsnav li.sfhover ul { /* lists nested under hovered list items */
	/*left: auto;*/
}



#emsnav li .homedrop{ /* all list items */
	float: left;
	width: 163px;
}

#emsnav .webdesigndrop a:link, #emsnav .webdesigndrop a:visited { /* all list items */
	background-image: url('images/webdesign_dropdown.png');
	padding-top: 10px;
	padding-left: 20px;
	width: 151px;
	min-width: 151px;
	height: 22px;
	min-height: 22px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
}

#emsnav .webdesigndrop a:hover { /* all list items */
	background-image: url('images/webdesign_dropdown_over.png');
	padding-top: 10px;
	padding-left: 20px;
	width: 151px;
	min-width: 151px;
	height: 22px;
	min-height: 22px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
}

#emsnav .webdesigndrop { /* all list items */
	float: left;
	width: 171px;
	min-width: 171px;
	margin-left: 2px;
}

#emsnav .webdesign_divider { /* all list items */
	height: 2px;
	min-height: 2px;
	width: 171px;
	min-width: 171px;
	background-image: url('images/webdesign_dropdown_divider.png');
}

#emsnav .webdesign_bottom { /* all list items */
	height: 7px;
	min-height: 7px;
	width: 171px;
	min-width: 171px;
	background-image: url('images/webdesign_dropdown_bottom.png');
}

#emsnav .ecommercedrop{ /* all list items */
	float: left;
	width: 151px;
	min-width: 151px;
	max-width: 151px;
	margin-left: 14px;
	z-index: 150;
}

#emsnav .ecommercedrop a:link, #emsnav .ecommercedrop a:visited { /* all list items */
	background-image: url('images/ecommerce_dropdown.png');
	padding-top: 10px;
	padding-left: 20px;
	width: 131px;
	min-width: 131px;
	height: 22px;
	min-height: 22px;
	color: #ffffff;
	//margin-left: -8px;
	text-align: left;
	text-decoration: none;
}

#emsnav .ecommercedrop a:hover { /* all list items */
	background-image: url('images/ecommerce_dropdown_over.png');
	padding-top: 10px;
	padding-left: 20px;
	width: 131px;
	min-width: 131px;
	height: 22px;
	min-height: 22px;
	color: #ffffff;
	//margin-left: -8px;
	text-align: left;
	text-decoration: none;
}

#emsnav .ecommerce_divider { /* all list items */
	height: 2px;
	min-height: 2px;
	width: 151px;
	min-width: 151px;
	background-image: url('images/ecommerce_dropdown_divider.png');
}

#emsnav .ecommerce_bottom { /* all list items */
	height: 7px;
	min-height: 7px;
	width: 151px;
	min-width: 151px;
	background-image: url('images/ecommerce_dropdown_bottom.png');
}



#emsnav .webmarketingdrop{ /* all list items */
	float: left;
	width: 170px;
	margin-left: 5px;
}

#emsnav .webmarketingdrop a:link, #emsnav .webmarketingdrop a:visited { /* all list items */
	background-image: url('images/marketing_dropdown.png');
	padding-top: 10px;
	padding-left: 20px;
	width: 150px;
	min-width: 150px;
	height: 22px;
	min-height: 22px;
	color: #ffffff;
	//margin-left: 0px;
	text-align: left;
	text-decoration: none;
}

#emsnav .webmarketingdrop a:hover { /* all list items */
	background-image: url('images/marketing_dropdown_over.png');
	padding-top: 10px;
	padding-left: 20px;
	width: 150px;
	min-width: 150px;
	height: 22px;
	min-height: 22px;
	color: #ffffff;
	//margin-left: 0px;
	text-align: left;
	text-decoration: none;
}

#emsnav .webmarketing_divider { /* all list items */
	height: 2px;
	min-height: 2px;
	width: 170px;
	min-width: 170px;
	background-image: url('images/marketing_dropdown_divider.png');
}

#emsnav .webmarketing_bottom { /* all list items */
	height: 7px;
	min-height: 7px;
	width: 170px;
	min-width: 170px;
	background-image: url('images/marketing_dropdown_bottom.png');
}

#emsnav .helpdrop{ /* all list items */
	float: left;
	width: 152px;

	margin-left: 16px;
}

#emsnav .helpdrop a:link, #emsnav .helpdrop a:visited { /* all list items */
	background-image: url('images/qanda_dropdown.png');
	padding-top: 10px;
	padding-left: 20px;
	width: 134px;
	min-width: 134px;
	height: 22px;
	min-height: 22px;
	color: #ffffff;
	text-align: left;
	//margin-left: -6px;
	text-decoration: none;
}

#emsnav .helpdrop a:hover { /* all list items */
	background-image: url('images/qanda_dropdown_over.png');
	padding-top: 10px;
	padding-left: 20px;
	width: 134px;
	min-width: 134px;
	height: 22px;
	min-height: 22px;
	color: #ffffff;
	text-align: left;
	//margin-left: -6px;
	text-decoration: none;
}

#emsnav .helpdrop_bottom { /* all list items */
	height: 7px;
	min-height: 7px;
	width: 154px;
	min-width: 154px;
	background-image: url('images/qanda_dropdown_bottom.png');
}

#emsnav .helpdrop_divider { /* all list items */
	height: 2px;
	min-height: 2px;
	width: 154px;
	min-width: 154px;
	background-image: url('images/qanda_dropdown_divider.png');
}

#emsnav .contactdrop{ /* all list items */
	float: left;
	width: 145px;
	margin-left: 9px;
}

#emsnav .contactdrop a:link, #emsnav .contactdrop a:visited { /* all list items */
	background-image: url('images/contact_dropdown.png');
	padding-top: 10px;
	padding-left: 20px;
	width: 125px;
	min-width: 125px;
	height: 22px;
	min-height: 22px;
	color: #ffffff;
	text-align: left;
	//margin-left: -14px;
	text-decoration: none;
}

#emsnav .contactdrop a:hover { /* all list items */
	background-image: url('images/contact_dropdown_over.png');
	padding-top: 10px;
	padding-left: 20px;
	width: 125px;
	min-width: 125px;
	height: 22px;
	min-height: 22px;
	color: #ffffff;
	text-align: left;
	//margin-left: -14px;
	text-decoration: none;
}

#emsnav .contact_divider { /* all list items */
	height: 2px;
	min-height: 2px;
	width: 145px;
	min-width: 145px;
	background-image: url('images/contact_dropdown_divider.png');
}

#emsnav .contact_bottom { /* all list items */
	height: 7px;
	min-height: 7px;
	width: 145px;
	min-width: 145px;
	background-image: url('images/contact_dropdown_bottom.png');
}


#emsnav li ul { /* second-level lists */

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 150;
	}




#emsnav li:hover ul, #emsnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
	z-index: 150;
}



#emsnav ul{
	margin:0;
	padding:0;
	
}

#emsnav li{
	float:left;
	color:#191919;
	text-align:center;
	list-style-type: none;
	list-style-image: none;
	overflow: visible;

}

#emsnav a{
	color:#FFF;
	text-decoration:none;
}

#emsnav p{
	margin: 0px; padding: 0px;
}

	.subtext{

	}


.homebutton:link, .homebutton:visited { 
	background-image: url("images/home_home_button.gif"); 
	width: 162px;
	min-width: 162px;
	height: 38px;
	min-height: 38px;
	position: relative;
	border: 0px;
	cursor: hand;
}

.homebutton:hover { 
	background-image: url("images/home_home_button_over.gif"); 
	width: 162px;
	min-width: 162px;
	height: 38px;
	min-height: 38px;
	position: relative;
	border: 0px;
	cursor: hand;
}

.homebutton_hover { 
	background-image: url("images/home_home_button_over.gif"); 
	width: 162px;
	min-width: 162px;
	height: 38px;
	min-height: 38px;
	position: relative;
	z-index: 0;
	border: 0px;
	cursor: hand;
}

.websitedesignbutton:link, .websitedesignbutton:visited { 
	background-image: url("images/home_websitedesign_button.gif"); 
	width: 192px;
	min-width: 192px;
	height: 38px;
	min-height: 38px;
	position: relative;
	z-index: 100;
	border: 0px;
	left: -19px;
	cursor: hand;
}

.websitedesignbutton:hover { 
	background-image: url("images/home_websitedesign_button_over.gif"); 
	width: 192px;
	min-width: 192px;
	height: 38px;
	min-height: 38px;
	position: relative;
	z-index: 100;
	border: 0px;
	left: -19px;
	cursor: hand;
}

.websitedesignbutton_hover { 
	background-image: url("images/home_websitedesign_button_over.gif"); 
	width: 192px;
	min-width: 192px;
	height: 38px;
	min-height: 38px;
	position: relative;
	z-index: 100;
	border: 0px;
	left: -19px;
	cursor: hand;
}

.ecommercebutton:link, .ecommercebutton:visited { 
	background-image: url("images/home_ecommerce_button.gif"); 
	width: 175px;
	min-width: 175px;
	height: 38px;
	min-height: 38px;
	position: relative;
	left: -10px;
	z-index: 2;
	overflow: visible;
	cursor: hand;
}

.ecommercebutton:hover { 
	background-image: url("images/home_ecommerce_button_over.gif"); 
	width: 175px;
	min-width: 175px;
	height: 38px;
	min-height: 38px;
	position: relative;
	left: -10px;
	z-index: 2;
	overflow: visible;
	cursor: hand;
}

.ecommercebutton_hover { 
	background-image: url("images/home_ecommerce_button_over.gif"); 
	width: 175px;
	min-width: 175px;
	height: 38px;
	min-height: 38px;
	position: relative;
	left: -10px;
	z-index: 2;
	overflow: visible;
	cursor: hand;
}

.webmarketingbutton:link, .webmarketingbutton:visited { 
	background-image: url("images/home_webmarketing_button.gif"); 
	width: 192px;
	min-width: 192px;
	height: 38px;
	min-height: 38px;
	position: relative;
	left: -17px;
	z-index: 3;
	cursor: hand;
}

.webmarketingbutton:hover { 
	background-image: url("images/home_webmarketing_button_over.gif"); 
	width: 192px;
	min-width: 192px;
	height: 38px;
	min-height: 38px;
	position: relative;
	left: -17px;
	z-index: 3;
	cursor: hand;
}

.webmarketingbutton_hover { 
	background-image: url("images/home_webmarketing_button_over.gif"); 
	width: 192px;
	min-width: 192px;
	height: 38px;
	min-height: 38px;
	position: relative;
	left: -17px;
	z-index: 3;
	cursor: hand;
}


.helpbutton:link,.helpbutton:visited { 
	background-image: url("images/home_help_button.gif"); 
	width: 177px;
	min-width: 177px;
	height: 38px;
	min-height: 38px;
	position: relative;
	left: -8px;
	z-index: 4;
	cursor: hand;
}

.helpbutton:hover { 
	background-image: url("images/home_help_button_over.gif"); 
	width: 177px;
	min-width: 177px;
	height: 38px;
	min-height: 38px;
	position: relative;
	left: -8px;
	z-index: 4;
	cursor: hand;
}

.helpbutton_hover { 
	background-image: url("images/home_help_button_over.gif"); 
	width: 177px;
	min-width: 177px;
	height: 38px;
	min-height: 38px;
	position: relative;
	left: -8px;
	z-index: 4;
	cursor: hand;
}

.contactbutton:link, .contactbutton:visited { 
	background-image: url("images/home_contact_button.gif"); 
	width: 168px;
	min-width: 168px;
	height: 38px;
	min-height: 38px;
	left: -14px;
	position: relative;
	z-index: 4;
	cursor: hand;
}

.contactbutton:hover { 
	background-image: url("images/home_contact_button_over.gif"); 
	width: 168px;
	min-width: 168px;
	height: 38px;
	min-height: 38px;
	left: -14px;
	position: relative;
	z-index: 4;
	cursor: hand;
}

.contactbutton_hover { 
	background-image: url("images/home_contact_button_over.gif"); 
	width: 168px;
	min-width: 168px;
	height: 38px;
	min-height: 38px;
	left: -14px;
	position: relative;
	z-index: 4;
	cursor: hand;
}

#emsnav .menu {
	width: 980px;
	min-width: 980px;
}