@charset "utf-8";
/* CSS Document */

#navcontainer {
	margin-left: 5px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
	display: block;
	width: 140px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	background-image: url(images/bgGreen.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #BDA980;
	border-bottom-color: #BBA77E;
	border-left-color: #fff;
}

#navcontainer a:hover
{
	color: #000;
	background-color: #E5DFD1;
	text-decoration: none;
	background-image: url(images/bgTan.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBA77E;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #B8A47C;
}
#outerWrapper #contentWrapper #leftColumn1 #navcontainer #navlist #active a {
	background-image: url(images/bgTan.jpg);
}
