#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 195px;
	margin-top:5px;
}
#menu li {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic";
	font-size: 90%;
}
#menu a {
	color: #333;
	display: block;
	margin: 0;
	padding: 5px 12px;
	text-decoration: none;
	background-color:#F4F4F4;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #999;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 5px;
	padding-left:18px;
	background-color:#003;
	background-image: url(/images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#dikeymenu2{
width: 195px;
margin-top:25px;
float:left;
}
#menu2{
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 195px;
}
#menu2 li {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic";
	font-size: 90%;
}
#menu2 a {
	color: #333;
	display: block;
	margin: 0;
	padding: 5px 12px;
	text-decoration: none;
	background-color:#F4F4F4;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #999;
}
#menu2 a:hover {
	color: #fff;
	padding-bottom: 5px;
	padding-left:18px;
	background-color:#003;
	background-image: url(/images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

