#otherlinks a {
	text-decoration: none;
	color: #666;
}
#otherlinks a:hover {
	color: #000;
	text-decoration: underline;
}
#main #menu a {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	height: 26px;
	width: 102px;
	margin-left: 1px;
	padding-top: 10px;
	padding-left: 10px;
	background-image: url(../images/menu_btn_bg.jpg);
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#main #menu a:hover {
	background-image: url(../images/menu_btn_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mesh #main #menu #first_link {
	margin: 0px;
}
#footer #copyright a {
	text-decoration: none;
	color: #666;
}
#footer #copyright a:hover {
	color: #000;
	text-decoration: underline;
}
#content #layout #focus a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
}
#content #layout #focus a:hover {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
#content #layout a {
	text-decoration: none;
	color: #696;
}
#content #layout a:hover {
	text-decoration: underline;
	color: #363;
}
#layout_c a {
	text-decoration: none;
	color: #09C;
}
#layout_c a:hover {
	text-decoration: underline;
	color: #069;
}
