div#navcol {
          background: #000 url(images/meye.jpg) no-repeat;
          list-style: none
                padding: 5px 0px 5px 0px;
                margin: 0px;
                width: 150px;
					 background-position: center;
					 font-weight: bold;
					 }
             div#navcol li {
               margin: 5px;
              }
             div#navcol li a {
	display: block;
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans serif;
	font-weight: bold;
	text-decoration: underline;
	color: #f47b33;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity:70);
	-khtml-opacity: 0.9;
	-moz-opacity: 0.7;
}
#navcol li a:hover {
opacity: 1;
filter: alpha(opacity:100);
-khtml-opacity: 1;
-moz-opacity: 1;
background: transparent;
color: #ffd700;
}


