/**
 * Stylesheet for cashcontrol.com
*/

body { background: #FFFFFF url(../img/main-bk.png) repeat-x top left scroll !important; }

.header { background: transparent url(../img/bk.png) no-repeat 17px 0px !important;}

.menu-title a {
	background-image: url(../img/menu-selected.gif);
   	background-repeat: no-repeat; color: #000000;
}

.menu-images div {
	float: left;
	margin: 0 !important;
	padding: 0;
	width: 130px;
}
.menu-images div img { 
	margin: 0;
	display: block;
}

.menu-images a {
	display: block;
	margin: 0;
	text-align: center;
	color: #000;
	border: 1px solid #ccc;
	background-color: #ddd;
	font-weight: bold;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.menu-images a:hover {
	background-color: #eee;
	text-decoration: none;
}
.menu-images a.selected {
	background-color: #000;
	text-decoration: none;
}

