#top #nav {
	clear: both;
	background: url(images/nav_bg.png) top left no-repeat;
	height: 56px;
	padding: 0px;
	margin-top: 5px;
}

#top table {
	margin: 0px;
	padding: 0px;
	*margin-top: 17px;
	padding-top: 17px;
	margin-left: auto;
	margin-right: auto;
}

#top tr {
	margin: 0px;
	padding: 0px;
}

#top table td {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 18px;
	background: url(images/topnav_curveleft.gif) top left no-repeat;
}

#top table td a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 18px;
	height: 18px;
	width: 100%;
	display: block;
	background: url(images/topnav_curveright.gif) top right no-repeat;
}

#top table .active {
	background-color: #7A6EB2;
}

#top table .active:hover {
	background-color: #7A6EB2;
}

#top table td:hover{
	background-color: #B5AFD3;
}

#top table td:hover a, #top table .active a {
	color: #FFFFFF;
}

#left_content ul {
	list-style: none;
	margin: 0px;
	margin-top: -10px;
	padding: 10px;
	background: url(images/leftnav_bg.png) top left repeat-y;
}

#left_content li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: list-item;
	background: url(images/leftnav_curveleft.gif) top left no-repeat;
	background-color: #F3F2F0;
	height: 18px;
	line-height: 18px;
	margin-top: 10px;
}

#left_content li a {
	display: block;
	text-decoration: none;
	color: #787878;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	background: url(images/leftnav_curveright.gif) top right no-repeat;
	height: 18px;
	line-height: 18px;
}

#left_content li:hover {
	background-color: #787878;
}

#left_content li:hover a {
	color: #FFFFFF;
}

#left_content .active {
	color: #2E1C86;
}


#left_content ul span {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
