BODY
{
	background-image:URL("images/bg.gif");
	background-repeat:repeat-y;
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
}
div.navbar
{
	/*background-color:#6394E7;*/
	width:125px;
	position:absolute;
	border-style:none;
	border-top-style:solid;
	border-width:1px;
}
div.navitem
{
	/* Every Link in the nav bar will be using this class */
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-top-style:none;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
div.navitemActive
{
	background-color:#000066;
	border-style:solid;
	border-top-style:none;
	border-width:1px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	
	cursor:pointer;
}
a.activeitem
{
	text-decoration:none;
	color:red;
}
a.regular
{
	text-decoration:none;
	color:#00FF99;
}