ul.menuwidth
{
    width: 100%;
    background-color: #e6e6e6;
    background-image: url('images/40X5pxGreyGrad.jpg');
    background-repeat: repeat-x;
}

li.arrow
{
    /*	background: url(rew.gif); 	background-repeat: no-repeat; 	background-position: right;*/
}
a#current
{
    color: #FFFFFF;
}

ul.dropdown, ul.dropdown li, ul.dropdown ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dropdown
{
    position: relative;
    z-index: 597;
    float: left;
}

ul.dropdown li
{
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
}

ul.dropdown li.hover, ul.dropdown li:hover
{
    position: relative;
    z-index: 599;
    cursor: default;
}

ul.dropdown ul
{
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

ul.dropdown ul li
{
    float: none;
}

ul.dropdown ul ul
{
    top: 1px;
    left: 99%;
}

ul.dropdown li:hover > ul
{
    visibility: visible;
}



/** 
 * Adobe CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Adobe
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */


/*
{
    margin: 0;
    padding: 0;
}
/*body { padding: 50px; background: #4c4c4c url(images/grad1.png) 0 0 repeat-x; color: #d9d9d9; font: 14px/normal Tahoma, Arial, Helvetica, sans-serif; }*/
h1
{
    margin-bottom: .5em;
    border-bottom: solid 1px #d9d9d9;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 180%;
    text-indent: 5px;
    letter-spacing: -1px;
}
cite
{
    float: right;
}
ul.classic
{
    list-style: disc;
    margin-bottom: 1em;
    padding-left: 2em;
}
div.section
{
    clear: both;
    padding-top: 50px;
}

.table1
{
    float: right;
    margin-bottom: 2em;
    border: solid 1px #eee;
}
.table1 caption
{
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
}
.table1 th, .table1 td
{
    padding: 7px;
}
.table1 th, .table1 thead td
{
    background-color: #FFFFCC;
    color: #000;
}
.table1 tbody td
{
    background-color: #fff;
    color: #000;
}
.table1 tbody th
{
    text-align: right;
}

* html ul.dropdown ul
{
    background-image: url(images/dropdown_pane_8bit.png);
}



/*------------------------------------------------------------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				*(.class|:hover)
 * @level sep	ul
 */


/* ----- ALL LEVELS (incl. first) */

ul#nav, ul.dropdown
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
ul#nav ul, ul.dropdown ul
{
    font-size: 12px;
}
ul.dropdown li
{
    padding: 7px 12px;
    color: #000000;
}

ul.dropdown li.hover, ul.dropdown li:hover
{
    background-color: #E6E6E6;
}

ul.dropdown a:link, ul.dropdown a:visited
{
    color: #000000;
    text-decoration: none;
}
ul.dropdown a:hover
{
    color: #fff;
    text-decoration: underline;
}
ul.dropdown a:active
{
    color: #fff;
}


/* ----- END LEVEL */


/* ----- NON-FIRST LEVEL */

ul#nav ul, ul.dropdown ul
{
    margin-left: -6px;
    width: 170px;
    padding-bottom: 9px;
    background: url(images/dropdown_pane.png) 0 100% no-repeat;
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

ul.dropdown ul li
{
    background-color: #DEDEDE;
    color: #000;
}


ul.dropdown ul li.empty
{
    padding: 12px 12px 7px !important;
    font-weight: bold;
}

ul.dropdown ul a:link, ul.dropdown ul a:visited
{
    color: #000;
}
ul.dropdown ul a:hover
{
    color: #000;
    text-decoration: none;
}
ul.dropdown ul a:active
{
    color: #000;
}

ul.dropdown ul ul
{
    display: none;
}

ul.dropdown ul ul li
{
}

/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir
{
    padding-right: 12px;
    background-image: none;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

/* ----- END LEVEL */




/* Components override */

ul.dropdown-horizontal ul *.dir
{
    padding-right: 15px;
    background-image: url(images/nav-arrow-right.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

ul.dropdown-vertical *.dir
{
    background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir
{
    padding-right: 15px;
    background-image: url(images/nav-arrow-left.png);
    background-position: 0 50%;
}


ul#nav, ul.dropdown
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
ul#nav ul, ul.dropdown ul
{
    font-size: 12px;
    font-weight: normal;
}
