




#menu {
background-color : #A7C8F4; 
color:white;
position : absolute; 
top : 0px; 
left : 0px; 

visibility : hidden; 
width : 100px; 
border-bottom-color : white;
border-bottom-style : solid;
border-bottom-width : 1px; 
} 


#navbar {
position : absolute;
} 


A.menulink1 {
background-color : #ffffff; 
color: 454545;
font : normal 8pt verdana, sans-serif; 
text-decoration : none; 
border-bottom : 0px solid A7C8F4;
border-left : 1px solid A7C8F4; 
border-top : 1px solid A7C8F4; 
border-right : 1px solid A7C8F4; 
padding-left : 0; 
padding-right : 0; 
padding-top : 0; 
padding-bottom : 0; 
width : 160px; 
height: 20px;
display : block; 
} 
A.menulink1:hover {
background-color : #BCCFE7;
color:#F56D34;
font : normal 8pt verdana, sans-serif; 
text-decoration : none; 
border-bottom : 0px solid cccccc; 
border-left : 1px solid cccccc; 
border-top : 1px solid cccccc; 
border-right : 1px solid cccccc; 
padding-left : 0; 
padding-right : 0; 
padding-top : 0; 
padding-bottom : 0; 
width : 160px; 
height: 20px;
display : block; 
} 

