.navbar {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 0.03em;
	text-decoration: none;
	background-image: url(navbar/pattern2.gif);
	border-left-width: thin;
}
a:hover{
    color: #3333FF;
	text-decoration: none;
}
.navbargrey {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	letter-spacing: .05em;
	text-decoration: none;
}
.navbarlr {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .03em;
	border-right-width: thin;
	border-left-width: thin;
	background-image: url(navbar/pattern2.gif);
	text-decoration: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.navbarltblue {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: 600;
	color: #3333FF;
	text-decoration: none;
	background-color: #CCCCFF;
	letter-spacing: .03em;
}

