@charset "UTF-8";
/* CSS Document */

/* upper navigation links
-------------------------------------------------------- */
ul#nav {
	position: relative;
	height: 67px; width: 893px;
	background: url("../gfx/gui/upperMenu.gif") no-repeat;
	margin-left: 0px;
	margin-bottom: 0;
	margin-top: 0;
	top: 0;
	}

	ul#nav li {
		float: left;
		list-style: none;
		}
	
	ul#nav li a {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		top: 0; height: 67px;
		}

		ul#nav li#nav-financeBus a { 
			left: 0; width: 450px;
			background: url("../gfx/gui/upperMenu.gif") no-repeat;
			}
		ul#nav li#nav-financeCus a { 
			left: 450px; width: 443px; 
			background: url("../gfx/gui/upperMenu.gif") -450px 0 no-repeat;
			}
		 
ul#nav li#nav-financeBus a:hover  			{ background-position: 0px -66px; }
ul#nav li#nav-financeCus a:hover  			{ background-position: -450px -66px; }

ul#nav li#nav-financeBus a.active  			{ background-position: 0px -66px; }
ul#nav li#nav-financeCus a.active  			{ background-position: -450px -66px; }



/* lower navigation links
-------------------------------------------------------- */
ul#nav2 {
	position: relative;
	height: 76px; width: 893px;
	background: url("../gfx/gui/lowerMenu2.gif") no-repeat;
	margin-top: 0;
	margin-left: 0px;
	overflow: hidden;
	top: 0;
	}

	ul#nav2 li {
		float: left;
		list-style: none;
		}
	
	ul#nav2 li a {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		top: 0; height: 76px;
		}

		ul#nav2 li#nav-home a { 
			left: 0; width: 182px;
			background: url("../gfx/gui/lowerMenu2.gif") no-repeat;
			}
		ul#nav2 li#nav-about a { 
			left: 182px; width: 178px; 
			background: url("../gfx/gui/lowerMenu2.gif") -182px 0 no-repeat;
			}
		ul#nav2 li#nav-news a { 
			left: 360px; width: 178px; 
			background: url("../gfx/gui/lowerMenu2.gif") -360px 0 no-repeat;
			}
		ul#nav2 li#nav-partners a { 
			left: 538px; width: 178px; 
			background: url("../gfx/gui/lowerMenu2.gif") -538px 0 no-repeat;
			}
		ul#nav2 li#nav-equipment a { 
			left: 538px; width: 178px; 
			background: url("../gfx/gui/lowerMenu2.gif") -538px 0 no-repeat;
			}
		ul#nav2 li#nav-contact a { 
			left: 715px; width: 177px; 
			background: url("../gfx/gui/lowerMenu2.gif") -715px 0 no-repeat;
			}			

ul#nav2 li#nav-home a:hover  			{ background-position: -0px -76px; }
ul#nav2 li#nav-about a:hover  			{ background-position: -182px -76px; }
ul#nav2 li#nav-news a:hover  			{ background-position: -360px -76px; }
ul#nav2 li#nav-partners a:hover  		{ background-position: -538px -76px; }
ul#nav2 li#nav-equipment a:hover  		{ background-position: -538px -76px; }
ul#nav2 li#nav-contact a:hover  		{ background-position: -715px -76px; }

ul#nav2 li#nav-home a.active  			{ background-position: -0px -76px; }
ul#nav2 li#nav-about a.active  			{ background-position: -182px -76px; }
ul#nav2 li#nav-news a.active  			{ background-position: -360px -76px; }
ul#nav2 li#nav-partners a.active  		{ background-position: -538px -76px; }
ul#nav2 li#nav-equipment a.active  		{ background-position: -538px -76px; }
ul#nav2 li#nav-contact a.active  		{ background-position: -715px -76px; }





	
	