#menu1 {
	list-style-image	: none;
	list-style-type		: none;
	height				: 50px;
	margin-left			: 0px;
	padding-left		: 0px;
}

#menu1 li {
	margin-top			: 10px;
	display				: block;
	float				: left;
	list-style-image	: none;
	list-style-type		: none;
	margin-left			: 0px;
	padding-left		: 0px;
}

#menu1 li a {
	display				: block;
	
	height				: 50px;
	
	color				: #000;

	font-size			: 12pt;
	font-weight			: bold;
	text-align			: left;
	text-decoration		: none;
	font-weight			: bold;	
}

#menu1 li a span {
	display				: block;
	color				: inherit;	
	font-size			: 9pt;
	font-weight			: bold;
	text-align			: left;
	text-decoration		: none;
}

#menu1 li .active{
	color				: #861E19;
}
#menu1 li a:hover,
#menu1 li a:focus {
	color				: #861E19;
}

/*--------------------------------------*/

#menu2 {
	list-style-image	: none;
	list-style-type		: none;
	margin-top			: 0px;
	margin-left			: 0px;
	padding-left		: 0px;
}


#menu2 li {
	display				: block;
	list-style-image	: none;
	list-style-type		: none;
	margin-left			: 0px;
	padding-left		: 0px;
}


#menu2 li a {
	display				: block;
	height				: 19px;
	width				: 162px;
	padding-left		: 55px;
	padding-top			: 3px;
	margin-bottom		: 2px;
	color				: #fff;
	background-color	: #806359;
	font-size			: 9pt;
	font-weight			: bold;
	text-align			: left;
	text-decoration		: none;
}
#menu2 li a:hover,
.activel2 {
	display				: block;
	height				: 19px;
	width				: 162px;
	padding-left		: 55px;
	padding-top			: 3px;
	margin-bottom		: 2px;
	color				: #fff;
	background-color	: #98979B !important;
	font-size			: 9pt;
	font-weight			: bold;
	text-align			: left;
	text-decoration		: none;
}


/*--------------------------------------*/

#menu2 ul{
	list-style-image	: none;
	list-style-type		: none;
	margin-top			: 0px;
	margin-left			: 55px;
	padding-left		: 0px;
}


#menu2 li ul li {
	display				: block;
	list-style-image	: none;
	list-style-type		: none;
	margin-left			: 0px;
	padding-left		: 0px;
}


#menu2 li ul li a {
	display				: block;
	height				: 19px;
	width				: 152px;
	padding-left		: 10px;
	padding-top			: 3px;
	margin-bottom		: 2px;
	color				: #fff;
	background-color	: #806359;
	font-size			: 9pt;
	font-weight			: bold;
	text-align			: left;
	text-decoration		: none;
}
#menu2 li ul li a:hover,
.activel2 {
	display				: block;
	height				: 19px;
	width				: 152px;
	padding-left		: 10px;
	padding-top			: 3px;
	margin-bottom		: 2px;
	color				: #fff;
	background-color	: #98979B !important;
	font-size			: 9pt;
	font-weight			: bold;
	text-align			: left;
	text-decoration		: none;
}
