#sddm
{ width:540px;
	margin:0px;
	padding:0px;
	top:108px;
	left:470px;
	position:absolute;
	z-index: 30;
	height:27px;}

#sddm li
{float:left; display:block;}

#sddm li a.home { background:url(images/home.gif) center center no-repeat; width:40px; height:27px; display:block; padding:0 10px; text-decoration:none;}
#sddm li a.home:hover { background:url(images/home_over.gif) center center no-repeat; text-decoration:none;}
#sddm li a.about { background:url(images/about.gif) center center no-repeat; width:103px; height:27px; display:block; text-decoration:none;}
#sddm li a.about:hover { background:url(images/about_over.gif) center center no-repeat; text-decoration:none;}
#sddm li a.special { background:url(images/special.gif) center center no-repeat; width:136px; height:27px; display:block;text-decoration:none;}
#sddm li a.special:hover { background:url(images/special_over.gif) center center no-repeat; text-decoration:none;}
#sddm li a.menu { background:url(images/menus.gif) center center no-repeat; width:99px; height:27px; text-decoration:none; display:block;}
#sddm li a.menu:hover { background:url(images/menus_over.gif) center center no-repeat; text-decoration:none;}
#sddm li a.contact { background:url(images/contact.gif) center center no-repeat; width:126px; height:27px; text-decoration:none; display:block;}
#sddm li a.contact:hover { background:url(images/contact_over.gif) center center no-repeat; text-decoration:none;}



/*----------------

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}
	
	------------------*/

#sddm li a:hover
{	background:none;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 12px 0 0 0;
	padding: 0;
	background: #fff7e3;
	border: 1px solid #fff0c0;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #Efff7e3;
		color: #941f23;
		font: 11px verdana;}

	#sddm div a:hover
	{	background: #d38136;
		color: #FFF}
