/* ================================================= */
/* This file created by Aivah                        */
/* Dated: 30th Nov 2008	                             */
/* Copyright : 2008 Aivah.com                        */
/* Stylesheet: topmenu.css                              */
/* ================================================= */

/* ================================================= */
/* Root = Horizontal, Secondary = Vertical           */
/* ================================================= */

#jsddm
{	margin: 0;
	padding: 0 0 0 30px;}

	#jsddm li
	{	float: left; 
		list-style: none;
		font: 10px Arial, Arial, Sans-serif;
		text-transform:uppercase;}

	#jsddm li a
	{	display: block;
		padding: 9px 12px;
		text-decoration: none;
		width: auto;
		color: #979797;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #756161;color:#fff;}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			min-width:150px;
			width:150px;
			position: absolute;
			visibility: hidden;
			border-top: 0px solid white}
		
			#jsddm li ul li
			{	float: none;		width:150px;
				display: inline}
			
			#jsddm li ul li a
			{			width:150px;
				background: #a89e8d;
				color: #ffffff}
			
			#jsddm li ul li a:hover
			{	background: #756161;color:#FFFFFF;
