﻿body 
{

}
#list-menu {
width: 172px;
font-family: verdana, arial, sanf-serif;
font-size: 14px; 


/* 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;
} 
#list-menu li {
margin: 2px 0 0;
} 
#list-menu a {
display: block;
width: 160px;
padding: 2px 2px 2px 10px;
border: 1px solid #C0E0FF;
background: #E2EEFF;
text-decoration: none; /*lets remove the link underlines*/
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
/*color: #01509A;*/
color: #000000;
font-weight:bold;
}

#list-menu a:hover {
border: 1px solid #80A0FF;
background: #ffffff;
color: #0000FF;
text-decoration:underline;
} 

.AboutCHOPE {
background: url('../images/img/movepic4.gif');
padding: 2px 2px 2px 10px;
font-size: 18px;
}

