/* contents menu of OTHER section index.htm */

#otherlinks {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 20px 20px;
	}
#otherlinks ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}
#otherlinks ul li {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	}	
#otherlinks ul li a {
	background: #CCCCCC; 
	width: 403px; 
	height: 30px; 
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: none;
	border-left: 1px solid #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin: 0;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	font: normal 13px/30px verdana, geneva, arial, helvetica, sans-serif;
	}	
#bottom a:link, #bottom a:visited {
	border-bottom: 1px solid #fff;
	}
#otherlinks ul li a:hover {
	color: #000; 
	background: #DAD9D9; 
	}
#otherlinks a:active	{
	background: #DAD9D9; 
	color: #000;
	}
