#menu {
	position: relative;
	width: 768px;
	height: 32px;
	background-image: url(images/bg_top_menu.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#menu ul
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu ul li a
{
	color: #000000;
	text-decoration: none;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B3B3;
}

#menu ul li a:hover
{
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#side_panel {
	float: left;
	width: 158px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}

.list1
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-weight: bold;
}

.list1 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.list1 li a
{
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.list1 li a:hover
{
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
}
.list2
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.list2 li {
	list-style-type: none;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58514d;
*/
}

.list2 li a
{
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	display: block;
}

.list2 li a:hover
{
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
}

