.home {
	margin-left: 35px;
}
.menu {
	float:left;
	color: #fff;
	width:100%;
	clear:both;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 18px;
	text-align: center;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	margin-left: 20px;
	cursor: pointer;
} /*Color navigation bar normal mode*/
.menu  a, .menu a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.menu ul {
	list-style-type:none;
	padding-left: 0;
	margin-top: -15px;
	margin-right: 0;
	cursor: pointer;
}
.menu ul li {
	float:left;
	position:relative;
	z-index:auto !important;
	z-index:1000;
	padding-left: 10px;
	text-decoration: none;
	margin-right: 20px;
	cursor: pointer;
}
.menu ul li a {
	color: #fff;
	float:none !important;
	float:left;
	display:block;
	height:15px;
	line-height:15px;
	text-decoration:none;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	cursor: pointer;
}
.menu ul li ul {
	display:none;
	color: #fff;
	width:1px;
	cursor: pointer;
}
.menu ul li:hover a {
	text-decoration:none;
	color:#fff;
	cursor: pointer;
} /*Color main cells hovering mode*/
.menu ul li:hover ul {
	display:block;
	position:absolute;
	z-index:999;
	top:30px;
	margin-top:2px;
	right: 185px;
	cursor: pointer;
}
.menu ul li:hover ul li a {
	display:block;
	width:14em;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	background-color:#00C;
	color:#fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-size: 90%;
	cursor:pointer;
	margin-top: -6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
} /*Color subcells normal mode*/
.new {
	margin-left: 15px;
}
.past {
	margin-left: 15px;
}
