
#list-menu {
width: 192px; 
/* this width value is also effected by
the padding we will later set on the links. */
}


#list-menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px; 
	text-align: left;
} 

#list-menu li {
  margin: 1px 0 0;
} 

#list-menu a.ligreen {
  margin: 1px 0 0;
  color: #008080; 
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 13px; 
  text-align: left; 
  text-decoration: none; 
  font-weight: bold; 
  background-color: #FFee66;
  
} 


#list-menu a {
	display: block;
	width:190px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000000;
	background: #ddddee;
	text-decoration: none; 
  text-align: left; 
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
	border: 1px solid #000000;
	background: #4262BE;
	color: #ffffff;
	font-weight: bold;
} 

