/* ================================================================ 
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
{
    text-align: left;
    list-style-type: none;
    color: White;
    vertical-align:text-top;
    text-align: left; /*float: right;*/
    width: 100%;
    background-color:Transparent;
    padding-top:0px;
    margin-top:-3px;
    z-index:1000;
    }
#menu5 ul {
  list-style-type:none; /* for Firefox */

}
#menu5 li {
float:left; position:relative;

}

#menu5 .selected
{
    
    }

#menu5 .MENUITEM
{
    padding-top:-5px;
    
    }


#menu5 li a, #menu5 li a:visited
{
    background-color:Transparent;
    display: block;
    text-decoration: none;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: text-top;
    color: #ffffff;
    font-family: Tahoma;
    font-weight: bold;
    font-style: normal;
    height:29px;
    
}

* html #menu5 li a, #menu5 li a:visited {
/*width:7em; w\idth:6em; */
/* hack for IE5.5 */
padding-left:10px;
padding-right:10px;
}
#menu5 li a.drop, #menu5 li a.drop:visited {
font-weight:bold;
}
#menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;

}
#menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
#menu5 li a:hover {
text-decoration:underline; border:0;color: #ffd700;
}

#menu5 li:hover a {
text-decoration:underline; border:0;
}


#menu5 li:hover ul,
#menu5 li a:hover ul {
visibility:visible; height:auto; width:10em; background-color:Transparent;  left:-30px; top:23px; overflow:visible;
	color: #ffd700;
	z-index:1000;
}
#menu5 li:hover ul li a, #menu5 li a:hover ul li a
{
    display: block;
    font-weight: normal;
    background-color: #515244;
    text-decoration: none;
    height: auto;
    line-height: 1em;
    padding: 5px;
    margin-bottom: 0px;
    width: 9em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
}
* html #menu5 li a:hover ul li a {
/*width:10em; w\idth:9em; */
/* hack for IE5.5 */
padding-left:10px;
padding-right:10px;
}
#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-color:#000000; width:9.5em;
} 
#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;
}
