#menu {
	margin:0px;
	/*height:25px;*/
	background-image:url(../../images/dsl/menu.png);
	background-repeat:no-repeat;
	text-align:left;
	color:#fff;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin:0px;
  border: 0 none;
  padding:0px 0px 0px 45px;
  list-style: none;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding-right:5px;
  /*float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

/* Root Menu */
ul#navmenu-h a {
	border:0px;
	padding: 2px 0px;
	float: none !important; /*For Opera*/
	/*float: left; /*For IE*/
	display: inline-block;
	color: #fff;
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}
/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  color: #ffbf00;
}

/* Root Menu current */
ul#navmenu-h a.current {
	color: #ffbf00;
}

/*
*/
ul#navmenu-v {
  margin:0px;
  border: 0 none;
  padding:0;
  list-style: none; 
}

ul#navmenu-v li {
  margin: 0;
  border: 0 none;
  padding:2px 5px 2px 28px;
  position: relative;
  background: url(../../images/dsl/bullet_left.png) no-repeat center left; 
}

ul#navmenu-v a {
	border:0px;
	padding: 4px 0px;
	float: none !important; /*For Opera*/
	/*float: left; /*For IE*/
	display: inline-block;
	color: #fff;
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-v a:hover,
ul#navmenu-v li:hover a,
ul#navmenu-v li.iehover a {
  color: #ffbf00;
}

/* Root Menu current */
ul#navmenu-v a.current {
	color: #ffbf00;
}