.navbar{
	width:"100%"; 
	font-family: Arial;
	color: #ffffff;
}
.navitem{ 
	width:"115px"; 
	height: 46px;
	font-size: 11pt;
	color: #ffffff;	
	TEXT-DECORATION: none  !important;
	font-weight : bold;
	text-align : center;
	background-image: url('../buttons/button_off.gif');;
} 
.navitem a{ 
	display:block; 
	height: 46px;
	color: #ffffff;
	TEXT-DECORATION: none  !important;
	font-weight : bold;
	text-align : center;
	width:"115px"; 
	background-image: url('../buttons/button_off.gif');
} 
.navitem a:hover{ 
	color : #ffffff  !important; 
	height: 46px;
	width:"115px"; 
	TEXT-DECORATION: none  !important;
	font-weight : bold;
	text-align : center;
	background-image: url('../buttons/button_on.gif');
} 
.navitem a:active{ 
	color : #ffffff !important; 
	height: 46px;
	width:"115px"; 
	TEXT-DECORATION: none  !important;
	font-weight : bold;
	text-align : center;
	background-image: url('../buttons/button_on.gif');
}
.buttontext {
	top: 15px;
	position: relative;
}
#bindex #index, 
#btravel #travel, 
#bclients #clients, 
#bstore #store, 
#bfull #full, #bself #self, 
#bgraphics #graphics, #bsupport #support, #bservices #services {
	background-color: #ffeb00;
	color : #395194 !important; 
	text-decoration:none;
	font-weight: bold;
	text-align: right;
	padding: 4px;
	border-bottom:1px solid #f9ff7d; 
	border-right:1px solid #f9ff7d; 
	border-left:1px solid #808080; 
	border-top:1px solid #000000; 
}
