#rightColMenu {
	padding: 0px 12px 5px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;	
	width: 301px;
	height: 126px;
	background-color: #dddddd;
}
#rightColMenu a {
	display: block;
	border: none;
	text-decoration: none;
	line-height: 1em;
	width: 180px;
}
#rightColMenu ul {
	margin-top: 1em;
	margin-left: 1em;
	padding-left: 1em;
	list-style-type: none;
}
#rightColMenu li {
	background-image: url(images/arrow_trans.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 19px;
}
#rightColMenu a:link, #rightColMenu a:visited  {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rightColMenu a:hover, #rightColMenu a:active {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}