/* The menu styles used for parasential */
/* Other specific link styles are in the main sun-two-cols-3.css file */

#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu3 {
	width: 170px;
	border: 1px solid #bbb;
	margin: 0px;
	}
	
#menu3 li a {

  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #333;
	display: block;
	background: url(images/menu3d.gif);
	padding: 8px 0 0 30px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #000;
	background: url(images/menu3d.gif) 0 -32px;
	padding: 8px 0 0 40px;
	}
	
