/* ================================================================
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/final_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

/* style the outer div to give it width */
#popmenu {
    font: 9px/2em verdana, lucida, arial, sans-serif;
    position: absolute;
    z-index: 140;
    color: #777;
    opacity: 0.9;
    width:320px;
}

#popmenu *
{
  border:none; /* fix for blue borders in IE6 */
}

/* remove all the bullets, borders and padding from the default list styling */
#popmenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

#popmenu li {
    padding: 0;
    margin: 0;
}

#popmenu a {
    text-decoration: none;
    background: none;
}

#popmenu ul ul {
    background: #fff;
    border: 1px solid #777;
}

#popmenu ul ul a {
    padding: 2px 4px;
    width: 100px;
}

/* style the sub-level lists */
#popmenu ul ul {
    width: 100px;
    text-align: left;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#popmenu ul li {
    float: left;
}

/* style the sub level list items */
#popmenu ul ul li {
    display: block;
    height: auto;
    position: relative;
}

/* style the links for the top level */
#popmenu a,
#popmenu a:visited 
{
    display: block;
    float: left;
    height: 100%;
    text-decoration: none;
    color: #777;
    padding: 2px 0;
    margin-right: 6px;
}

* html #popmenu a,
* html #popmenu a:visited
{
    margin-right: 6px;
}

* html #aPrint {
  margin-top: 4px;
}

*+html #aPrint {
  margin-top: 4px;
}

*+ html #popmenu a {
   margin-right:10px;
}

/* style the sub level links */
#popmenu ul ul a,
#popmenu ul ul a:visited {
    display: block;
    color: #777;
    width: 92px;
    padding: 2px 4px;
    margin-right: 0;
}

#popmenu ul table ul a,
#popmenu ul table ul a:visited  {
    width: 100px;
    w\idth: 100px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#popmenu table {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
    z-index:-1;
}

#popmenu ul ul table {
    lef\t:-1px;
}

#popmenu ul ul table ul.left {
    margin-lef\t: 2px;
}

#popmenu li:hover {
    position: relative;
}

* html #popmenu a:hover {
    position: relative;
}

/* style the third level background */
#popmenu ul ul ul a,
#popmenu ul ul ul a:visited {
    /*background: #f0e;
    color: #f06;*/
}

/* style the fourth level background */
#popmenu ul ul ul ul a,
#popmenu ul ul ul ul a:visited {
    background: #f00;
}

/* style the sub level 1 background */
#popmenu ul :hover a.sub1 {
    background: #f00;
}

/* style the sub level 2 background */
#popmenu ul ul :hover a.sub2 {
    background: #f00;
}

/* style the level hovers */

/* first */
#popmenu a:hover {
    color: #333;
    background: #fff;
}
#popmenu :hover > a {
    color: #333;
    background: #fff;
}

/* second */
#popmenu ul ul a:hover {
    color: #777;
    background: #eee;
}
#popmenu ul ul :hover > a {
    color: #777;
    background: #eee;
}

/* third */
#popmenu ul ul ul a:hover {
    color: #777;
    background: #000;
}
#popmenu ul ul ul :hover > a {
    color: #777;
    background: #eee;
}

/* fourth */
#popmenu ul ul ul ul a:hover {
    background:#eee;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#popmenu ul ul {
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 22px;
    left: -20px;
    left: 0;
}

/* position the third level flyout menu */
#popmenu ul ul ul {
    left: 100px;
    top: 0;
    width: 100px;
}

/* position the third level flyout menu for a left flyout */
#popmenu ul ul ul.left  {
   left: -14em;
}

/* make the second level visible when hover on first level list OR link */
#popmenu ul li:hover ul,
#popmenu ul a:hover ul {
    visibility: visible;
    height: auto;
}

/* keep the third level hidden when you hover on first level list OR link */
#popmenu ul :hover ul ul{
    visibility: hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
#popmenu ul :hover ul :hover ul ul {
    visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
#popmenu ul :hover ul :hover ul {
    visibility: visible;
}

/* make the fourth level visible when you hover over third level list OR link */
#popmenu ul :hover ul :hover ul :hover ul {
    visibility: visible;
}

/*
*+html #popmenu * { background-color:transparent !important; }
*+html #popmenu * { background-image: none !important; }
*+html #popmenu a {
    background: url('/files/img/trans/trans_w10.png') !important;
}

*+html #popmenu a:hover {
    background: url('/files/img/trans/trans_b80.png') !important;
}
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
zoom:1;
*/
