﻿body
{
}

.glossymenu
{
    position: relative;
    float: left;
    padding: 0;
    width: 170px; /*width of menu*/
    border: none;
}
.glossymenu a.menuitem
{
    background: black url(../images/glossyback.gif) repeat-x bottom left;
    font: bold 14px arial, Verdana, Helvetica, sans-serif;
    color: white;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: auto;
    padding: 4px 0;
    padding-left: 10px;
    text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active
{
    color: white;
}

.glossymenu a.menuitem:hover
{
    background-image: url(../images/glossyback2.gif);
}
.glossymenu div.submenu
{
    /*DIV that contains each sub menu*/
    background: white;
}
.glossymenu div.submenu ul
{
    /*UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.glossymenu div.submenu ul li
{
    border-bottom: 1px solid blue;
}
.glossymenu div.submenu ul li a
{
    display: block;
    font: normal 13px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    color: black;
    text-decoration: none;
    padding: 2px 0;
    padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover
{
    background-color: #DFDCCB;
}

.glossymenu a.menuitem .statusicon
{
    /*CSS for icon image that gets dynamically added to headers*/
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
}


#maincontent
{
    position: relative;
    border: solid 1px #cccccc;
    float: left;
    width: 500px;
    height: 450px;
}





/** CSS for bulletin menu **/
.arrowlistmenu
{
    position: relative;
    padding-top: 12px;
    float: left;
    padding-left: 6px;
    width: 170px; /*width of menu*/
}

.arrowlistmenu .menuheader
{
    /*CSS class for menu headers in general (expanding or not!)*/
    font: bold 14px Arial;
    color: white;
    display: block;
    background: black url(../images/glossyback2.gif) repeat-x center left;
    margin-bottom: 0px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
    cursor: hand;
    height: 20px;
    cursor: pointer;
}

.arrowlistmenu a.menuheader
{
    width: 160px;
}

.arrowlistmenu .openheader
{
    /*CSS class to apply to expandable header when it's expanded*/
    background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul
{
    /*CSS for UL of each sub menu*/
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
    padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader
{
    /*Open state CSS for sub menu header*/
    background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader
{
    /*Closed state CSS for sub menu header*/
    background: lightgreen !important;
}

.arrowlistmenu ul li a
{
    color: #A70303;
    background: url(../images/thisitemhover.gif) no-repeat center left; /*custom bullet list image*/
    display: block;
    margin: 0px;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-family: Myriad Web Pro, Arial, Verdana;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}

.arrowlistmenu ul li a:visited
{
    color: #A70303;
}

.arrowlistmenu ul li a:hover
{
    /*hover state CSS*/
    background-color: #FA6121;
    background: #FA6121 url(../images/thisitem.gif) no-repeat center left;
    color: White;
}

.arrowlistmenu ul li a.subexpandable:hover
{
    /*hover state CSS for sub menu header*/
    background: lightblue;
}

/** Main Content in the Accordion Pane **/
.applemenu
{
    _position: fixed;
    margin-top: 20px;
    margin: auto;
    width: 800px; /*width of menu*/
}

.applemenu div.silverheader a
{
    /*background: black url(../images/glossyback2.gif) repeat-x center left;*/
    background-color: #466289;
    font: normal 14px myraid web pro, arial, Helvetica, sans-serif;
    border-bottom:solid 1px #cccccc;
  
    color: white;
    height: 30px;
    vertical-align: middle;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: auto;
    padding: 5px 0;
    padding-left: 8px;
    text-decoration: none;
}


.applemenu div.silverheader a:active
{
    _position: fixed;
    color: #143D55;
}

.applemenu div.silverheader a:visited
{
    _position: fixed;
    color: white;
}

.applemenu div.selected a
{  _position:fixed;
    background-color: #98B1C4;
    color: #143D55; /**background-image: url(../images/glossyback.gif);**/
}

.applemenu div.silverheader a:hover
{ _position:fixed;
    background-color: #FA6121; /**background-image: url(../images/glossyback.gif);**/
    color: white;
    font-weight: bold;
}

.applemenu div.submenu
{
    /*DIV that contains each sub menu*/
  
    background: white;
    padding: 10px;
    width: 780px;
    text-align: justify; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.applemenu div.submenu a
{
    color: #466289;
    text-decoration: none;
    font-weight: bold;
}

.applemenu div.submenu a:hover
{
    color: #fff;
    background: #FA6121;
}
/**
.applemenu div.submenu p:hover{
   color: #fff;
    background: #FA6121;
 }
**/
.applemenu div.submenu p
{
    color: #143D55;
    font-weight: bold;
    overflow: auto;
    font-family: verdana,arial;
    font-size: 12px;
}

.applemenu div.submenu ul
{
    /*UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.applemenu div.submenu ul li
{
    border-bottom: 1px solid blue;
}

.applemenu div.submenu ul li a
{
    display: block;
    font: normal 13px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    color: black;
    text-decoration: none;
    padding: 2px 0;
    padding-left: 10px;
}

.applemenu div.submenu ul li a:hover
{
    background: #DFDCCB;
    color: white;
}
