.navbg {
	background: url(../img/site/navbg.jpg) repeat-x;
}

td.leftTd {
	background: url(../img/site/index_05.jpg) no-repeat;
}

td.rightTd {
	background: url(../img/site/index_06.jpg) no-repeat;
	border-left:1px solid black;
}

#nav {
}

#nav ul
{
margin: 0;
padding: 0;
list-style-type: none;

}

#nav li { margin: 0;}

#nav a
{
display: block;
padding: 5px 10px;
width: 230px;   /* ie 6 width */
color: #d3d2ce;
font-weight: normal;
background-color: #fff;
text-decoration: none;
text-transform: uppercase;
background-image: url(../img/site/nav.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

html > body #nav a { width:208px; } /* hide from ie 6 and below */

#nav a:hover
{
	color: #fff;
	background-color: #5f5e59;
	text-decoration: none;
	background-image: url(../img/site/nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav a.active
{
	color: #fff;
	background-image: url(../img/site/nav_active.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav ul ul li { margin: 0; }

#nav ul ul a
{
display: block;
padding-left: 30px;
width: 230px;
color: #d3d2ce;
background-color: #C5D8C5;
text-decoration: none;
font-weight: normal;
}

/* hide from ie 6 and below */
html > body #nav ul ul a { 
	padding: 5px 5px 5px 30px;
	width: 193px;
} 

#nav ul ul a:hover
{
color: #000;
background-color: #5f5e59;
text-decoration: none;
}

table.top {
	background-color: #ffffff;
}

#top-links {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
#top-links a {
	color: #505050;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header {
	padding: 0px;
	margin:0px;
}
#footer {
	background-color: #e2e2e2;
	text-align: right;
	font-size: 10px;
	padding: 5px;
}

#page-title{
	margin:0px;
	padding:5px 5px 5px 10px;
	font-size:18px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffffff;
	font-weight: bold;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: none;
}
