/***************************************************************************
 * Copyright Data Ductus Nord AB
 * Torget 6
 * 931 39 SKELLEFTEA
 * SWEDEN
 * http://www.dataductus.se
 *
 * The copyright to the computer program(s) herein is the property
 * of Data Ductus Nord AB, Sweden.
 * The program(s) may be used and/or copied only with the written
 * permission of Data Ductus Nord AB or in accordance with terms
 * and conditions stipulated in the agreement/contract under which the
 * program(s) have been supplied.
 *
 * Description:
 *
 *
 * $RCSfile: ddp_dom_menu.css,v $
 * $Revision: 1.2.6.2 $
 * $Date: 2004/10/05 14:46:58 $
 * $State: Exp $
 *
 * $Author: ddskrla $
 * $Locker:  $
 * $Source: /home/cvs/dd_asp_platform/platform_offline/config/CSS/swe/ddp_dom_menu.css,v $
 *
 */


/* Default Style */
div.domMenu_menuBar 
{
	border: solid #c0c0c0;
	border-width: 0px 0px 0px 0px;
}
div.domMenu_menuElement 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border: none;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #336699;
	text-align: left;
	padding: 2px;
}
div.domMenu_menuElementHover 
{
	background-color: #FFFFFF;
	color: #FFCC00;
}
div.domMenu_subMenuBar 
{
	border: none;
	border-width: 0px 0px 0px 0px;
}
div.domMenu_subMenuElement 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border: none;
	background-color: #FFFFFF;
	color: #336699;
	padding: 2px;
}
div.domMenu_subMenuElementHeading 
{
	font-weight: bold;
}
div.domMenu_subMenuElementHover 
{
	background-color: #FFFFFF;
	color: #FFCC00;
}
