/* STYLES */
h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18pt}
h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; color: #006600}
p {font-family: Arial, Helvetica, sans-serif; font-size: 12pt}
a {color: #006600}
a:hover {color: #00CC33}
ul, li {font-family: Arial, Helvetica, sans-serif; font-size: 11pt}

body td a {color: #006600}
body td a:hover {color: #00CC33}
body td ul li {font-family: Arial, Helvetica, sans-serif; font-size: 11pt}

.mainmenu p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000000}
.mainmenu A {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-decoration: none; color: #000000}
.mainmenu A:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-decoration: underline; color: #FFCC33}

.reports A {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: none; color: #000000}
.reports A:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: underline; color: #CC0000}

.lessons A {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: none; color: #000000}
.lessons A:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: underline; color: #CC0000}

.extra {
	display:none;
}

/* Photo Gallery Styles */

/* Medium Color BG */
.gpn_tborder {
	color: #CCCCCC; 
	background: #99CC99; 
	border: 1px solid #000000;
	margin-top: 5px;
}
/* Dark Color BG */
.gpn_control {
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #FFFFFF; 
	background: #006600; 
	padding: 3px 6px 3px 6px; 
	white-space: nowrap;
}
/* Light Color BG */
.gpn_inactive {
	color: #000000;	
	background: #D5D3B7; 
	text-decoration: none;
}
/* Medium Color BG */
.gpn_active {
	color: #666666;
	background: #99CC99; 
}
.gpn_smallfont {
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.photogallery img {
	border: 1px solid;
}

.photogallery a img {
	border-color: #663300;
}

.photogallery a:hover img {
	border-color: #ecd4a4;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: green url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: bold 12px Arial;
color: white;
background: #669966;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: white;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: yellow;
background: green;
}

</style>