﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu2 {
	font-family: Tahoma, Arial, "sans serif";
	width: 170px;
	position: relative;
	font-size: 10pt;
	margin: 30px 0;
	z-index: 100;
	float: left;
}


/*  New stuff  */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}
 
#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	font: 10pt Tahoma}
 
#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 130px;
	background: #FFFFFF;
	color: #000;
	text-decoration: none}
 
#sddm li a:hover
	{	background: #CCCCCC;}
 
#sddm div
{
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #F2F2F2;
	border: 1px #9D9D9D solid;
	width: 120px;
}
 
	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		width: auto;
		background:  #F2F2F2;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		font: 10pt Tahoma}
 
	#sddm div a:hover
	{	background: #CCCCCC;}

