#menu {
    background: #2c2;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position:absolute;
    top:0;
    left:0; 
}
#menu li {
    float: left;
    font-family: "Lucida Console", "Courier New", "MS Gothic", "Andale Mono", "Monotype.com", monaco, monospace, sans-serif;
  font-size: 13px;
    margin: 0;
    padding: 0;
}
#menu a {
    background: #2c2 url("seperator.gif") bottom right no-repeat;
    color: #000;
    display: block;
    float: left;
    margin: 0;
    padding: 8px 12px;
    text-decoration: none;
    font-weight:normal;
}
#menu a:hover {
    background: #0f0;
    color: #000;
    padding-bottom: 8px;
    }
	
	
				#nocursor
			{
				cursor: none;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				position: fixed;
			}