@charset "utf-8";

/* CSS Document */

body
{
background-image:url('http://www.virtualclues.com/images/bg.jpg');
background-repeat:repeat-x;
background-color:#ACACAC;
}

#list-menu {

width: 132px;

/* 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; 



#list-menu li {

margin: 2px 0 0;

} 



#list-menu li {

margin: 2px 0 0;

} 



#list-menu a:link, #list-menu a:active, #list-menu a:visited {

color: #000000;

}



#list-menu a {

display: block;

width:200px;

padding: 10px 10px 10px 10px;

background: #dcdcdc;

text-decoration: none; /*lets remove the link underlines*/

} 



#list-menu a:hover {

border: 1px solid #000000;

background: #333333;

color: #ffffff;

} .bottomborder {

	border-top-width: 2px;

	border-right-width: 2px;

	border-bottom-width: 2px;

	border-left-width: 2px;

	border-top-style: solid;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	border-top-color: #333333;

	border-right-color: #333333;

	border-bottom-color: #333333;

	border-left-color: #333333;

}



.style101 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #0099CC; }



<!--

.style101 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #0099CC; }

.style104 {font-size: 14px}

.style120 {font-size: 12px; font-style: normal; line-height: 18px; font-variant: normal; font-family: Arial, Helvetica, sans-serif;}

.style125 {font-size: 13px; font-style: normal; line-height: 18px; font-variant: normal; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

-->

