/* CSS Document */
a {
	text-decoration: none;
	font-weight: bold;
	border: none;
}
a:hover {
	text-decoration: underline; 
	border: none;
}
a:focus {
	outline: none;
	-moz-outline-width: 0;
}

.menubody {
	margin: -2px 0 0 38px;
	width: 179px;
	height: 290px;
	/*height: 270px;*/
	background: #db8b84 url(pics/bg_menuright.jpg) right no-repeat;
}
.menubottom {
	margin: 0 0 0 37px;
	height: 30px;
	background: url(pics/bg_menubottom.jpg) no-repeat;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li a:link, .menu li a:visited, .menu li a:hover {
	width: 150px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	display: block;
	margin: 2px 0;
	padding: 1px 0 1px 10px;
	text-decoration: none;
}
.menu li a:link, .menu li a:visited {
	color: #bb1f17;
}

.menu li a:hover {
	color: #fff;
	background: #e5ada8;
}

.textlink a, .textlink a:hover {
	width: 140px;
	height: 16px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	
}
.textlink a {
	color: #BB1F17;
	background: url(pics/textlink1.png) no-repeat;
}
.textlink a:hover {
	color: #fff;
	background: url(pics/textlink2.png) no-repeat;
}

