/*##################################################################################################
#  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-0, .dm_t-0_over,.dm_t-0_down  {
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
  text-align       : center;
  display          : block;
  height           : 20px;
  font-size        : 11px;
  width            : auto;
  background       : #E8A843;
  border           : 1px solid #ffffcc;
  color            : white;
  font-weight      : bold;
  letter-spacing   : .05em;
  padding          : 4px 2px;
  vertical-align   : middle;
  cursor           : pointer;
}
.dm_t-0_over  {
  background       : url(../images/bon.jpg);
  text-decoration  : none;
  color            : black;
}
.dm_t-0_down {
  color            : #333;
  background       : url(../images/bon.jpg);
  text-decoration  : none;
}
.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_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: Black;
	background-color: #5AA7E5;
	border : 1px solid White;
	height: 16px;
	cursor: pointer;
}
.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;
}*/


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

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

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

/* level 2 */
.dm_t-2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #B22222;
	border : 1px solid White;
	height: 16px;
}
.dm_t-2_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: Black;
	background-color: #E55A5A;
	border : 1px solid White;
	height: 16px;
	cursor: pointer;
}
.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;
}

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

/* 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;
}


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

