/* ================================================================ 
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/flyout_horizontal.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 */
.containerd {width:69px; url(hide_seek.jpg); margin:0px auto; padding:0px; border:0px solid #000;}
.menud {font-family: arial, sans-serif; width:69px; height:20px; position:relative; margin:0; font-size:11px;}
.menud ul li a, .menud ul li a:visited {display:block; text-decoration:none; color:#fff; width:69px; height:56px; border:0px solid #000; border-width:0px 0px 0 0; background:transparent  url(images/opaque.png); line-height:56px; font-size:11px; padding-left:0px;}
.menud ul {padding:0; margin:0;list-style-type: none;}
.menud ul li {float:left; position:relative;}
.menud ul li ul {display: none;}

/* specific to non IE browsers */
.menud ul li:hover a {color:#fff; background:#9c1c1e;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90);opacity:.9;}
.menud ul li:hover ul {display:block; position:absolute; top:20; left:0px; width:69px; background:transparent;}
.menud ul li:hover ul li {float:left;}
.menud ul li:hover ul li a {display:block; background:#9c1c1e  url(images/opaque.png); color:#fff; width:180px; float:left;}
.menud ul li:hover ul li a:hover {background:#ffffff; color:#9c1c1e;}

