/*################################################
TOP NAV
################################################*/
#navigation_top {
	list-style: none;
	position: relative;
	height: 9px;
	z-index:0;
	margin:0px;
	padding: 0px;
	font-size: 1px;
	width: 350px;
	}

/*&amp;&amp;&amp;> 3b. Positioning */

#navigation_top li {
	float: left;
	height:9px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#navigation_top li a { 
	background: url(../images/nav.gif) no-repeat top left;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
/* Short Links (Not Active Page) */
	margin: 0px 0 0 0px;
	height:9px; 
	}

#navigation_top li a span {
	visibility: hidden;
}
#navigation_top a.item1 {
	background-position: 0 0px;
	width:42px;
}
#navigation_top a.item2 {
	background-position: -42px 0px;
	width:47px;
	height:9px;
}
#navigation_top a.item3 {
	background-position: -89px 0px;
	width:154px;
	height:9px;
}
#navigation_top a.item4 {
	background-position: -243px 0px;
	width:53px;
	height:9px;
}
#navigation_top a.item5 {
	background-position: -296px 0px;
	width:60px;
	height:9px;
}
#navigation_top a.item6 {
	background-position: -356px 0px;
	width:69px;
	height:9px;
}
#navigation_top a.item7 {
	background-position: -425px 0px;
	width:48px;
	height:9px;
}
#navigation_top .item1:hover, #navigation_top .item1off {
	background-position: 0 -9px;
	height:9px;
}
#navigation_top .item2:hover, #navigation_top .item2off {
	background-position: -42px -9px;
	height:9px;
}
#navigation_top .item3:hover, #navigation_top .item3off {
	background-position: -89px -9px;
	height:9px;
}
#navigation_top .item4:hover, #navigation_top .item4off {
	background-position: -243px -9px;
	height:9px;
}
#navigation_top .item5:hover, #navigation_top .item5off {
	background-position: -296px -9px;
	height:9px;
}
#navigation_top .item6:hover, #navigation_top .item6off {
	background-position: -356px -9px;
	height:9px;
}
#navigation_top .item7:hover, #navigation_top .item7off {
	background-position: -425px -9px;
	height:9px;
}
