/* 
	DHTML Menu CSS File
	Dynamic Menu 3.0.2

	Written By:  AA
	Created on:  July 14 2000.
	
	Last Modified on:
	
	April 29, 2005		-- Added a better support for contextual CSS on the <a> tag. Must use dhtmlMenu ID, see "menu_style.css"
	April 1, 2004		-- Fixed a bug for extrnal Links. 
	March 30, 2004		-- Added support for subfolders and resolved the issue with menu images not found. 
						   Also, added was the better way to suppor for the hanging menu on <img name="menu".....> property.
	October 9, 2003		-- Added a place holder for the menu. a blank image with name of "menu" must be present in the page.
	May 5, 2003			-- Separated Menu attributes and settings from nav.js
	May 1, 2003			-- Improving the Tooltip positioning.
	April 7, 2003		-- Added more flexibility for design and ToolTip.
	April 2, 2003		-- Added Tooltip Layer capability
	October 23, 2001	-- Added support for Netscape 6.0
*/

#dhtmlMenu td a.headerlink 
{
	font-size:14px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;  /* White */
	text-decoration: none;
	font-weight:600;
	line-height: 20px;
	border-bottom: 1px dashed #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 2px;
} 

#dhtmlMenu td a.header:visited
{
	font-size:14px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;  /* White */
	text-decoration: none;
	font-weight: 600;
	line-height: 20px;
	border-bottom: 1px dashed #FFFFFF;
	display: block;
}

#dhtmlMenu td a.headerlink:hover
{
	font-size:14px;
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-weight: 600;
	line-height: 20px;
	color: #000000;  /* Black */
	text-decoration: none;
} 

#dhtmlMenu td a.sublinks 
{
	font-size:12px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #FFFFFF; 
	text-decoration: none;
	display: block;
	font-weight:400;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right:2px;
}

#dhtmlMenu td a.sublinks:hover
{
	font-size:12px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none;
	color:#000000; /* Black */
	font-weight:400;
}


/* classes used for Tooltip Color and fonts */
#dhtmlMenu td.layerHeader
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#dhtmlMenu td.layerSubHeader
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:	#663366;
	padding: 0px;
}


