.menu {
	background: #A6B697;
   font-size: 12px;
	font-family: Verdana,Tahoma, Arial, sans-serif;
	color: #8c96a0;
	font-style : normal;
	font-weight : bold;
}

.left {
	border: 0px;
	border-left: 10px #A6B697 solid;
	border-bottom: 10px #A6B697 solid;
}

.right {
	border: 0px;
	border-left: 10px #A6B697 solid;
	border-right: 10px #A6B697 solid;
	border-bottom: 10px #A6B697 solid;
	padding: 10px 10px 10px 10px;
}

.down_left {
	border: 0px;
}

A {
	color : #3D3C3A;
}

A:active {
	color : #3D3C3A;
	text-decoration : underline;
}

A:visited {
	color : #3D3C3A;
	text-decoration : underline;
}

A:hover {
	color : #FFF7F4;
	text-decoration : underline;
}

A.tl {
	color : #000000;
	font-style : italic;
}

A.tl:active {
	color : #000000;
	text-decoration : underline;
}

A.tl:visited {
	color : #000000;
	text-decoration : underline;
}

A.tl:hover {
	color : #A6B697;
	text-decoration : underline;
}

A.pv {
	color : #A6B697;
}

A.pv:active {
	color : #A6B697;
	text-decoration : underline;
}

A.pv:visited {
	color : #A6B697;
	text-decoration : underline;
}

A.pv:hover {
	color : #FFF7F4;
	text-decoration : underline;
}







