/* CSS Document */

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

div.menub	a {
	color: #333333;
	background: #BACFDF;
	text-decoration:none;
	font-size:10px;
	line-height:18px;
	font-family: "Times New Roman", Times, serif;
	padding: 2px 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-weight: bolder;
}

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

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

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

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

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