div.slashc-two-tier-menu 
{ 
	font-size:14px;
	margin: 0px auto!important;
	background-color:#fffbe5;
	border-left:solid #f0e094 1px;
	border-right:solid #f0e094 1px;
	border-bottom:solid #f0e094 1px;
	padding-top:7px;
	padding-bottom:10px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
}

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

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: 25px;
	line-height: 25px;
	text-indent: 16px;
}
div.slashc-two-tier-menu > ul > li > a:hover
{
	background: transparent;
	color: #ff7e00;
}
div.slashc-two-tier-menu > ul > li.selected > a
{
	color: #900;
	font-weight:bold;
	
}
div.slashc-two-tier-menu > ul > li.selected > a:hover
{
	color: #ff7e00;
	
}
div.slashc-two-tier-menu > ul > li > a
{
	background: url(images/icn-plus.png) no-repeat 185px 50%;
	height: 25px;
}
div.slashc-two-tier-menu > ul > li > a:hover
{
	background: url(images/icn-plus.png) no-repeat 185px 50%;
	height: 25px;
}
div.slashc-two-tier-menu > ul > li.selected > a
{
	background: url(images/icn-minus.png) no-repeat 185px 50%;
}

div.slashc-two-tier-menu li > ul > li > a
{
	height: 25px;
	line-height: 24px;
	font-size: 12px;
	background: transparent;
	text-indent: 16px;
	padding-left:15px;
	color:#900;
}
div.slashc-two-tier-menu li > ul > li > a:hover
{
	background:transparent;
	color: #ff7e00;
}

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