.menu-t, .menu-t dl {
	z-index: 300;
	position: absolute;
	width: 163px;
	margin: 0;
	padding: 0px;
	border: 0px solid black;
	font-size: 12px;
	cursor: pointer;
	display: block;
	text-align: left;
	font-family: Verdana;
}
div.menu-t-bg {
	background: url(graph/button-t1.png) -26px 0px no-repeat; 
	width: 163px; 
	height: 34px;
}

.menu-t a {
	text-decoration: none;
	font-weight: bold;
}
.menu-t a:link, .menu-t a:visited {
	color: #000;
}
.menu-t  a:hover  {
	color: #fff;
}

.menu-t dt  { /* categories topics */
	z-index: 20;
	background: url(graph/button-t1.png) -26px 0px no-repeat;
	width: 163px;
	height: 34px;
	color: #000;
	font-weight: bold;
}
.menu-t dt:hover { 
	z-index: 50;
	background-position: -26px -34px;
	width: 163px;
	color: #fff;
	font-weight: bold;
}

.menu-t dt.t-link { /* link-categories topics */
	background-position: -26px -68px;
	width: 163px;
}
.menu-t dt.t-link:hover  { 
	background-position: -26px -102px;
}

.menu-t dl dt { /* subcategories topics */
	z-index: 4;
	background: url(graph/button-t1.png) -26px -136px no-repeat;
	width: 150px;
}
.menu-t dl  dt:hover {
	z-index: 5;
	background-position: -26px -170px;
	width: 176px;
}
.menu-t dd.t-subcat-bg {
	background: url(graph/button-t1.png) -26px -136px no-repeat; 
	width: 163px;
	position: relative;
	left: 0px;
	bottom: 0px;
}

.menu-t dd { /* link buttons */
	z-index: -1;
	background: url(graph/button-t1.png) -26px -204px no-repeat;
	color: #000;
	font-weight: normal;
	margin: 0px;
	height: 34px;
}
.menu-t dd:hover {
	z-index: 1;
	background-position: -26px -238px;
	color: #fff;
	font-weight: bold;
}
.menu-t dd.t-link-red { 
	z-index: 30;
	background: url(graph/button-t1.png) -26px -374px no-repeat;
	width: 163px;
	height: 34px;
	color: red;
	font-weight: bold;
}
.menu-t dd.t-link-red:hover { 
	background-position: -26px -340px;
	color: blue;
	font-weight: bold;
}
.menu-t dd.t-first-link{
	background: url(graph/button-t1.png) 0px -272px no-repeat; 
	position: relative; 
	left: 150px; 
	bottom: 34px;
	width: 163px;
	padding: 0px 0px 0px 26px;
}
.menu-t dd.t-first-link:hover {
	background-position: 0px -306px; 
}
.menu-t dd.t-sublevel {
	position: relative;
	left: 176px;
	bottom: 34px;
}

.menu-t div.wrapper { /* vertical-align trick */
	display: table;
	height: 33px;
	width: 145px;
	border: 0px solid black;
	padding: 0px 0px 1px 5px;
}
.menu-t div.wrapper div.cell {
	display: table-cell; vertical-align: middle;
}

#ads-submit-top{
	border: 0px solid black; 
	margin-left: 0px;
	padding: 0px 0px 1px 0px;
	font-size: 12px; 
	font-family: Verdana; 
	font-weight: bold; 
	background-color: transparent; 
	cursor: pointer; 
	color: white;
	height: 33px; 
	width: 178px; 
	text-align: left;
}
#ads-submit-top:hover{
	color: black;
}