div.slashc-two-tier-menu 
{ 
	color: #FFFFFF;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
}

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

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: 29px;
	line-height: 30px;
	font-size: 12px;
	background: url(../img/bg_nav.jpg) repeat-x 0 0;
	text-indent: 16px;
}
div.slashc-two-tier-menu > ul > li > a:hover
{
	background: url(../img/bg_nav.jpg) repeat-x 0 0;
}
div.slashc-two-tier-menu > ul > li.selected > a,
div.slashc-two-tier-menu > ul > li.selected > a:hover
{
	background: url(../img/bg_nav.jpg) repeat-x 0 0;
}
div.slashc-two-tier-menu > ul > li > a > span
{
	background: url(../img/icn_plus.gif) no-repeat 210px 50%;
	height: 30px;
}
div.slashc-two-tier-menu > ul > li.selected > a > span
{
	background: url(../img/icn_minus.gif) no-repeat 210px 50%;
}

div.slashc-two-tier-menu li > ul > li > a
{
	height: 29px;
	line-height: 30px;
	font-size: 12px;
	background: url(../img/bg_nav2.jpg) repeat-x 0 0;
	text-indent: 35px;
}
div.slashc-two-tier-menu li > ul > li > a:hover
{
	background: url(../img/bg_nav2.jpg) repeat-x 0 0;
}

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
{
   margin-left:1px;
	display: block;
	width: 254px; /* change width here */
	overflow: hidden;
}
