/* 
    Document   : stylesheet
    Created on : Feb 6, 2010, 5:44:27 PM
    Author     : Al
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
    height: 19px;
    width: 995px;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
    height: 16px;
    width: 139px;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	2adding: 4px 10px;
	width: 160px;
	background: #B79103;
	color: #000000;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background:#FBCA04 }

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #000000;
		font: 12px arial}

	#sddm div a:hover
	{	background: #B79103;
		color: #000000}

