/* ================================================================ 
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/dd_valid.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 */
.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width:903px;
	height:33px;
	position:relative;
	font-size:12px;
	z-index:100;
	margin: 20px 27px 0 29px;
	border-right:1px solid #000;
}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:128px; height:31px; text-align:center; color:#fff; border-left:1px solid #000;  border-top:1px solid #000; border-bottom:1px solid #000; background:#3f3e3d; background-image:url(/template/alphasondesigns/images/mainmenubutton.jpg); background-repeat:no-repeat; background-position:0 -31px; line-height:31px; font-size:12px; font-weight:bold; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}
.menu a:hover { text-decoration:none; }

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background-position:0 0px;}
.menu ul li:hover ul {display:block; position:absolute; top:33px; left:0; width:128px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;} /*background:#6fc;*/
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a { text-align:left; text-indent:7px; display:block; background:#ededed; color:#000; height:25px; line-height:25px; border-right:1px solid #000; border-top:none; }
.menu ul li:hover ul li a:hover {background:#ed0677; color:#fff;} /*background:#a7a9ac;*/
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:129px; top:-1px; color:#000; border-top:1px solid #000; width:130px;}
.menu ul li:hover ul li:hover ul.left {left:-128px;}
