/* CSS Document */

table.menu a { 
width:100px;	
border:0px solid #000000;	
display: block; 
}

div.menu	a {
color: #333333;
background: #BACFDF;
text-decoration:none;
font-size:10px;
line-height:18px;
font-family: Geneva, Arial, Helvetica, sans-serif;
padding: 2px 5px;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}

div.menu	a:link {
color: #333333; 
background: #BACFDF; 
}

div.menu	a:active { 
color: #000000;
background: #BACFDF; 
}

div.menu	a:visited {
color: #333333; 
background: #BACFDF; 
}

div.menu	a:hover {
color: #eeeeee;
border:0px solid #000000;
background-color: #333333;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;

}

div.select	 {
width:100px;	
border:0px solid #333333;	
display: block; 
color: #333333;
background: #FFFFFF;
text-decoration:none;
font-size:11px;
line-height:18px;
font-family: Geneva, Arial, Helvetica, sans-serif;
padding: 2px 5px;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-bottom-color: #FFFFFF;
border-left-color: #000000;
}

div.menu ( 
position:absolute;
top:0; 
left:0;
) 
