.jqueryslidemenu{
font-family: arial, sans-serif;
font-weight: bold;
font-size: 0.75em;
background: #d0cee3;
width: 990px;
/*height: 22px;*/
/*clear: both;*/
/*width: 100%;*/
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #d0cee3; /*background of tabs (default state)*/
padding: 4px 25px;
border-right: 1px solid #392f89;
color: #392f89;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #392f89;
}

.jqueryslidemenu ul li a:hover{
background: #392f89; /*tab link background during hover state*/
color: #d0cee3;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font-family: arial, sans-serif;
font-weight: normal;
font-size: 0.875em;
width: 180px; /*width of sub menus*/
padding: 1px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #392f89;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #392f89;
color: #d0cee3;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}








/* ---------- Drop Down --------- */

.bottommenu {
    list-style: none;
    font-weight: bold;
    height: 1.65em;
    width: 990px;
    margin: 0px;
    padding: 0px;
    background: #D0CEE3;
    font-family: arial, sans-serif;
}

/*-------------------------------------*/

.bottommenu li.nosub {
    border-right: 1px solid #392F89;
    background: #D0CEE3;
    margin-left: 0px;
    float: left;
    width: auto; /* Can be fixed width if you like */
    text-align: center;
    position: relative;
}

.bottommenu li a:link, .bottommenu li a:visited, .bottommenu li a:active { color: #392F89; }

.bottommenu li:hover a { color: #D0CEE3; }

.bottommenu li.nosub:hover {
    background: #392F89;
    z-index: 1000000;
}

/*Make hover work in IE6*/
.bottommenu li.nosub a.menulink:hover {
    color: #D0CEE3;
    background: #392F89;
}

/*-------------------------------------*/

.bottommenu a {
    text-decoration: none;
    display: block;
    line-height: 1.7em;
    font-size: 0.75em;
    padding: 3px 25px 3px 25px;
}

/* ----------- Hide/Show Div ---------- */

.bottommenu div {
    position: absolute;
    left: -999em;
    padding: 0 10px 10px;
    border: 1px solid #392F89;
    font-weight: normal;
    text-align: left;
    background: #D0CEE3;
    width: 390px;
}

.bottommenu div.submenu5col { width: 905px; }

.bottommenu div.submenu4col { width: 725px; }

.bottommenu div.submenu3col { width: 545px; }

.bottommenu div.submenu2col { width: 360px; }

.bottommenu div.submenu2col p { width: 360px;}

.bottommenu div.submenu1col { width: 270px; }

.bottommenu div.submenu1col ul.mega_cols { width: 100%;}

.bottommenu div.submenu1col ul.mega_cols li.col { text-align: center;}

.bottommenu div.submenu1col p { width: 270px;}

.bottommenu li:hover div { left: -1px; top: auto; }

/* --------- Within Div Styles --------- */

.bottommenu ul.mega_cols {
    list-style: none;
    display: inline-block;
    font-size: 0.9em;
    float: left;
    width: 180px;
    padding: 0px;
    margin: 0px;
}

.bottommenu li.col {    
    border: 0;
    float: none;
    text-align: left;
    padding: 0px;
}

.bottommenu li.col:hover a {    
    background: #392F89;
    color: #D0CEE3;
}

.bottommenu li.col a {
    padding: 0 0 0 5px;
    color: #392F89;
}

.bottommenu div p {
    background: #fff url(../images/sub_fade.jpg) repeat-y;
    font-size: 1em;
    font-weight: bold;
    margin: 10px 0 5px 0;
    clear: both;
    width: 390px;
    position: relative;
}

.bottommenu div p a { padding: 0 5px; }

.bottommenu div p a:link, .bottommenu div p a:visited { color: #fff; }

.bottommenu div p a:hover { color: #eee; }
