a:focus {
    outline: none;
}

.glossymenu {
    margin: 0;
    padding: 0;
    width: 100%; /*width of menu*/
   
}

.glossymenu a.menuitem {
    font: 1.1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: black;
    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;
    background: #f1f1f1;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #e3e3e3;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
    color: black;
}

.glossymenu a.menuitem .statusicon {
/*CSS for icon image that gets dynamically added to headers*/
    position: absolute;
    top: 12px;
    right: 6px;
    border: none;
}

.glossymenu a.menuitem:hover {
    background-image: url( ../img/menu/gray-grad.png );
    color: #336699;

}

.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 #DDDDDD dotted ;
    
}

.glossymenu div.submenu ul li a {
    display: block;
    font: normal 1.1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #666666;
    background: #ffffff;
    margin: 1px;
    text-decoration: none;
    padding: 2px 0;
    padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover {
    color: #FFFFFF;
   /* background: #EAF2FA url( ../img/menu/arrow2-slidemenu.gif ) no-repeat center left; */
    background: #808080; 
   /* background: #003399 ; */

}

.arrowlistmenu ul li a {                                
    color: #21759b;
    background: url( ../img/menu/arrow2-slidemenu.gif ) no-repeat center left; /*custom bullet list image*/
    /*background:  ; *//*custom bullet list image*/
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 13px;
}

