﻿/* ================================================================ 
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 */
h1 { padding-top: 0px; clear: right; }

.menu5 { background-color: #fff; 
text-align:right; font-family: verdana, sans-serif; position: relative; font-size: small;
height:2em; margin:0; padding:0; list-style-type:none; z-index: 300; top: -1.5em; float: right;
}
.menu5 p { padding: 0; }

.menu5 ul { text-align:left;
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative; 
}
.menu5 li a, .menu5 li a:visited {
display: block; text-decoration: none !important; width: auto; /* float:left; */
padding-left: 1em; padding-right: 1em; height: 2em; line-height: 2em;
}

.menu5 li a:hover { text-decoration: none !important; }

* html .menu5 li a, .menu5 li a:visited {
width:21em; w\idth:12em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold; right:0; width:160px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
}
.menu5 li a.drop .show_hide_img, .menu5 li a.drop:visited .show_hide_img {
 background-image: url('/images/plus.gif');
}
.menu5 li ul {
visibility:hidden; position:absolute; top:1em; left:0; height:0; overflow:hidden; 
padding-left: 1em;
}

.menu5 li:hover ul li address { padding-top: 1em; padding-bottom: 1em; line-height: normal; }
.menu5 li:hover ul li address a { line-height: normal; padding: 0; margin: 0; }

.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
line-height: normal; font-weight: normal; color: #000;
}
.menu5 table a { padding: 0px !important; margin: 0px !important; }

/* first 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 {
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
text-decoration: none; /* border:0; */
}
.menu5 li:hover a .show_hide_img,
.menu5 li a:hover .show_hide_img {
 background-image: url('/images/minus.gif') !important;
}

.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:30em; background:#fff; border: 5px solid #ddd;
left:-17.5em; top:2em; overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; border: 0px;
height:auto; line-height:1.5em; padding:0.5em; padding-left: 0px; width: 23em;
}
* html .menu5 li a:hover ul li a {
width:23em; w\idth:22em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left: 9.5em; 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:#000; border:1px solid #ddd; height:auto; background:#fff; width: 16em;
} 
.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;
}

