.menu
{
	font-family: "Comic Sans MS";
	font-size: 12pt;
	font-style: normal;
	color: red; 
}

a.menu:link    
{
	font-family: "Comic Sans MS";
	font-size: 12pt;
	font-style: normal;
	color: blue; 
	text-decoration: underline;
}
a.menu:visited
{
	font-family: "Comic Sans MS";
	font-size: 12pt;
	font-style: normal;
	color: blue; 
	text-decoration: underline;
}

a.menu:hover
{
	color: red;
	font-style: normal;
	font-size: 12pt;
	text-decoration: none;
}

.menu2
{
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-style: normal;
	color: red; 
}

a.menu2:link    
{
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-style: normal;
	color: blue; 
	text-decoration: underline;
}
a.menu2:visited
{
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-style: normal;
	color: blue; 
	text-decoration: underline;
}

a.menu2:hover
{
	color: red;
	font-style: normal;
	font-size: 10pt;
	text-decoration: none;
}

.menu3
{
	font-family: "Verdana";
	font-size: 10pt;
	font-style: normal;
	color: black; 
}

a.menu3:link    
{
	font-family: "Verdana";
	font-size: 10pt;
	font-style: normal;
	color: black; 
	text-decoration: underline;
}
a.menu3:visited
{
	font-family: "Verdana";
	font-size: 10pt;
	font-style: normal;
	color: black; 
	text-decoration: underline;
}

a.menu3:hover
{
	color: red;
	font-style: normal;
	font-size: 10pt;
	text-decoration: none;
}

/* SIDE NAVIGATION */
#sidenav
{
	padding: 0;
	margin: 0;
}

#sidenav ul
{
	list-style-type: none;
	padding: 0;
	margin: 0px 0 0 0;
	border: 0;
}

#sidenav li
{
	border-bottom: 1px solid red;
	margin-left: 5;
	padding: 0;
	font: 12px/15px verdana, arial, sans-serif;
	color: black;
	background-color: #B0C4DE;
}

#sidenav li a
{
	display: block;
	font-weight: normal;
	padding: 5px;
	border-left: 1px solid red;
	border-right: 1px solid red;
	color: black;
	text-decoration: none;	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 140px;
}

.top
{
	border-top: 1px solid red;
}

#sidenav li a#current
{
	color: #000;
	background-color: white;
	font-weight: 700;
}

#sidenav a:hover, #sidenav a.subitem:hover
{
	color: red; 
	background-color: white;
	font-weight: normal;
}