/*##################################################################################################
#  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/
###################################################################################################*/

/* level 0 */
.dm_t-0, .dm_t-0_over,.dm_t-0_down  {
		font-family: Tahoma, Helvetica, sans-serif;
	  	text-align       : center;
  		display          : block;
  		height           : 20px;
  		font-size        : 11px;
  		width            : auto;
  		background       : #f2e0c4;
  		border           : 2px solid #004700;
		border-bottom:2px solid #004700;
		border-top:1px solid #004700;
		border-right:2px solid #004700;
		border-left:6px solid #004700;
  		color            : #004700;
  		font-weight      : bold;
  		letter-spacing   : .05em;
  		padding          : 4px 2px;
  		vertical-align   : middle;
  		cursor           : url(../images/hamone.cur);
		text-decoration:none;
}
.dm_t-0_over  {
  background       : #004700;
  text-decoration  : none;
  color            : #fff;
  border-left:6px solid #000;
}
.dm_t-0_down {
  color            : #fff;
  background       : #E53005;
  text-decoration  : none;
}
.dm_t-whole {
  text-decoration  : none;
}

#dm_t-active_link {
	font-weight: bold;
	color: black;
  text-decoration  : none;
}

.dm_t-seperator {
}



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

/* level 1, 2, 3 */
.dm_t-1, .dm_t-2, .dm_t-3  {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: #fff;
	background-color: #E53005;
	/* Opacity in IE */
	filter: alpha(opacity=90);
	/* Opacity in Mozilla */
	-moz-opacity: 0.9;
	border : 1px solid White;
	height: 19px;
	text-decoration: none;
}
.dm_t-1_over, .dm_t-2_over, .dm_t-3_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: #fff;
	background-color: #004700;
	/* Opacity in IE */
	filter: alpha(opacity=90);
	/* Opacity in Mozilla */
	-moz-opacity: 0.9;
	border : 1px solid White;
	height: 19px;
	text-decoration: none;
}
.dm_t-1_down, .dm_t-2_down, .dm_t-3_down {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: #000;
	background-color: #f2e0c4;
	/* Opacity in IE */
	filter: alpha(opacity=90);
	/* Opacity in Mozilla */
	-moz-opacity: 0.9;
	border : 1px solid White;
	height: 19px;
	text-decoration: none;
}

