.mainbg {
	background-image : url("../assets/bg.jpg");
	background-repeat : repeat-x;
	background-position : right;
}
.menu {
	color : #162463;
	font-family : sans-serif;
	font-size : 11px;
	font-style : none;
	font-weight : none;
	text-decoration : none;
	padding-left: 5px;
	width : 135px;
	height : 15px;
}
A:link.menu {
	color : #162463;
	font-family : sans-serif;
	font-size : 11px;
	font-style : none;
	font-weight : none;
	text-decoration : none;
	padding-left : 5px;
	width : 135px;
	height : 15px;
}
A:hover.menu {
	color : #ffffff;
	font-family : sans-serif;
	font-size : 11px;
	font-style : none;
	font-weight : none;
	text-decoration : none;
	padding-left : 5px;
	background-color : #A4AB7B;
	width : 135px;
	height : 15px;
}