﻿#MenuSystem
{  
    background-image: url("Images/MenuBG.jpg");
    background-repeat: repeat-x;
    height: 18px;
    width: 100%;
    padding: 0em 0em 0em 0em;
    color: #ffffff;
    float: left;
}

#MenuSystem table
{
      padding: 0em 0em 0em .3em;
      list-style: none;
      margin: 0;
      float: left;
}

#MenuSystem a 
{
    padding: 4pt 4pt 4pt 4pt;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    margin: 0;
}

#MenuSystem td td a 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #075EA8;
    border-bottom: solid 1px #032848;
    border-right:solid 1px #032848;
    filter:alpha(opacity=90);
    opacity: 1;
    -moz-opacity:1;
    padding: .3em .3em .3em .3em;
    display:block;
    width: 11em;

}

#MenuSystem td td a:hover
{
    color: #000000;
    background-color: #B6CFDF;
}

#MenuSystem td
{
    float: left;
    position: relative;
}

#MenuSystem td table
{
    top: 100%;
    left: 0;
    padding: 1em 0em 1.5em 0em;
}

#MenuSystem td table td table
{
    top: 0;
    left: 100%
}

#MenuSystem table table
{
    padding: 0em 0em 0em 0em;
    position: absolute;
    z-index: 500;
}

#MenuSystem table td table
{
	display: none;
}
