#cmd_wrapper { width : 236px; margin : 0;}
#cmd_content { width : 236px; display : inline;}
#cmd_sidebar { width : 236px; float : left; display : inline;
}

/* 
  =============================================================
  now here are the styles specific to the functionality of this 
  experiment's links 
*/

/*
  style the list which contains the links
*/
div#cmd {
	float:left; 
  	clear:right;
}
.padding-right { padding-right:50px;}

/*
  static link styling
*/
div#cmd a {
  position : relative; /* to create a new positioning baseline */
  width : 87px;
  height : 87px;
  display : block;
  text-decoration : none;
  font-weight : bold;
  cursor : pointer;
}

/*
  styles for the span (kept opff screen until needed
*/
div#cmd a span {
  position : absolute;
  top : -9000px;
  left : -9000px;
  display : block;
  width : 329px;
  height : 4em; /* to make the text resizable but do allow room */
  border-left : 0;
  cursor : pointer; /* needed for opera */
}

/* 
  hover/focus styles of link
*/
div#cmd a:hover, div#cmd a:focus, div#cmd a:active {
  background : #fafafa url(images/cmd_linkback_on.jpg) repeat-x;
  color : #000;
}

/*
  re-postion the pre-styled span on hover/focus
*/
div#cmd a:hover span, div#cmd a:focus span, div#cmd a:active span {
  top : -16px;
  left : -225px;
}
.text1 { font-weight:normal; font-size:11px;}/* CSS Document */

