﻿
div.menuTitle
{
    background:#555555;
	margin:0 ;
	padding:7px 10px 7px 15px;
	font-family:"Verdana", "Serif";
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	width:165px;
	background: url("../Images/html/accmenu/toptitle.gif") no-repeat;  
}

#dhtmlgoodies_menu
{		
	/*font-family:"Arial", "Trebuchet MS", "Calibri", "Tahoma", "Serif";*/
	width:190px;
	/*font-size:14px;*/
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	background: url("../Images/html/accmenu/bottom.gif") no-repeat  left bottom;
}
	#dhtmlgoodies_menu	li
	{	
		background-image:none;
		list-style-type:none;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	
	#dhtmlgoodies_menu ul
	{	
		margin:0 0 0 0;	
		padding:0;
	}
	#dhtmlgoodies_menu ul li ul
	{	
		padding-left:0;
	}
	
	#dhtmlgoodies_menu	li a
	{
		font-family:Verdana;
		font-size:10px;
		font-weight:bold;
		
		text-decoration:none;
		color:#fff;
		text-align:right;
		height:25px;
		line-height:25px;
		vertical-align:middle;
		background-color:#eee;
		margin:1px;	
		padding:1px 10px 1px 5px;	
		display:block;
		
		border-bottom:1px solid #656565;
		border-top:1px solid #959595;
		background:#848484;
		margin:0px;
		
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem
	{
		color:#000;
		background-color:#fff;
		border-left:3px solid #cc0000;
		border-bottom:1px solid #fff;
		border-top:1px solid #fff;
	}
	
	#dhtmlgoodies_menu .active
	{
		color:#555;
		background-color:#eee;
		
		border-bottom:1px solid #eee;
		border-top:1px solid #eee;
	}
	
	/* submenu styles */
	
	.dhtmlgoodies_subMenu
	{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		background-color:#eee;
		border:1px solid #ccc;
		text-align:left;
	}
	.dhtmlgoodies_subMenu ul
	{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li
	{
		list-style-type:none;
		background-image:none;
		margin:0px;
		padding:1px;	
	}
	.dhtmlgoodies_subMenu ul li a
	{	
		font-family:Verdana;
		font-size:10px;
		font-weight:normal;
		color:#555;
		background:#eee;
		
		white-space:nowrap;	
		text-decoration:none;
		height:25px;	
		line-height:25px;	
		padding:1px 4px 0 4px;	
		display:block;	
	}
	.dhtmlgoodies_subMenu ul li a:hover
	{
		color:#000;	
		background-color:#fff;
	}