.ContainerSubmenu {
    /* This ID is related to the master menu div for menu ContainerSubmenu_1 and contains the important positioning information for the menu as a whole */
	position: absolute;
    visibility: hidden;
    z-index: 300;
    clear: both;
    width: 100%;
    text-align: left;
}
.ContainerSubmenu a
{
    /* Controls the general apperance for menu ContainerSubmenu's items, including color and font */
    width: 80px;
    height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    background-color: #000000;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    float: left;
    background-color: #000000;
    background-repeat: no-repeat;
}
.ContainerSubmenu a.navStart
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #666666;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;       
}
.ContainerSubmenu a.navMid
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666666;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
}
.ContainerSubmenu a.navEnd
{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #666666;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666666;
}
.ContainerSubmenu a.navSingle
{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #666666;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #666666;
}
.ContainerSubmenu a:hover {
     color: #FFFFFF;
    background-position: center center;
    background-color: #990000;
    background-repeat: no-repeat;
}
.Submenu
{
    z-index: 5000;
    position: absolute;
    visibility: hidden;
}
