/*this is the beginning of the button menu system*/

.menu{ margin:284px 0 0 150px; position:absolute;}
.menu img{ margin:0 0 0 4px;}

#menu .extra {background:none; padding-right:0;}
#menu .act {background:none;}

#menu {
	width:750px;
	margin:284px 0 0 65px;
	font:normal 10px/28px Arial Narrow, Helvetica, sans-serif;
}
#menu ul {
	margin:0px 15px;
	
}
#menu li {
	text-transform: uppercase;
	padding-right:10px;
	float:left;
	width:107px;
	height:61px;
	color:#76beed;
	
}
#menu a {	
	text-align:center;
	background:url(images/m2.png) no-repeat center top;
	width:107px;
	height:61px;
	float:left;
	text-decoration:none;
	letter-spacing:1px;
	color:#76beed;
}
/*/*/
a {
}
/* NN4 hack */

#menu a:hover, #menu a:focus {
	float:left;
	text-decoration:none;
	display:block;
	background:url(images/m2_act.png) no-repeat center bottom;
	width:107px;
	height:61px;
	color:#9cd8ff;
	text-align:center;
}

/*this ends the menu buttons*/


/*the you are here trick (persistent page indicator) */
body#homepage li#home a, 
body#aboutpage li#about a,
body#prodpage li#prod a, 
body#partnerpage li#partner a,
body#loginpage li#login a, 
body#contactpage li#contact a {
	text-transform: uppercase;
	padding:0px;	
	float:left;
	text-decoration:none;
	text-align:center;
	display:block;
	background:url(images/m2_act.png) no-repeat center bottom;
	color:#9cd8ff;
}
