﻿        body
        {
        	background-color: #000000;
        	font-family: Verdana;
        	font-size: small;
        }
        

        .shell 
        {
            width: 1000px;
            height: 700px;
        }
        
        .style1
        {
            height: 56px;
        }
        
        #coolmenu
        {
	        border: 1px solid white;
	        width: 170px;
	        background-color: #003300;
        }

        #coolmenu a
        {
	        font: bold 13px;
	        padding: 2px;
	        padding-left: 4px;
	        display: block;
	        width: 100%;
	        color: white;
	        text-decoration: none;
	        border-bottom: 1px solid white;
        }

        html>body #coolmenu a{ /*Non IE rule*/
        width: auto;
        }

        #coolmenu a:hover{
        background-color: black;
        color: white;
        }
                	
		.Green
		{
			background-color: #003300;
		}
		
		.White
		{
			background-color: white; 
		}