div.slashc-two-tier-menu 
{ 
	font: 13px Tahoma, Geneva, sans-serif;

	width:270px;
	margin: 5PX 0 0 0;
}

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 > ul > li > a
{
	height: 35px;
	line-height: 35px;
	background-color:#d74937;
	border:1px solid #d02017;
	
	color:#FFFFFF;
	text-indent: 16px;
}
div.slashc-two-tier-menu > ul > li > a:hover
{
	background-color:#d74937;
	border:1px solid #d02017;

	color:#FFFFFF;
}
div.slashc-two-tier-menu > ul > li.selected > a,
div.slashc-two-tier-menu > ul > li.selected > a:hover
{
	background-color:#d74937;
	border:1px solid #d02017;
	color: #fff;
}
div.slashc-two-tier-menu > ul > li > a > span
{

	background-color:#d74937;
	border:1px solid #d02017;

	color:#FFFFFF;
	height: 35px;
}
div.slashc-two-tier-menu > ul > li.selected > a > span
{
	background: url(../img/icn_minus.gif) no-repeat 295px 50%; 

	
}

div.slashc-two-tier-menu li > ul > li > a
{
	height: 33px;
	line-height: 32px;
	font-size: 12px;
	background: #fff url(../img/subitm_up.jpg) repeat-x 0 0;
	text-indent: 16px;
}
div.slashc-two-tier-menu li > ul > li > a:hover
{
	background: #eee url(../img/subitm_ovr.jpg) repeat-x 0 0;

	color: #178;
}

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;

	overflow: hidden;
}
