ul#lt-nav {
	list-style: none;
	margin: 0;
	padding-left:0;
	padding-right: 30px;
	}

ul#lt-nav a {
	/*background: #80CE82 url(../images/navbutton.jpg) 0 0 no-repeat;*/
	font-size: 8pt;
	font-family: Arial;
	color:#000000;
	font-stretch:condensed;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 2em;
	outline: none;
	text-decoration: none;
	width:142px;
}

ul#lt-nav a:hover {
	color:#FFFFFF;
	background-position: 0 -26px;
	}

ul#lt-nav a:hover span {
	background-position: 100% -26px;
}
	
ul#lt-nav li {
	background: #80CE82 url(../images/navbutton.jpg) 0 0 no-repeat; 
	position:relative;
	margin: 0;
	left: -22px;
	/*padding-right: 30px; */
	height:26px;
	width:142px;
	border: 0;
	}

ul#lt-nav li:hover {
	background-position: 0 -26px; 
	}
	
ul#lt-nav span {
	background: #80CE82 url(../images/navbutton.jpg) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	width: 142px;
	padding-left: 18px;
	/*line-height: 2em;*/
}

h4 {
	text-align:left;
	margin:0;
	color:#000000;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	line-height: 27px;
	}

#rt-nav {
	position:relative;
	margin: 0;
	padding: 6px;
	left: 18px;
	width: 180px;
	height: 350px;
	top:0;
	font-size:.9em;
	/*border: 1px solid #000000;*/
	}

#rt-nav .heading{
	position:relative;
	font-size:1em;
	color:#FFFFFF;
	left: 11px;
	top: 10px;
	}
#curEvents {
	position:relative;
	background-color:#FFFFFF;
	margin: 0;
	left: 10px;
	padding: 3px;
	text-align:left;
	font-size:.8em;
	top: 15px;
	height: 210px;
	width:150px;
	overflow: auto;
	}

#eventgrp {
	background: url(../images/category.gif) 0 0 no-repeat; 
	position:relative;
	margin: auto;
	height:280px;

	}

