@charset "utf-8";
/* sub menu css */
/*ul*/
.menuUl{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

.liWithArrow a,.liWithoutArrow a{
	color:#656565;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}
.liWithArrow{
	background-repeat:no-repeat;
	background-position: right top;
	background-image: url(../images/menu-arrow.gif);
	background-color:#F5F3F4;

}
.liWithoutArrow{
	background-color:#F5F3F4;

}
.liWithArrowHighLight{
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#00b299;
}
.liWithArrowHighLight a,.liWithoutArrowHighLight a{
	cursor:pointer;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
}


.liWithoutArrowHighLight{
	background-color:#00b299;

}

.liWithArrow,.liWithoutArrow,.liWithArrowHighLight,.liWithoutArrowHighLight{
	cursor:pointer;
	border-bottom: 1px solid #999999;
	height:20px;
	width: 300px;
	padding-left:5px;
	padding-right:5px;
	
}



