﻿.menu {
	width:100%;
	height: 46px;
	background: #000 url(images/menu-back.jpg) repeat-y;
	text-align: center;
}

.menu ul {
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
}

.menu ul li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;


}

.menu ul li a:visited {
	color: #000;
	text-decoration: underline;
}

.menu ul li a:link {
	color: #000;
	text-decoration: underline;
}

.menu ul li a {
	color: #000;
	text-decoration: underline;
}

.menu ul li a:hover {
	text-decoration: underline;
}

.menu2 {
	width:100%;
	height: 46px;
	background: #fff;
	text-align: center;
}

.menu2 ul {
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
}

.menu2 ul li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
}

.footer {
 background: #000 url(images/cmi2/images/cmi_32-footer.jpg);
 width: 758px;
 height: 48px;
 text-align: center;
}

.footer p {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.button a:visited {
	color: #9b0000;
	border: 1px solid #9b0000;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

.button a:link {
	color: #9b0000;
	border: 1px solid #9b0000;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

.button a {
	color: #9b0000;
	border: 1px solid #9b0000;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

.button a:hover {
	color: #fff;
	border: 1px solid #000;
	background: #9b0000;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

.ul {
	text-align: left;
}
.ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}