body {
background-image:url('bg.png');
background-repeat:repeat-x;
background-position:top;
background-color:#5c5d50;
color:black;
font-family:Tahoma, Arial, Georgia;
}

a {
outline:none;
color:#4a860b;
}

a:hover {
color:black;
text-decoration:none;
}

#container {
width:800px;
margin:0 auto;
}

#header {
min-height:31px;
width:100%;
background:url('headerbg.png');
background-position:center right;
background-repeat:no-repeat;
}

#menu {
width:100%;
height:28px;
border-right:solid 1px black;
}

#bodycontainer {
width:100%;
overflow:auto;
background:white;
padding-top:10px;
min-height:400px;
}

#leftcontent {
width:360px;
float:left;
margin-left:10px;
padding-bottom:10px;
}

#maincontent {
width:410px;
float:left;
text-align:justify;
padding-bottom:10px;

}

#footer {
width:100%;
min-height:30px;
margin-left:10px;
color:white;
font-size:.7em;
padding-top:5px;
}

#footer a {
color:#000000;
}

#footer a:hover {
color:white;
text-decoration:none;
}

.content {
float:left;
padding-left:10px;
}	

p.small {
font-size:.7em;
text-align:center;
margin-top:2px;
font-weight:bold;
}

img {
padding:10px;
border:solid 1px black;
background-color:#5c5d50;
}

h1 {
margin-top:0px;
font-size:1.3em;
font-family:'Lucida Sans';
}

#navlist
{	margin: 0;
	padding: 0;
	}
	
#navlist li
{	float: right;
	list-style: none;
	font: 14px Tahoma, Arial;}

#navlist li a
{	display: block;
	background: #5c5d50;
	padding: 5px 12px;
	text-decoration: none;
	border-left: 1px solid black;
	border-top: 1px solid black;
	color: white;
	white-space: nowrap;}

#navlist li a:hover
{	background: #ffffff;
	color:black;}

#navlist li.current a {
background:white;
color:black;
}

#navlist li.current a:hover {
background:white;
color: #5c5d50;
}

#navlist li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid black;
	}

#navlist li ul li
{	float: none;
	display: inline;
	}

#navlist li ul li a
{	width: auto;
	background: #ffffff;
	border:none;
	z-index:100;}

#navlist li ul li a:hover
{	background: #5c5d50
	z-index:100;}
	
.newsticker {
	list-style-type: none;
	border:solid 1px black;
	min-height:120px;
	background: #4a870c;
	padding: 5px;
	margin: 0;
	font-style:italic;
	width:330px;
}

.slideshow {
min-height:260px;
}

/* 
	LEVEL ONE
*/

ul.dropdown  { 
position: relative; 
list-style-type:none;

}

ul.dropdown li { 
font: 14px Tahoma, Arial;
height:28px;
float: right; 
background: #5c5d50; 
border-left: 1px solid black;
border-top: 1px solid black;
}

ul.dropdown a:hover { 
color: #000; 
}

ul.dropdown a:active { 
color: #fff; 
}

ul.dropdown li a { 
display: block; 
padding: 4px 8px; 
color: #000; 
text-decoration:none;
}

ul.dropdown li a:hover {
color:black;
background:white;
padding: 4px 8px; 
}

ul.dropdown li:last-child a { 
border-right: none; 
}

ul.dropdown li.hover,
ul.dropdown li:hover { 
background: #fff; 
color: black; 
position: relative; 
}

ul.dropdown li.hover a { 
color: black; 
}


/* 
	LEVEL TWO
*/
ul.dropdown ul { 
list-style-type:none;
width:150px;
visibility: hidden; 
position: absolute; 
top: 100%; 
left: -40px; 
}

ul.dropdown ul li { 
font-weight: normal; 
background: #4a870c; 
color: #fff; 
border-bottom: 1px solid #fff; 
float: none; 
padding:0px;
}
									  
                                   
ul.dropdown ul li a { 
width: 100%; 
display:inline-block; 
text-decoration:none;
} 

ul.dropdown li:hover > ul { 
visibility: visible;
}

ul.sub_menu li {
background:#4a870c;
width:150px;
}

ul.sub_menu li a{
width:100%;
height:15px;
}


ul.sub_menu li a:hover{
width:90%;
background-color:#5c5d50;
height:20px;
color:white;
}

ul.dropdown li.current a{
background:#fff;
height:28px;
color:black;
}

ul.dropdown li.current ul.sub_menu li {
background-color:#4a870c;
height:28px;
}

ul.dropdown li.current ul.sub_menu li a:hover {
width:89%;
background-color:#5c5d50;
height:20px;
color:white;
}

ul.dropdown li.current ul.sub_menu li a {
width:80%;
height:15px;
background-color:#4a870c;
}