﻿/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.more
{
color:#FFFFFF;
font-weight:bold;
}
.menu a[href$=".pdf"]
{
background: none;
}
.menu {width:220px; height: 125px; margin:0 auto;  position:relative;
 z-index:80;background-color:#007B57;margin-left:10px;}

.menu img{
    float:left;
    padding:0;
    width: 125px;
    height: 125px;
}

.menu ul {margin:0 0 0 125px; padding:0; list-style:none; 
white-space:nowrap; text-align:left;padding:1px 1px 0 1px;}

.menu li {margin:0; padding:0; list-style:none;}
.menu li {display:inline-block; display:inline;}
.menu ul {position:absolute; left:-9999px;}
.menu ul.level1 {position:absolute; left:0; z-index:90;
    top: 0px;
}
.menu a {display:block; font:normal 10px verdana,arial,sans-serif; 
color:#FFFFFF; line-height:13px; text-decoration:none;padding:0 0 0 3px;
 } 

.menu ul li:hover > ul {visibility:visible; left:100%;
margin-top:-15px; margin-left:-20px; background-color:#007b57;}

.menu a:hover ul,
.menu a:hover a:hover ul, 
.menu a:hover a:hover a:hover ul {left:100%; visibility:visible; }
.menu a:hover ul ul, 
.menu a:hover a:hover ul ul {left:-9999px;}
/*
.menu li a:hover {background:#99cc66;} */
.menu li:hover > a {background:#bbd8a3; color:#007b57;}


.menu table {position:absolute; left:99%; height:0; width:0;
 border-collapse:collapse; margin-top:-7px; margin-left:-1px;}
