/***************************************************************************
 * 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 $
 *
 */

/* Overlib Style */
div.domTTOverlib
{
	border: 1px solid #333366;
	max-width: 200px;
}

div.domTTOverlibCaption
{
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #333366;
}

div.domTTOverlibContent
{
	font-size: 10px;
	font-family: Verdana, Helvetica;
	padding: 2px;
	background-color: #f1f1ff;
}

div.domTTMenu
{
	width: 150px;
	border: 2px outset #e6e6e6;
}

div.domTTMenuCaption
{
	font-size: 12px;
	font-family: sans-serif;
	background-color: #e6e6e6;
}

div.domTTMenuContent
{
	padding: 1px 0;
	background-color: #e6e6e6;
}


/* 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: solid #000000;*/
	border: none;
	border-width: 0 1px 1px 0;
	background-color: #999999;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	padding: 2px;
}
div.domMenu_menuElementHover 
{
	background-color: #cccccc;
	color: #000000;
}
div.domMenu_subMenuBar 
{
	/*border: solid #c0c0c0;*/
	border: none;
	border-width: 0px 0px 0px 0px;
}
div.domMenu_subMenuElement 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	/*border: solid #c0c0c0;*/
	border: none;
	border-width: 1px 1px 0 1px;
	background-color: #999999;
	color: #000000;
	padding: 2px;
}
div.domMenu_subMenuElementHeading 
{
	font-weight: bold;
}
div.domMenu_subMenuElementHover 
{
	background-color: #cccccc;
	color: #000000;
}
