body { background: url("media/left_bg.gif") repeat-y left; margin:0px 0px 0px 0px; }
img  {  border-style: none; }

font { font-size: 12px; font-family: arial,verdana,sans-serif; color: #333230 }
.top_nav { font-size: 12px; font-family: arial,verdana,sans-serif; color: #333366 }
.green { font-size: 12px; font-family: arial,verdana,sans-serif; color: #0E896A; font-weight: bold; }
.head { font-size: 20px; font-family: arial,verdana,sans-serif; color: #2E2E74; font-weight: bold; }
.left { font-size: 12px; font-family: arial,verdana,sans-serif; color: #7A7562 }

span.highlight{ font-size: 20px; color:#ffffff; font-weight:bold; font-family: arial,verdana,sans-serif; background-color:rgb(0,154,102);}

a:link { color: #174E8E; text-decoration: none }
a:visited { color: #174E8E; text-decoration: none }
a:hover { text-decoration: underline; color: #174E8E } 

.posthidden {display:none} 
.postshown {display:inline}

ul#menu_sub {

	margin: 0px;
	color: #A17112;
	font-size: 12px;
	font-family: verdana;
	line-height: 20px;
	list-style-type: square;
	background-image: url(media/nav_sub_bg.gif);
	background-repeat: repeat-y;
}

div#menu {
    position: relative;
    height: auto;
    width: 215px;
    background-color: #FCF6DE;
}
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: 28px;
	width: 215px;
	margin: 0px;
	color: #A17112;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	line-height: 28px;
	list-style-type: none;
	background-image: url(media/nav_bg.gif);
	background-repeat: no-repeat;
}
div#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #A17112;
}
div#menu li a:link {
  color: #A17112;
	background-image: url(media/nav_bg.gif);
	background-position: 0px 0px;
}
div#menu li a:visited {
    color: #A17112;
	background-image: url(media/nav_bg.gif);
	background-position: 0px 0px;
}
div#menu li a:hover {
    font-weight: bold;
    color: #A17112;
	background-image: url(media/nav_bg.gif);	
	background-position: 0px -28px;
}
div#menu li a:active {
	font-weight: bold;
	color: #A17112;
	background-image: url(media/nav_bg.gif);
	background-position: 0px -28px;
}
