#menu    
{
    border-right-style: groove;
    text-align: center;
    width: 170px;
    margin-top:0px;
    height: 100%;
    float: left;
    margin-right: 0px;
    bottom: 32px;
}
    
    #gif
    {
        float: none;
        height: 150px;
        margin-top: 8px; 
        vertical-align: middle;                
        }
    #links
    {
        margin-left:0px;
        margin-top: 16px;
        width: 138px;
        height: 326px;
        }
                       
            #links DIV     
            {
                width: 116px; 
                height: 37px; 
                border-style: groove; 
                border-color: rgb(227, 230, 180);  
                margin-top: 4px;
                text-align: center;
                }
            #select    
            {
                background: url(linkbackgroundselect.jpg) no-repeat 100% 0px;
                }
            #noselect 
            {                    
                background: url(linkbackground.jpg) no-repeat 100% 0px;
                }
            #noselect A    
            {
                display: block; 
                font-size: 18px; 
                font-family: Times New Roman; 
                text-decoration: none; 
                padding-top: 7px ;
		height: 37px;
		width: 116px;
                }
            #select A      
            {
                filter: Shadow(Color=black, Direction=135);
                text-shadow: #000000 3px -4px 2px; 
                height: 37px; 
                width: 116px; 
                display: block; 
                font-size: 18px; 
                padding-top: 7px ; 
                font-family: Times New Roman; 
                text-decoration: none
                }
            #noselect A:hover 
    	      {
    	        BACKGROUND: url(linkbackgroundhover.jpg) no-repeat 100% 0px; 
    	        text-decoration: underline; 
    	        }
    	      #select A:hover 
    	      {
    	        text-decoration: underline; 
    	        }
            #noselect A   
            {
                vertical-align:middle; 
                display: block; 
                font-size: 18px; 
                font-family: Times New Roman; 
                text-decoration: none; 
                padding-top: 7px ;
                }
		#links A:visited 
            {
                color: white
                }
            #links A:link   
            {
                color: white;
                }            
                
                
UL#sublinks 
{
    display: none; 
    width: 140px;
    position: relative;
    top: -66px;
    left: 119px;
    height: auto;
    PADDING: 0px;
    PADDING-LEFT: 20px;
    margin-left: 0px;
    margin-top: 19px;
    border-right: 1px solid;
    border-top: 1px solid;
    background-image: url('opacity.png');
    Z-INDEX: 1; 
    LIST-STYLE-TYPE: none;
    margin-bottom: 0px;
    }

    #links DIV UL LI A 
    {
        
	filter: none;	
	height: 20px; 
        PADDING-RIGHT: 5px; 
        DISPLAY: block; 
        FONT-WEIGHT: bold; 
        FONT-SIZE: 12px; 
        Z-INDEX: 1; 
        margin: 0px;
        PADDING-BOTTOM: 5px; 
        WIDTH: 138px; 
        LINE-HEIGHT: 16px; 
        PADDING-TOP: 4px; 
        FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
        TEXT-DECORATION: none
        }
        
        #links DIV UL LI A:visited 
        {
            color: black;
            }
        #links DIV UL LI A:link   
        {
            color: black;
            } 
                           
        #links DIV:hover UL
        {
	        DISPLAY: block;
	        }
            
        #links DIV UL LI A:hover 
        {
		BACKGROUND-COLOR: rgb(161,144,113);
	        BACKGROUND-image: none;
	        text-decoration: none;
		height: 20px;
	        border-bottom: black 1px solid;
	        border-right: black 1px solid;
		}

	