table.menu a {
	width:200px;
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	
} 

div.menu a {
	text-decoration:none;
	font-size:13px;
	line-height:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	filter:blendTrans(duration=0.2);
	font-weight: normal}

div.menu a:link {
	color: #333333; 
	background: #ffffff;
	padding-right: 10px;
	
}

div.menu a:active { 
	color: #333333;
	background: #ffffff; 
	padding-right:10px;
}

div.menu a:visited {
	color: #333333; 
	background: #ffffff; 
	padding-right: 10px;
}

div.menu a:hover {
	color: #000000;
	background: #FFDDE0;
	text-decoration:none;
	border-bottom: 1px dotted #CCCCCC;
	padding-right: 10px;

}

.indent {
	text-align: right;
	height: 22px;
	letter-spacing: normal;	
}
.outercontainer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-color: #F4F4F4;
	border-left-style: solid;
	border-bottom-style: solid;
	margin-top: 26px;


}
