* { 
  margin : 0; 
  padding : 0; 
}

#cmd_sidebar {
  width : 160px;
  float : left;
  display : inline;
}

/* this experiment's function styles */

ul#cmd {
  margin : 5px;
  list-style-type : none;
  font-size : 90%;
}

ul#cmd li {
  margin-bottom : 5px;
}

ul#cmd a {
	position : relative;
	width : 140px;
	height : 15px;
	display : block;
	padding-right : 0;
	border : 0px solid #669900;
	background : #EFEFEF;
	color : #333333;
	text-decoration : none;
	/*font-weight : bold;*/
	cursor : pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

ul#cmd a span {
  position : absolute;
  top : -9000px;
  left : -9000px;
  display : block;
  width : 200%;
  height : 100px;
  /*background : #CCC;
  border : 1px solid #669900;*/
  border-left : 0;
  padding : 5px;
  padding-left : 50px;
  text-indent : -17px;
  cursor : pointer;
  color : #333;
}

ul#cmd a:hover, ul#cmd a:focus, ul#cmd a:active {
	color : #000;
	background-repeat: no-repeat;
}

ul#cmd a:hover span, ul#cmd a:focus span, ul#cmd a:active span {
  top : -1px;
  left : 120px;
}
