td {font:8pt "verdana";line-height:11pt; text-decoration:none;cursor:default}

A {
	TEXT-DECORATION: none

}
  A:hover { text-decoration:underline; font-weight:bold; color:#AE0000;}
  A:hover { text-decoration:overline; font-weight:bold; color:#AE0000;}


/* Apply CSS to any UL (Unorderd List) with the class name 'menu' */
.menu
{
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 200px;

}
/* Collapse the List Item Tags */
.menu li { display: inline; }

/* Make the links block elements and give them padding and some style */
.menu a, .menu a:visited
{
	color:  white;
	font: bold 12px Verdana;
  	text-decoration: none;
	background-color: green;
	display: block;
	padding: 8px;
	border-left	: 10px solid green;
        border-bottom:    1px dotted black;


}

/* Specify the rollover style for the links */
.menu a:hover
{
	border-left	: 10px solid #966151;
	background-color: #6A9F2D;
       	color: black;


}
