#menu {
	width: 214px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	background-color: #FFD800;
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
}
#menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFE44D;
}
#menu li a {
	color: #000000;
	background-position: 0px 14px;
	text-decoration: none;
	background-image: url(../images/bullet_yellow.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	padding-top: 10px;
	padding-left: 20px;
}
#menu li a:hover {
	color: #FFED7E;
	background-position: 5px 14px;
	text-decoration: none;
	background-image: url(../images/bullet_yellow.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	padding-top: 10px;
	padding-left: 20px;
}
#menu .no_line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.left {
	float: left;
}
#menu_second {
	width: 214px;
	background-color: #FFC000;
	padding-right: 15px;
	padding-left: 15px;
}
#menu_second ul {

	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu_second li {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFE44D;
}
#menu_second li a {

	color: #000000;
	background-position: 0px 14px;
	text-decoration: none;
	background-image: url(../images/bullet_orange.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	padding-top: 10px;
	padding-left: 20px;
}
#menu_second li a:hover {

	color: #FFED7E;
	background-position: 5px 14px;
	text-decoration: none;
	background-image: url(../images/bullet_orange.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	padding-top: 10px;
	padding-left: 20px;
}
#menu_second .no_line {

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul ul {
	margin: 0px;
	padding: 0px;
}
#menu li li {
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
