td, font { font-size: 12px; font-family: arial,verdana,sans-serif; color: #333230; }
.home { font-size: 20px; font-family: times; color: #333230 }
.left { font-size: 12px; font-family: arial,verdana,sans-serif; color: #7A7562 }


a:link { color: #174E8E; text-decoration: none }
a:visited { color: #174E8E; text-decoration: none }
a:hover { text-decoration: underline; color: #174E8E } 

div#menu {
    position: relative;
    height: auto;
    width: 224px;
}
div#menu ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

div#menu li {
	height: 48px;
	width: 224px;
	margin: 0px;
	color: #1B4C8E;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	line-height: 24px;
	list-style-type: none;

	background-repeat: no-repeat;
	text-align: center;
}

div#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-image: url(media/nav_bg.gif);
	color: #1B4C8E;
}

div#menu li a:hover {
  font-weight: bold;
	background-image: url(media/nav_bg.gif);	
	background-position: 0px -48px;
}

div#menu li.no_background {
  background: none;
  height: 0px;
}

div#menu li a.no_background {
  background: none;
}

div#menu li a:hover.no_background {
  background-position: 0px -48px;
}

