/* Root = Vertical, Secondary = Vertical */


#menu3 dl, dt, dd, ul, li {
	font-size: 9pt;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}


#menu3 {
	width: 200px;
}


#menu3 dt {
	color:#333;
	background-color: #9EC7F3;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	text-decoration:none;	
	cursor: pointer;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	border: 1px solid gray;
	padding-left: 4px;
}


#menu3 dd {
	border: 1px solid gray;
}


#menu3 li {
	text-align: left;
	background-color: #FFF9E7;
}


#menu3 li a, #menu3 dt a {
	color: #000;
	font-size: 8pt;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	padding:1px 5px;
	border-bottom:1px solid gray;
}


#menu3 li a:hover, #menu3 dt a:hover {
	background-image: url(images/12x25_yel-org.jpg);
	padding:1px 5px;
	border-bottom:1px solid gray;
}



