#nav{
	margin:0px 0 0 9px;
   /* border: 1px dotted #c8c8c8;*/
	
}
ul.slidingmenu {
	float:left;
	margin-left:20px;
}

ul.slidingmenu li {
  border-bottom: 1px dotted #c8c8c8;

}

ul.slidingmenu a {
  color: #5d5d5d;
  text-decoration: none;
  background:url(/images/nav-li.gif) no-repeat;
  height:29px;
  line-height:29px;
  text-indent:10px;

}
ul.slidingmenu ul a {
		font-size:90%;
}

ul.slidingmenu a:hover {
  background:url(/images/hover.gif) no-repeat;

}


/* remove standard HTML list indenting, and display as normal blocks */
ul.slidingmenu,
ul.slidingmenu ul,
ul.slidingmenu li,
ul.slidingmenu a { 
  padding: 0;
  margin: 0;
  display: block;
}

/* use a fixed width for menu and submenus */
ul.slidingmenu {
  width: 212px;
}
ul.slidingmenu ul {
  width: 260px;
}

/* make li's into clean, moveable blocks */
ul.slidingmenu li {
  list-style-type: none; 
  position: relative;
}

/* make sure any ul inside an li (a submenu) takes up zero normal flow */
ul.slidingmenu ul { 
  position: absolute;  
  top: -4px; /* the height of the top border */
  left: 100%; 
  display: none;
  background-color:#fff;
  border-right:1px dotted #c8c8c8;
  border-top:1px dotted #c8c8c8;

}
#home{
  border-top: 1px dotted #c8c8c8;
}