/* ================================================================
This copyright notice must be untouched at all times. SEAN

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.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.
=================================================================== */
/* common styling */
.PRmenu {
    display: block;
    font-family: arial, sans-serif;
    width:60%;
    height:32px;
    position:relative;
    font-size:8pt;
    font-weight: none;
    z-index: 10000000;
   /* background: #ffffff url( /custom/navWrap-bg.gif ) repeat-x 0px 17px;*/
    COLOR: #6e7889;
}

.PRmenu ul li a, .PRmenu ul li a:visited {
    display:block;
    text-decoration:none;
    color:#003399;
    width:114px;
    height:20px;
    text-align:center;
    line-height:20px;
    font-size:8pt;
    overflow:hidden;
    z-index:1000;
}
.PRmenu ul {
    padding:0;
    margin:0;
    list-style: none;
    border-collapse: collapse;
}


/*.PRmenu ul li {float:left; position:relative; top: 0px; width: 95px;}*/

.PRmenu ul li {
    float:left;
    position:relative;
    top: 0px;
    border: 1px solid #000000;
    }


/* Set ending border divider to none */
#end ul li {
/*    float:left;
    position:relative;
    top: 0px; */
}

.PRmenu ul li ul {display: none;}

/* specific to non IE browsers */
.PRmenu ul li:hover a {
    /*background: url(/custom/images/siteNav-hover.gif);*/
    color: #003399;
} /* Text color on hover  for */

.PRmenu ul li a:hover {
    /*background: url(/custom/images/siteNav-hover.gif);*/
    font-weight: bold;
} /* Text color on hover  for */


.PRmenu ul li:hover ul {display:block; position:absolute; top:20px; left:0; width:75px;}
.PRmenu ul li:hover ul li a.hide {background:#6a3; color:#003399;}
.PRmenu ul li:hover ul li:hover a.hide {background:#1C5DB7; color:#FFF; }
.PRmenu ul li:hover ul li ul {display: none;}
.PRmenu ul li:hover ul li a {display:block; background:#FFFFFF; color:#666666; width: 200px; z-index: 1000;} /* Set width on sub menu here */
.PRmenu ul li:hover ul li a:hover {/*background: url(/custom/images/sub-navbg.jpg);*/ color:#666666; border: 1px ridge #000000;} /* sub-nav hover state */
.PRmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:200px; top:0; font-weight: bold;}
.PRmenu ul li:hover ul li:hover ul.left {left:-105px;}

