.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	color:#000000;
	
}
.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 35px;
	height: 35px;
}
.menu a {
	font-family: Arial, Tahoma; 
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0 15px 0 15px;
	color:#000000;
	text-decoration: none;
}
.menu a:hover {
	font-family: Arial, Tahoma; 
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	background:#928772 url(../images/menu.jpg) repeat-x;
}

.menu a.alt {
	font-family: Arial, Tahoma; 
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	background:#928772 url(../images/menu.jpg) repeat-x;
}

/* menu 2 */

.menu2{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
.menu2 li {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 30px;
	height: 30px;
}
.menu2 a {
	font-family: Arial, Tahoma; 
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	color:#333333;
	text-decoration: none;
	background:url(../images/menu1_bg.jpg) repeat-x;
}
.menu2 a:hover {
	font-family: Arial, Tahoma; 
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	color:#000000;
	text-decoration:none;
	background:url(../images/menu2_bg.jpg) repeat-x;
}

/* menu 3 */

.menu3{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
.menu3 li {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 30px;
	height: 30px;
}
.menu3 a {
	font-family: Arial, Tahoma; 
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	color:#333333;
	text-decoration: none;
	border:1px solid #A7C7DC;
	background:url(../images/menu1_bg.jpg) repeat-x;
}
.menu3 a:hover {
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	background:url(../images/menu2_bg.jpg) repeat-x;
}

/* link */

.link{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
.link li {
	display: block;
	width:100%;
	margin: 0 0 10px 0;
	padding: 0;
}
.link a {
	font-family: Arial, Tahoma; 
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 10px;
	color:#333335;
	text-decoration: none;
	border:2px solid #E1DDD8;
	background: #fffaf5; repeat-x;
}
.link a:hover {
	font-family: Arial, Tahoma; 
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	color:#000000;
	text-decoration:none;
	border:2px solid #C0B8AD;
	background:#FFFFFF repeat-x;
}