#menuL1 ul {
	clear:both;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#menuL1 ul li {
	float:left;
	display:block;
	width:142px;
	height:35px;
}

#menuL1 ul li a {
	clear:both;
	float:left;
	display:block;
	width:142px;
	padding:9px 0 12px 0;
	text-align:center;
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	line-height:14px;
	color:#464646;
	text-decoration:none;
}

#menuL1 ul li a:hover,
#menuL1 ul li a.active {
	color:#000000;
	text-decoration:underline;
}

/************ Menu Level 2 ***************/

#menuL2 ul {
	clear:both;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	width:160px;
	list-style-type:none;
}

#menuL2 ul li {
	clear:both;
	float:left;
	display:block;
	width:160px;
	list-style-type:none;
}

#menuL2 ul li a {
	clear:both;
	float:left;
	display:block;
	width:150px;
	padding:1px 0 3px 10px;
	color:#4d545b;
	text-decoration:none;
}

#menuL2 ul li a:hover {
	text-decoration:underline;
}

#menuL2 ul li a.active {
	color:#000000;
	text-decoration:underline;
	background-image:url(arrow_grey.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}

#menuL2 ul li li a {
	width:140px;
	padding-left:20px;
}

#menuL2 ul li li a.active {
	background-position:10px 5px;
}

/************ Hover Menu ***********/
.menuHoverRow 
{
	border-width: 0 1px 1px 1px; border-style: solid; border-color: #b3b3b3; 
}

.menuHoverRow a 
{
	display:block; padding:6px 10px 6px 10px; text-align:left; font-family:Tahoma, Arial, Verdana; font-size:12px; color:#464646; text-decoration:none; 
	background-color:white;
}

.menuHoverRow a:hover 
{
	text-decoration:underline;
	background-color:#f1f1f1;
}
