#menu2 {
	width: 210px;
	background:url(../_graphics/BG_rightmenu_center.jpg) repeat-y;
	margin:20px 0;
}

#menu2Top {
	width: 210px;
	background:url(../_graphics/BG_rightmenu_top.jpg) no-repeat;
	padding: 10px 0 0 0;
}

#menu2Bot {
	width: 210px;
	background:url(../_graphics/BG_rightmenu_bottom.jpg) no-repeat bottom;
	padding: 0 0 0 0;
}

#menu2 a, #menu2 a:visited {
	display:block;
	height:23px;
	width: 173px;
	padding:7px 0 0 20px;
	margin:0 1px;
	color:#6f6f6f;
	background:url(../_graphics/bulleticon.gif) no-repeat 10px 11px;
	border-bottom:#6f6f6f 1px solid;
	text-decoration:none;
}

#menu2 a:hover, #menu2 a:active {
	display:block;
	height:23px;
	width: 173px;
	padding:7px 0 0 20px;
	margin:0 1px;
	color:#6f6f6f;
	background:url(../_graphics/bulleticon.gif) no-repeat 10px 11px;
	border-bottom:#6f6f6f 1px solid;
	text-decoration:underline;
}

#menu2 a:link.last, #menu2 a:hover.last, #menu2 a:active.last, #menu2 a:visited.last {
	width: 173px;
	border:none;
	height:32px;
}