/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#styletwo{
	position:relative;
	display:block;
	height:78px;
	font-size:13px;
	font-weight:bold;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family: Verdana, Arial, Helvitica, sans-serif;
	width: 755px;
	text-align: center;
	float: right;
}
.divider {
	background-color: #FFFFFF;
	position: relative;
	width: 2px;
	height: 78px;
}


#styletwo ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#styletwo ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}

#styletwo ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	height:48px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#styletwo ul li a:hover,#styletwo ul li a.current{
	color:#fff;
	background-color: #666666;
	background-image: url(../images/lightning.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}

#home .home, #about .about, #products .products, #contact .contact, #resellers .resellers, #customers .customers, #napln .napln, #news .news{
	color:#fff;
	background-color: #666666;
	background-image: url(../images/lightning.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}


/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
