div.slashc-two-tier-menu {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold; /* change font style here */
}

	div.slashc-two-tier-menu a,
	div.slashc-two-tier-menu a:hover,
	div.slashc-two-tier-menu a:active {
		text-decoration: none;
		outline: none;
		color: #333;
	}

	div.slashc-two-tier-menu ul,
	div.slashc-two-tier-menu li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	div.slashc-two-tier-menu li {
		/*border-bottom:#CCC 1px hidden;*/ /*dashed*/
	}

	div.slashc-two-tier-menu > ul > li > a {
		height: 25px;
		line-height: 25px;
		/*background:  url(../img/itm_up.jpg) repeat-x 0 0;*/
		text-indent: 15px;
	}

		div.slashc-two-tier-menu > ul > li > a:hover {
			/*background: #eee url(../img/itm_ovr.jpg) repeat-x 0 0;*/
			background-color: #D5D5D5; /*#FFF*/
			color: #000;
		}

	div.slashc-two-tier-menu > ul > li.selected { /*#current*/
		/*background: #eee url(../img/itm_ovr.jpg) repeat-x 0 0;*/
		background-color: #FECE12; /*#FFF*/
		color: #000;
	}

		div.slashc-two-tier-menu > ul > li.selected > a,
		div.slashc-two-tier-menu > ul > li.selected > a:hover {
			/*background:  url(../img/itm_sel.jpg) repeat-x 0 0;*/
			/*color: #fff;*/
		}

	div.slashc-two-tier-menu > ul > li > a > span {
		/*background: url(../img/icn_plus.gif) no-repeat 295px 50%;*/
		height: 45px;
	}

	div.slashc-two-tier-menu > ul > li.selected > a > span {
		/*background: url(../img/icn_minus.gif) no-repeat 295px 50%;*/
		color: #000;
	}

	div.slashc-two-tier-menu li > ul > li > a {
		height: 19px;
		line-height: 19px;
		font-size: 10px;
		/*background: #fff url(../img/subitm_up.jpg) repeat-x 0 0;*/
		background-color: #E6E6E6;
		text-indent: 35px;
		/*font-weight: bold;*/
		font-weight: normal;
		color: #333;
	}

	div.slashc-two-tier-menu li > ul > li {
		border-bottom: #D5D5D5 1px solid;
		/*border-top: #fff 1px solid;*/
	}

		div.slashc-two-tier-menu li > ul > li > a:hover {
			/*background: #fff url(../img/subitm_ovr.jpg) repeat-x 0 0;*/
			background-color: #333;
			color: #FC0;
		}

	div.slashc-two-tier-menu,
	div.slashc-two-tier-menu ul,
	div.slashc-two-tier-menu li,
	div.slashc-two-tier-menu a,
	div.slashc-two-tier-menu span {
		display: block;
		width: 200px; /* change width here */
		overflow: hidden;
	}

		div.slashc-two-tier-menu ul li.selected ul li.selected a { /*a.current_sub*/
			/*background: #fff url(../img/subitm_ovr.jpg) repeat-x 0 0;*/
			background-color: #333;
			color: #FC0;
		}

		div.slashc-two-tier-menu ul li a span.Papa {
			/*background: url(../img/icn_minus.gif) no-repeat 295px 50%;*/
			/*text-decoration:underline;*/
		}

			div.slashc-two-tier-menu ul li a span.Papa:before {
				content: '• ';
			}
