/* ================================================================ 
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/example_flyout.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 */
.menu1 a {border: 0;}

.menu1{
font-family: arial, sans-serif; width:110px; height:105px; position:relative; font-size:11px; margin:0px 0; background:#eee; padding:0px 0px; border:1px solid #000; padding: 0;
}
.menu1 ul {
padding:0; margin:0; list-style-type: none;
}
.menu1 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top: 105px; left:-10px;
}
.menu1 ul li {
float:left; position:relative; z-index:90; font-family: arial; font-weight: bold;
}
.menu1 ul li a, .menu1 ul li a:visited { border: 0;
display:block; float:left; text-decoration:none; color:#ffff00; width:85px; height:105px; line-height:29px; font-size:13px; background:transparent; padding-left:25px;
}
* html .menu1 ul li a, .menu1 ul li a:visited {width:85px; w\idth:85px;}


.menu1 ul li.menu {background:url(images/menuback.gif) no-repeat; width: 110px; height: 110px;}


.menu1 ul li ul li.opmen {background:url(images/highlight.gif) no-repeat; opacity:0.8; filter:alpha(opacity=80);}
.menu1 ul li ul li.submenu {background:url(images/highlight.gif) no-repeat; }
.menu1 ul li ul li.submenu_b {background:url(images/highlight_b.gif) no-repeat; }
.menu1 ul li ul li ul li.subsubmenu {background:url(images/subsubhighlight.gif) no-repeat; }



.menu1 table {
border-collapse:collapse; border:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

.menu1 ul li:hover a,
.menu1 ul li a:hover{
color: #786c53; background: url('images/menurlvr.gif') no-repeat;
}

.menu1 ul li a:hover {position:relative; z-index:100;}

.menu1 ul li:hover ul,
.menu1 ul li a:hover ul {
visibility:visible; width:110px; height: auto; border: 1px solid #000; z-index:10; background: none; overflow:visible;
positon: relative; left: -1px;}
.menu1 ul li:hover ul li a,
.menu1 ul li a:hover ul li a{
display:block; background:transparent; color:#fff; width:110px; height: 25px; line-height:20px; text-align: center; padding:0px; padding-top: 5px; text-decoration: none; margin: 0; padding-bottom: 5px; font-size: 11px; font-weight: normal; font-family: arial;
}
* html .menu1 ul li a:hover ul li a {width:110px; w\idth:110px;}

.menu1 ul li:hover ul li a:hover,
.menu1 ul li a:hover ul li.submenu a:hover {
text-decoration: none; border:0; background: url('images/subrlvr.gif') no-repeat; font-size: 16px; font-weight: normal; color: #ffff00;
}
.menu1 ul li:hover ul li ul,
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:-1px; left:110px;
}
.menu1 ul li:hover ul li:hover ul,
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; width:110px; height:auto; color:#000; padding:0; border:1px solid #000; list-style-type:none; background: none;
}
.menu1 ul li:hover ul li:hover ul li a,
.menu1 ul li a:hover ul li a:hover ul li a {
display:block; width:115px; background:transparent; color:#fff;
}
* html .menu1 ul li a:hover ul li a:hover ul li a {width:110px; w\idth:110px;}

.menu1 ul li:hover ul li:hover ul li a:hover,
.menu1 ul li a:hover ul li a:hover ul li a:hover {
background: url('images/subsubrlvr.gif') no-repeat; text-decoration:none; color: #ffff00;
}


.menu1 ul li ul li.submenu_b a:hover {background:url(images/highlight_b_rlvr.gif) no-repeat; font-size: 16px; text-decoration: none; color: #ffff00;}
.menu1 ul li ul li:hover {background:url(images/highlight_b_rlvr.gif) no-repeat;}

