﻿/*---------------------------------------------
Created by: J C
Date: Jan 31, 2010
CSS Name: SiteMasterMenu.css
CSS theme: 
----------------------------------------------*/
/* SITE MENU */

.site-menu
{
    margin: 0px;
    width:100%;
    min-width:120px;
}
.site-menu ul
{
    /*   padding-left: 5px;*/
    text-align: left;
    margin:  0px 0 0  -4px;
    padding:   3px 0 3px  4px;
}
.site-menu li
{
    border-width: thin;
    border-color: #FFFFFF;
    text-decoration: none;
    list-style: none;
    display: inline;
    margin: 0px -4px 0 0px;
    padding:  3px  6px  4px 6px ; /*  margin-left: -4px;*/
    border-right-style: solid;
}

.site-menu a
{
    text-decoration: none;
    font-weight: bold;

}
.site-menu a:link, .site-menu a:visited
{
    color: #0066FF;
    font-weight: bold;
}


.site-menu li:hover
{
    height: 20px;
    text-decoration: none; /*background: url(images/bg/bg_smaller_yellow.png) repeat-x;*/
    background: url(images/site/bg-blk1_hover1.png) repeat;
}
.site-menu a:hover
{
    color: #336600;
    font-weight: bold;
}


/* Secured Menu */

