/*##################################################################################################
#  Module - Display Menu - Tigra [20 July 2004] 
#  Version  1-2
#
#  Copyright Rey Gigataras [stingrey]
#  stingrey MOS-Solutions
#  www.stingrey.biz
#  mambo@stingrey.biz
#  @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
#
#  Based on the Tigra Menu system
#  http://www.softcomplex.com/products/tigra_menu/
###################################################################################################*/


.dm_t-whole {
}

#dm_t-active_link {
	font-weight: bold;
	color: White;
}

.dm_t-seperator {
}

/* level 0 */
/*.dm_t-0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: Black;
	background-color: #4682B4;
	border : 1px solid White;
	height: 16px;
}*/
.dm_t-0 {
/*	background-image: url(../images/kl_gruen_klein1.gif) ;
background-repeat: no-repeat;
	background-position: top;
	display:block;
	line-height: 25px;
	height: 25px;
	width: 120px;*/
	text-align: left;
/*	text-decoration: none;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
        */

}
/*.dm_t-0_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 25px;
	font-size: 11px;
	padding: 4px;
	color: Black;
	background-color: #5AA7E5;
	border : 1px solid White;
	height: 16px;
	cursor: pointer;
	margin:10px;

}*/
.dm_t-0_over {

/*	background: url(../images/kl_gruen_klein1.gif) ;
background-repeat: no-repeat;
	display:block;
	line-height: 25px;
	height: 25px;
	width: 120px;  */
	text-align: left;
	text-decoration: none;
/*	font-family: "Century Gothic", Verdana,Arial, Helvetica, sans;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;*/
        }

/*.dm_t-0_down {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #00008B;
	border : 1px solid White;
	height: 16px;
}*/
.dm_t-0_down {
	/*background: url(../images/kl_gruen_klein1.gif) ;
background-repeat: no-repeat;
	display:block;
	line-height: 25px;
	height: 25px;
	width: 120px;*/
	text-align: links;
	text-decoration: none;
/*	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
*/
}



/* /////////////////////////////////////////////////////// */

/* level 1 */
.dm_t-1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	color: Black;
	background-color: #80BA66;
	/* Opacity in IE */
	filter: alpha(opacity=80);
	/* Opacity in Mozilla */
/*	-moz-opacity: 0.8;
	border : 0px solid White;
	height: 16px;*/
}
.dm_t-1_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-weight: bold;*/
	color: Black;
	padding: 4px;
	background-color: #80BA66;
/*	border : 0px solid White;
	height: 16px;
	cursor: pointer; */
}
.dm_t-1_down {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-weight: bold;*/
	padding: 4px;
	color: Black;
	background-color: #006400;
/*	border : 0px solid White;
	height: 16px;    */
	cursor: pointer;
}
}

/* /////////////////////////////////////////////////////// */

/* level 2 */
.dm_t-2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #FFA514;
	border : 1px solid White;
	height: 16px;
	margin-left:10px;
}
.dm_t-2_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: Black;
	background-color: #FFA514;
	border : 1px solid White;
	height: 16px;
	cursor: pointer;
	margin-left:10px;
}
.dm_t-2_down {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #8B0000;
	border : 1px solid White;
	height: 16px;
	margin-left:10px;
}

/* /////////////////////////////////////////////////////// */

/* level 3 */
.dm_t-3 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #F4A460;
	border : 1px solid White;
	height: 16px;
}
.dm_t-3_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: Black;
	background-color: #FFDEAD;
	border : 1px solid White;
	height: 16px;
	cursor: pointer;
}
.dm_t-3_down {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #D2691E;
	border : 1px solid White;
	height: 16px;
}


/*###################################################################################################*/

