/* Menu */

div.menu {
	width: 150px;
	float: left;
}

div.menu ul {
	margin: 11px 0px 11px 0px;
	padding-left: 16px;
	list-style-type: none;
}

div.menu li {
	font-family:arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #BCC9E9;
}

div.menu li a {
    color: #BCC9E9;
    text-decoration: none;
    font-weight: normal;
}

div.menu li a:hover  {
	color: #BFCAE9;
	font-weight: bold;
}

/* IE 6 fix, stupid sod picks out a visited profile from thin air */
div.menu li a:visited  {
    color: #BCC9E9;
    font-weight: normal;
}

div.menu li a:visited:hover  {
    color: #BFCAE9;
    font-weight: bold;
}

div.menu_header {
	width: 150px;
	height: 30px;
	background-repeat: no-repeat;
}

a #menu_about    { background-image: url(/images/menu/about.gif); }
a #menu_classes  { background-image: url(/images/menu/classes.gif); }
a #menu_events   { background-image: url(/images/menu/events.gif); }
a #menu_involved { background-image: url(/images/menu/involved.gif); }
a #menu_news     { background-image: url(/images/menu/news.gif); }

a:hover #menu_about    { background-image: url(/images/menu/over/about.gif); }
a:hover #menu_classes  { background-image: url(/images/menu/over/classes.gif); }
a:hover #menu_events   { background-image: url(/images/menu/over/events.gif); }
a:hover #menu_involved { background-image: url(/images/menu/over/involved.gif); }
a:hover #menu_news     { background-image: url(/images/menu/over/news.gif); }