.secured-menu
{
    font-size: 98%;
    text-transform: capitalize;
    background: url(/content/images/site/bg-blk1_sm1.png) repeat;
    border-top-style: inset;
    border-bottom-style: inset;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
.secured-menu ul
{
    text-align: left;
    margin: 0px 0px 0px -7px;
    padding: 6px 0 5px 5px;
}
.secured-menu li
{
    border-width: thin;
    border-color: #FFFFFF;
    text-decoration: none;
    list-style: none;
    display: inline;
     margin: 0px -5px 0 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 5px; /*margin-left: -4px;*/
    border-right-style: solid;
}
.secured-menu a
{
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    font-weight: bold;
}

.secured-menu li:hover
{
    text-decoration: none;
    background: url(/content/images/site/bg-blk1_hover1.png) repeat;
}
.secured-menu a:hover
{
    color: #003366;
    font-weight: bold;
}
/* End of Secured Menu */

/* MENU FOR MEMBER'S DYNAMIC MENUS*/

.member-menu
{
    background-position: url(/content/images/site/bg-blk1_sud1.png) repeat;
    font-size: 98%;
    padding: 0px;
    margin: 0px;
    background: url(/content/images/site/bg-blk1_sud1.png) repeat;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #808080;
    border-bottom-color: #808080;
    clear:both;
}
.member-menu ul
{
    text-align: left;
    margin: 0 0px 0 -9px;
    padding: 6px 0px 5px 5px;
    text-transform: capitalize;
}
.member-menu li
{
    border-width: thin;
    border-color: #FFFFFF;
    text-decoration: none;
    list-style: none;
    display: inline;
    padding:6px 5px 5px 5px;
    margin: 0px -9px 0 5px;
    border-right-style: solid;
}
.member-menu a
{
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}

.member-menu li:hover
{
    text-decoration: none;
    background: url(/Content/images/site/bg-blk1_hover1.png) repeat;

}
.member-menu a:hover
{
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

/*CLEAR MENU*/

.basic-menu
{
    padding: 0px;
    margin: 1px 0px 0px 0px;
    clear:both;
}
.basic-menu ul
{
    text-align: left;
    margin: 0 0px 0 -9px;
    padding: 6px 0px 5px 5px;
    text-transform: capitalize;
}
.basic-menu li
{
    border-width: thin;
    border-color: #FFFFFF;
    text-decoration: none;
    list-style: none;
    display: inline;
    padding: 6px 5px 6px 5px;
    margin: 0px -9px 0 5px;
    border-right-style: solid;
}
.basic-menu a
{
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}

.basic-menu li:hover
{
    text-decoration: none;
    background-color: #0066FF;
    color: #FFFFFF;
}
.basic-menu a:hover
{
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}




/* MENU USED BY FOOTER */

.footer-menu
{
    border: 1px solid #FFFFFF;
    text-align: left;
    margin: 0px;
    background: url(/Content/images/site/bg-blk1_sud1.png) repeat;
    height: 18px;
    text-transform: capitalize;
}
.footer-menu ul
{
    margin-top: 4px;
    padding-left: 5px;
}
.footer-menu li
{
    border-width: thin;
    border-color: #FFFFFF;
    text-decoration: none;
    list-style: none;
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
    margin-left: -4px;
    border-right-style: solid;
}
.footer-menu a
{
    text-decoration: none;
    height: 24px;
    margin: 0px;
    padding: 0px;
    color: #336600;
    font-weight: bold;
}

.footer-menu li:hover
{
    text-decoration: none;
    background: url(/Content/images/site/bg-blk1_hover1.png) repeat;
}
.footer-menu a:hover
{
    color: #CC00CC;
    font-weight: bold;
}

/* MAIN NAV LISTS */
.nav-main
{
}


.nav-main ul
{
    margin: 0;
    padding: 0;
}

.nav-main li
{
    list-style: none;
    display: inline;
    background: none;
    margin-right: 5px;
    padding: 0px;
}

.nav-main li.first
{
}

.nav-main a:link, .nav-main a:visited
{
    text-decoration: none;
    padding: 2px;
    display: block;
    float: left;
}

.nav-main li.first a:link, .nav-main li.first a:visited
{
}

.nav-main .active a:link, .nav-main .active a:visited
{
    color: #FFF;
    text-decoration: none;
}

/* MENU USED BY FOOTER */

.footer-menu
{
    text-align: left;
    margin: 0px;
    background: url(/Content/images/site/bg-blk1_sud1.png) repeat;
    height: 18px;
    text-transform: capitalize;
    border-top-style: inset;
    border-bottom-style: outset;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
.footer-menu ul
{
    margin-top: 4px;
    padding-left: 5px;
}
.footer-menu li
{
    border-width: thin;
    border-color: #FFFFFF;
    text-decoration: none;
    list-style: none;
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 3px;
    margin-left: -4px;
    border-right-style: solid;
}
.footer-menu a
{
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    color: #336600;
    font-weight: bold;
}

.footer-menu li:hover
{
    text-decoration: none;
    background: url(/Content/images/site/bg-blk1_hover1.png) repeat;
}
.footer-menu a:hover
{
    color: #CC00CC;
    font-weight: bold;
}

.listpager
{
    width: 96%;
    background-color: #CCFFCC;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.listpager ul
{
    margin:0;
    padding-left:2px;
    padding-top:4px;
    padding-bottom:4px;
}

.listpager li
{
    border: 1px solid #999966;
    text-decoration: none;
    list-style: none;
    display: inline;
    margin: 1px;
    padding:2px;
}
.listpager li:hover
{
    background-color: #669999;
    color: #FFFFFF;
}
.current_page
{
    background-color: #99CC00;
}

/* Article menu */

.article-menu
{
    background-position: url(/content/images/site/bg-teal1_sud1.png) repeat;
    font-size: 98%;
    padding: 0px;
    margin: 0px;
    background: url(/content/images/site/bg-teal1_sud1.png) repeat;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #808080;
    border-bottom-color: #808080;
    clear:both;
}
.article-menu ul
{
    text-align: left;
    margin: 0 0px 0 -9px;
    padding: 6px 0px 5px 5px;
    text-transform: capitalize;
}
.article-menu li
{
    border-width: thin;
    border-color: #FFFFFF;
    text-decoration: none;
    list-style: none;
    display: inline;
    padding:6px 5px 5px 5px;
    margin: 0px -9px 0 5px;
    border-right-style: solid;
}
.article-menu a
{
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}

.article-menu li:hover
{
    text-decoration: none;
    background-color: #FFFFCC;
}
.article-menu a:hover
{
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
