ul.slidingmenu {
	float:left;
}

ul.slidingmenu ul a{
	height:30px;
	line-height:30px;
		
}
ul.slidingmenu ul li a { 
	padding:2px 4px 2px 6px;
	color: #76281f;
	text-align: left;
	font-weight: bolder;
	background: url(/images/layout/navslice.gif) repeat-y top left;	
	font-size: 75%;
	margin: 0;
}

ul.slidingmenu ul li a:hover{
	color:#fff;
}

ul.slidingmenu li {
  border-bottom: 1px solid #DE9E00;
}

ul.slidingmenu a {
  text-decoration: none;
   height:44px;

}

ul.slidingmenu,
ul.slidingmenu ul,
ul.slidingmenu li,
ul.slidingmenu a { 
  padding: 0;
  margin: 0;
  display: block;
}

ul.slidingmenu,
ul.slidingmenu ul {
  width: 175px;
}

ul.slidingmenu li {
  list-style-type: none; 
  position: relative;
}


ul.slidingmenu ul { 
  position: absolute;  
  top: -4px; /* the height of the top border */
  left: 100%; 
  display: none;
}


a#home {
	background: url(/images/layout/home_btn.gif) no-repeat;
	text-indent: -999em;


}

a#home:hover {
	background-position: right center;
}

a#services {
	background: url(/images/layout/services_btn.gif) no-repeat;
	text-indent: -999em;
}

a#services:hover {
	background-position: right center;
}

a#profile {
	background: url(/images/layout/profile_btn.gif) no-repeat;
	text-indent: -999em;

}

a#profile:hover {
	background-position: right center;
}

a#clients {
	background: url(/images/layout/clients_btn.gif) no-repeat;
	text-indent: -999em;
}

a#clients:hover {
	background-position: right center;
}


a#partners {
	background: url(/images/layout/alliance_btn.gif) no-repeat;
	text-indent: -999em;

}

a#partners:hover {
	background-position: right center;
}

a#contact-us {
	background: url(/images/layout/contact_btn.gif) no-repeat;
  text-indent: -999em;

}

a#contact-us:hover {
	background-position: right center;
}
