﻿.glossymenu { /* overall menu style */
    width:160px; /* menu width*/
    text-align:center;
    border-top: 1px solid #ffffff; /* white */
    border-right:1px solid #ffffff; /* white */
    border-left:1px solid #ffffff; /* white */
    margin:40px;
}

.glossymenu div.deselected {
    background:url(../images/menus/bluetab.gif) repeat-x bottom left;
}

.glossymenu div.deselected div.submenu ul {
    display:none;
    visibility:hidden;
}

.glossymenu div.selected>a {
    background:url(../images/menus/orangetab.gif) repeat-x bottom left;
}

.glossymenu div.selected div.submenu ul {
    display:block;
    visibility:visible;
}

.glossymenu .menuitem>a { /* header style */
    font-size:10pt;
    font-weight:normal;
    text-decoration:none;
    color:#ffffff; /* white */
    padding:3px 0 3px 0;

    display:block;
    position:relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width:auto;
}

.glossymenu .menuitem>a:visited, .glossymenu .menuitem>a:active { /* header style */
    font-size:10pt;
    font-weight:normal;
    color:white;
}

.glossymenu .menuitem>a:hover { /* submenu header hover style */
    background:url(../images/menus/orangetab.gif) repeat-x bottom left;
}

.glossymenu div.submenu { /* submenu item bg color */
    background:#F1F1F1; /* white */
}

.glossymenu div.submenu ul { /* hide bullet points */
    list-style-type:none;
    display:none;
    visibility:hidden;
    margin:0;
    padding:0;
}

.glossymenu div.submenu ul li { /* submenu item bottom line color */
    border-bottom: 1px solid #cccccc; /* grey */
}

.glossymenu div.submenu ul li a { /* submenu links */
    display:block;
    font-size:10pt;
    font-weight:normal;
    color:#000000; /* black */
    text-decoration:none;
    padding:2px 0 2px 0;
}

.glossymenu div.submenu ul li a:hover { /* submenu item hover style */
    font-size:10pt;
    font-weight:normal;
    color:#ff9900; /* white */
    text-decoration:none;
}