/* ================================================================ 
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/drop_examples.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.
=================================================================== */
/* commom style for all browsers */

.menu5 {
font-family: Verdana, sans-serif; 
position:relative; 
font-size: 15px; 
height:20px; 
width: 800px;
margin: 0 auto; 
padding: 0; 
list-style-type:none;
}
.menu5 ul {
padding:0; margin: auto; list-style-type:none; /* for Firefox */
}
.menu5 li {
padding: 0px 20px 0px 0px; 
text-align: left; 
float:left; 
position:relative; 
display: inline; 
text-align: left; 
}
.menu5 li a, .menu5 li a:visited {
display:block; 
text-decoration:none; 
color:#000000; 
float:left; 
padding: 0;
height:25px; 
}

.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:underline; border:0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; 
width: 150px;
height:auto; 
background:#A4DA14; 
background-image:  url(img/bg_p.png);
background-repeat: repeat-x;
border:1px solid #061906; 
left:0; 
top:25px; 
overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em;
}
* html .menu5 li a:hover ul li a {
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration: underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; 
color:#061906; 
border:1px solid #061906; 
height:auto; 
background:#A4DA14; 
background-image:  url(img/bg_p.png);
background-repeat: repeat-x;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration: underline;
}
