/* Copyright Dynarch.com, 2003-2004.  All Rights Reserved. */

/* Import the main layout file.  Several layouts are predefined:

   - hmenu.css          -- standard 2D layout
   - hmenu-extended.css -- facilitates skins like "Office XP" menus
   - hmenu-3d.css       -- facilitates 3D skins suitable for Win98-like menus

   Please note that the URL that you specify in the @import clause is relative
   to the path of this file itself.  Since skin-sample.css is located in the same
   directory as hmenu.css, we can include it directly as "hmenu.css".  If you plan
   to put your custom skins in another directory, then you would need to include
   for instance: "/hmenu/hmenu.css", assuming that "/hmenu/" is the path to your
   DynarchMenu installation, accessible from your server's document root.
*/

@import url("hmenu-3d.css");

/****************************************************
   (1) THE MAIN MENU BAR
*****************************************************/


/****************************************************
   (2) THE POPUP MENUS
*****************************************************/
/* vertical parts */

div.dynarch-popup-menu {border:1px solid #000000; width:187px;  background-color: #DEDFDE; margin-left:0; margin-top:0 }
div.dynarch-popup-menu .grey {background-color: #DEDFDE;  }
div.dynarch-popup-menu div.d {border-bottom:1px solid #000000; border-right:1px solid #000000; }
div.dynarch-popup-menu tr.separator td div { border-bottom: 1px solid #000000; border-left-width:1px; border-right-width:1px; border-top-width:1px }
div.dynarch-popup-menu tr.item.hover td.icon, div.dynarch-popup-menu tr.item.active td.icon { }
div.dynarch-popup-menu tr.disabled td.label {  }

div.dynarch-popup-menu tr.item td {
	width:100%; 
	border-bottom: 1px solid #000000;
	border-left-width:1px; 
	border-right-width:1px; 
	
	
}
div.dynarch-popup-menu tr.item.hover, div.dynarch-popup-menu tr.item.active { background-color: #FFFFFF; }


div.dynarch-popup-menu table {
  /* This table contains popup menu items.  It's a good place to configure fonts. */
	font-weight:bold; font-style:normal; font-variant:normal; font-size:12px; font-family:Arial; color:#333333
}



#leftnav {
	float: left;
	clear: left;
	*clear: none;
	margin-right: 0px;	
	height: 100%;
	background-color: #DEDFDE; 
	margin-top:0

	}
		
/* -- [ Leftnav ] -- */

#leftnav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	
}

#menu1 li a {
	display: block; 
	border-left-width:1px; 
	border-right-width:1px; 
	border-top-width:1px;
}

#leftnav ul {
	margin: 0;
	padding: 0;
}