@charset "utf-8";
/* CSS Document */

/* Horizontal Menu */


#horizmenu { 

	width: 486px; 
	height: 35px; 
	
	padding:0;
	margin:72px 0 0 278px; 
	
	position:absolute;
	clear:both; 
}

#horizmenu ul {

}

#horizmenu li {display: inline;}
#horizmenu li a:link, #horizmenu li a:visited {display: block; position: absolute; top: 0; text-indent: -9000px;}

#horizmenu li.Home a:link, #horizmenu li.Home a:visited {left: 0px; padding:0; width: 83px; height: 35px; background: url(../images/m_home.gif) no-repeat 0 0;}
#horizmenu li.Home a:hover {background: url(../images/m_home.gif) no-repeat 0px -35px;}
#horizmenu li.Home-Selected a:link, #horizmenu li.Home-Selected a:visited, #horizmenu li.Home-Selected a:hover {left: 0px; padding:0; width: 83px; height: 35px; background: url(../images/m_home.gif) no-repeat 0 -70px;}

#horizmenu li.About a:link, #horizmenu li.About a:visited {left: 83px; padding:0; width: 97px; height: 35px; background: url(../images/m_about.gif) no-repeat 0 0;}
#horizmenu li.About a:hover {background: url(../images/m_about.gif) no-repeat 0px -35px;}
#horizmenu li.About-Selected a:link, #horizmenu li.About-Selected a:visited, #horizmenu li.About-Selected a:hover {left: 83px; padding:0; width: 97px; height: 35px; background: url(../images/m_about.gif) no-repeat 0 -70px;}

#horizmenu li.Services a:link, #horizmenu li.Services a:visited {left: 180px; width: 94px; height: 35px; background: url(../images/m_services.gif) no-repeat 0 0;}
#horizmenu li.Services a:hover {background: url(../images/m_services.gif) no-repeat 0 -35px;}
#horizmenu li.Services-Selected a:link, #horizmenu li.Services-Selected a:visited, #horizmenu li.Services-Selected a:hover {left: 180px; width: 94px; height: 35px; background: url(../images/m_services.gif) no-repeat 0 -70px;}

#horizmenu li.Products a:link, #horizmenu li.Products a:visited {left: 274px; width: 101px; height: 35px; background: url(../images/m_products.gif) no-repeat 0 0;}
#horizmenu li.Products a:hover { background: url(../images/m_products.gif) no-repeat 0 -35px;}
#horizmenu li.Products-Selected a:link, #horizmenu li.Products-Selected a:visited, #horizmenu li.Products-Selected a:hover {left: 274px; width: 101px; height: 35px; background: url(../images/m_products.gif) no-repeat 0 -70px;}

#horizmenu li.Contacts a:link, #horizmenu li.Contacts a:visited {left: 375px; width: 111px; height: 35px; background: url(../images/m_contacts.gif) no-repeat 0 0;}
#horizmenu li.Contacts a:hover {background: url(../images/m_contacts.gif) no-repeat 0 -35px;}
#horizmenu li.Contacts-Selected a:link, #horizmenu li.Contacts-Selected a:visited, #horizmenu li.Contacts-Selected a:hover {left: 375px; width: 111px; height: 35px; background: url(../images/m_contacts.gif) no-repeat 0 -70px;}