/* Menubar Style Common to all Web Pages */
/* Version V1.0.0, 02/10/2007 WBM. */
/* Copyright 2007 property of Pip Consultancy */
/* Designed by Design Atom - www.designatom.com */


/* ------------------------------------------------------------ */

div.menuitem {
	position: relative; 
	top: 6px; 
	left: 0px; 
	width: 140px;
	float: left;
	text-align: center;
}

p.centered {
	text-align: center; 
	margin: 0px; 
	border: 0px; 
	padding: 0px; 
}

/* Menubar Links */
a.menubar {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 105px;
	font-family:  MS Sans Serif, Arial; 
	font-size: 11pt; 
	font-weight: 600;
	color: #BEBBBB; 
	line-height: 110%; 
	z-index: 1;
	text-decoration: none;
}
a:hover.menubar {
	color: #ACC009; 
}

/* Menubar Text */
span.menubar {
	position: relative; 
	top: -6px; 
	left: 0px; 
}

/* Pip Image Style */
img.pip {
	position: relative;
	top: 0px;
	left 0px;
	z-index: 3;
	border: 0px;
	padding: 0px; 
	margin: 0px;
}

/* Unordered List Dot Image Style */
img.menudiv {
	position: relative; 
	top: 0px; 
	left: 0px; 
	float: left;
	border: 0px; 
	padding: 0px; 
	margin: 0;
}

