div.slashc-two-tier-menu 
{ 
	font: 16px 'trebuchet ms',sans-serif;
	float:right;
	direction:rtl;
    margin-right:10px
	
}

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: #737373;
}

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: 40px;
	line-height: 40px;
	background: #fff url(../img/itm_ovr.jpg) repeat-x 0 0;
	text-indent: 16px;
}
div.slashc-two-tier-menu > ul > li > a:hover
{
	background: #eee url(../img/itm_up.jpg) repeat-x 0 0;
	color: #ff4301;
}
div.slashc-two-tier-menu > ul > li.selected > a,
div.slashc-two-tier-menu > ul > li.selected > a:hover
{
	background: #ff4301;
	color: #fff;
}
div.slashc-two-tier-menu > ul > li > a > span
{
	background: url(../img/icn_plus.gif) no-repeat 5% ;
	
	height: 40px;
	
}
div.slashc-two-tier-menu > ul > li.selected > a > span
{
	background: url(../img/icn_minus.gif) no-repeat 5%;
}

div.slashc-two-tier-menu li > ul > li > a
{
	height: 33px;
	line-height: 30px;
	font-size: 13px;
	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: #ff4301;
}

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;
	overflow: hidden;
}
