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

.tn-dm_t-whole {
}

#tn-dm_t-active_link {
	font-weight: bold;
	color: white;
	width: 100px;
	height: 18px;
	line-height:18px;
	background-image: url('../images/top_nav_on.gif');
	display:inherit;
	
	border-right: 1px solid #999999;
	white-space	: nowrap;
}

.tn-dm_t-seperator {
}

/* level 0 */
.tn-dm_t-0 {
	font-family     : Arial, MS PGothic, MS P[1][2], Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	color			: white;
	text-align		: center; 
	height			: 18px;
	line-height:18px;
	
	border-right	: 1px solid #999999;	
	white-space		: nowrap;
	
	
	background-image: url('../images/top_nav_bg.gif');
}
.tn-dm_t-0_over {
	font-family     : Arial, MS PGothic, MS P[1][2], Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	color			: #FFFFFF;
	text-align		: center; 
	height			: 18px;
	border-right	: 1px solid #999999;
	white-space		: nowrap;
	background-image: url('../images/top_nav_on.gif');
	cursor			: pointer;
	line-height:18px;
}
.tn-dm_t-0_down {
	font-family     : Arial, MS PGothic, MS P[1][2], Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	color			: #FFFFFF;
	text-align		: center; 
	height			: 18px;
	line-height:18px;
	
	border-right	: 1px solid #999999;	
	white-space		: nowrap;
	
	
	background-image: url('../images/top_nav_on.gif');	
}


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

/* level 1 */
.tn-dm_t-1 {
	font-family     : Arial, MS PGothic, MS P[1][2], Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	color			: #FFFFFF;
	height			: 16px;
	padding			: 4px;
	margin			: 1px;
	border : 1px solid White;
	
	background-color: #16337A;
	/* Opacity in IE */
	filter			: alpha(opacity=80);
	/* Opacity in Mozilla */
	-moz-opacity	: 0.8;
}
.tn-dm_t-1_over {
	font-family     : Arial, MS PGothic, MS P[1][2], Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	color			: #FFFFFF;
	height			: 16px;
	padding			: 4px;
	margin			: 1px;
	border : 1px solid White;
	
	background-color: #1D42A1;
	/* Opacity in IE */
	filter: alpha(opacity=80);
	/* Opacity in Mozilla */
	-moz-opacity: 0.8;
	cursor: pointer;
	
}
.tn-dm_t-1_down {
	font-family     : Arial, MS PGothic, MS P[1][2], Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	color			: #FFFFFF;
	height			: 16px;
	padding			: 4px;
	margin			: 1px;
	border : 1px solid White;
	
	background-color: #CCCCCC;
	/* Opacity in IE */
	filter: alpha(opacity=80);
	/* Opacity in Mozilla */
	-moz-opacity: 0.8;
}

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

/* level 2 */
.tn-dm_t-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	/* Opacity in IE */
	filter: alpha(opacity=80);
	/* Opacity in Mozilla */
	-moz-opacity: 0.8;
	border : 1px solid White;
	height: 16px;
}
.tn-dm_t-2_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	color: White;
	background-color: #9BA8C7;
	/* Opacity in IE */
	filter: alpha(opacity=80);
	/* Opacity in Mozilla */
	-moz-opacity: 0.8;
	border : 1px solid White;
	height: 16px;
	cursor: pointer;
}
.tn-dm_t-2_down {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	color: White;
	background-color: #CCCCCC;
	/* Opacity in IE */
	filter: alpha(opacity=80);
	/* Opacity in Mozilla */
	-moz-opacity: 0.8;
	border : 1px solid White;
	height: 16px;
}

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

/* level 3 */
.dm_t-3 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	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;
	font-weight: bold;
	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;
	font-weight: bold;
	padding: 4px;
	color: White;
	background-color: #D2691E;
	border : 1px solid White;
	height: 16px;
}


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