﻿body {
}
.menu-t
{
    background-color: #545333;
    background-image: url(images/edge/t.gif);
    background-position: top;
    background-repeat: repeat-x;
    float: left;
    margin: 7px 0px 0px 0px;
    display: inline;
  }

.menu-t-selected
{

    background-color: #b3d8eb;
    background-image: url(images/edge/selected/t.gif);
    background-position: top;
    background-repeat: repeat-x;
    float: left;
    margin: 0px 0px 0px 0px;
    
}

.menu-b
{
    background-image: url(images/edge/t.gif); 
    background-position: bottom;
    background-repeat: repeat-x; 
    padding: 5px 17px 5px 15px;
}

.menu-b-selected
{
      background-image: url(images/edge/selected/t.gif); 
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 7px 17px 10px 13px;
 
}


.menu-inner
{
     
}


.menu-r
{
    background-image: url(images/edge/r.gif);
    background-position: right;
    background-repeat: repeat-y;
}

.menu-l
{
    background-image: url(images/edge/l.gif);
    background-position: left;
    background-repeat: repeat-y;

}


.menu-r-selected
{
    background-image: url(images/edge/selected/r.gif);
    background-position: right;
    background-repeat: repeat-y;
}

.menu-l-selected
{
    background-image: url(images/edge/selected/l.gif);
    background-position: left;
    background-repeat: repeat-y;

}

.menu-tr-selected
{
    background-image: url(images/edge/selected/tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
    border: none;
}


.menu-tl-selected
{
 background-image: url(images/edge/selected/tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
  border: none;
}

.menu-tr
{
    background-image: url(images/edge/tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
    border: none;
}


.menu-tl
{
 background-image: url(images/edge/tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
  border: none;
}


.menu-br
{
    background-image: url(images/edge/br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
  border: none;
}

.menu-bl
{
   
    background-image: url(images/edge/bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    border: none;
 
}

a.menuitem
{
    font-family: Arial;
    color: #ffffff;
    font-size: 0.9em;
        text-decoration: none;
        padding: 0px;
        
}

a.menuitem:hover
{
    font-family: Arial;
    color: #ffffff;
    font-size: 0.9em;
    text-decoration: none;
    padding: 0px;
    border: none;
    background: inherit;
}

.selectedmenuitem
{
    font-family: Arial;
    color: #000000;
    font-size: 0.9em;
    text-decoration: none;
    font-weight: bold;
}

a.selectedmenuitem:hover
{
    font-family: Arial;
    color: #000000;
    font-size: 0.9em;
    text-decoration: none;
    font-weight: bold;
}


.submenuitem
{
    font-family: Arial;
    text-decoration: none;
    color: Navy;
    font-size: 0.9em;
    padding: 1px 11px 1px 11px;
     border: none;
    display: inline-block;
}

.submenuitem:hover
{
    font-family: Arial;
    color: #000000;
    font-size: 0.9em;
    padding: 0px 10px 0px 10px;
    border: solid 1px #000000;
    background: #e1e1e1;
        display: inline-block;
        text-decoration: none;
}





.submenuselecteditem
{
        font-family: Arial;
    color: #000000;
    font-size: 0.9em;
    padding: 1px 11px 1px 11px;
    display: inline-block;
    text-decoration: underline;

}

a.submenuselecteditem:hover
{
        font-family: Arial;
    color: #000000;
    font-size: 0.9em;
    padding: 1px 11px 1px 11px;
    display: inline-block;
    text-decoration: underline;

}