
#div_bannermenu ul
{
  list-style-type: none;
	margin:0;
	padding:0;
}

#div_bannermenu li
{
	list-style-type: none;
  width:100px;
	top:20px;
	height:20px;
	float:left;
	color:#191919;
	text-align:center;
	padding-top: 2px;
	overflow:hidden;
}

#div_bannermenu a
{
	color:#FFF;
	text-decoration:none;
}

#div_bannermenu p
{
	padding:0px 5px 0px 0px;
}

#div_bannermenu .subtext
{
		padding-top:15px;
}

/*Menu Color Classes*/
.green{background:#6AA63B url('../images/menu/green-item-bg.jpg') top left no-repeat;}
.yellow{background:#FBC700 url('../images/menu/yellow-item-bg.jpg') top left no-repeat;}
.red{background:#D52100 url('../images/menu/red-item-bg.jpg') top left no-repeat;}
.purple{background:#5122B4 url('../images/menu/purple-item-bg.jpg') top left no-repeat;}
.blue{background:#0292C0 url('../images/menu/blue-item-bg.jpg') top left no-repeat;}

/*Menu Color Classes*/
.tm_td0{background: url('../images/menu/home.jpg') top left no-repeat;}
.tm_td1{background: url('../images/menu/philosophie.jpg') top left no-repeat;}
.tm_td2{background: url('../images/menu/verkauf.jpg') top left no-repeat;}
.tm_td3{background: url('../images/menu/galerie.jpg') top left no-repeat;}
.tm_td4{background: url('../images/menu/news.jpg') top left no-repeat;}
.tm_td5{background: url('../images/menu/kontakt.jpg') top left no-repeat;}
.tm_td6{background: url('../images/menu/anfahrt.jpg') top left no-repeat;}
.tm_td7{background: url('../images/menu/links.jpg') top left no-repeat;}

