h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ea7531;	
}
.tdleftmenu {
	background-image: url(img/buttonbg.gif);
	display: block;
	padding-left: 20px;
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 28px;
}
.tdleftmenu a {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.teltext {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	text-indent: 0px;
}
.teltextbottom {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
	text-indent: 0px;
}
.creator, .creator a {
	font-family: Tahoma;
	font-size: 10px;
	color: #888888;
	line-height: 12px;
	text-indent: 0px;
	text-align: right;
	text-decoration: none;
}
.teltextbottom a {
	font-family: Tahoma;
	font-size: 10px;
	color: #0033FF;
	line-height: 12px;
	text-indent: 0px;
}
.maintext, .maintext td {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-indent: 20px;
}
.maintext td {
	text-indent: 0px;
}
.maintext a, .maintext a:visited {
	color: #333333;
	text-decoration: underline;
}
.maintext a:hover {
	color: #666666;
	text-decoration: underline;
}
.linktext {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
}
.linktext a, .linktext a:visited {
	color: #996633;
	text-decoration: underline;
}
.linktext a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.index, .shape, .massa, .beauty, .diet, .goroscope, .test, .clever, .news, .links, .guarantee {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	background-color: #fad9c6;
	padding-left: 20px;
	color: #d26c54;
	font-style: oblique;
}
.sport {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	background-color: #ed9382;
	padding-left: 20px;
	color: #df0e1e;
	font-style: oblique;
}
.mother {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	background-color: #e9edc5;
	padding-left: 20px;
	color: #6a9443;
	font-style: oblique;
}
.buy {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	background-color: #daebf7;
	padding-left: 20px;
	color: #5298d4;
	font-style: oblique;
}
ol {
	text-indent: 0px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	}
ul li {
	position: relative;
	}	
li ul {
	width: 300px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 40px;
	display: none;
	}

/* Styles for Menu Items */
li ul li a {
	font-family: Tahoma;
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #333333;
	background: #e7ecc8; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */