/* CSS Document */

.sideMenu{ /* side menu controls */
list-style-type: none;
margin:0;
padding:0;
width: 168px;

}

.sideMenu li a{
font: bold 11px Arial, Trebuchet MS, Veranda;
color: #666666;
line-height: 2em;
background: transparent url(../pics/grayBullet3.jpg) no-repeat 2px center;
display: block;
width: auto;
padding-bottom:1px;

padding-left: 45px; /* distance between bullet and text */
text-decoration: none;
}

* html .sideMenu  li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 135px;
}

.sideMenu  li a:visited, .sideMenu  li a:active{
color: gray;
}

.sideMenu  li a:hover{
color: white;
background-color:#989898;
background-image: url(../pics/redBullet33.jpg); /*onMouseover image change. Remove if none*/
}


.contact{
font: bold 10px Arial, Trebuchet MS, Veranda;
color: #ffffff;
padding-left:15px;

}