﻿/*****************************************
  Standard links menu
*****************************************/
.menu-standardlinks
{
  
}
.menu-standardlinks ul
{
    list-style-position: inside;
}
.menu-standardlinks li
{
    line-height: 50px;
    list-style-type:decimal-leading-zero;
    letter-spacing: 2px;
    color: #dce6e6;
    font-size: 12px;
    font-weight: bold;
    text-transform: lowercase;
    border-bottom: 1px solid #dce6e6;
}
.menu-standardlinks li:hover
{
    border-bottom: 1px solid #849495;
}
.menu-standardlinks li a:link, .menu-standardlinks li a:visited
{
    display: block;
    color: #849495;
    text-decoration: none;
    outline: none;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 0px solid #dce6e6;
    letter-spacing: 3px;
    background-color: #ffffff;
    text-transform: lowercase;
}
.menu-standardlinks li a:hover
{
    display: block;
    color: #849495;
    text-decoration: none;
    outline: none;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 0px solid #849495;
    letter-spacing: 3px;
    background-color: #ffffff;
    text-transform: lowercase;
}
.div-cmssidebar .menu-standardlinks ul
{
    list-style-position: inside;
    padding-left: 1.2em;
    margin-left: 0;
    text-indent: -1.45em;
}
.div-cmssidebar .menu-standardlinks li
{
    line-height: 30px;
    list-style-type: disc;
    letter-spacing: 2px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 11px;  
    color: #425758; 
    border: 0px; 
}
.div-cmssidebar .menu-standardlinks li a:link, .div-cmssidebar .menu-standardlinks li a:visited
{
    display: inline;
    letter-spacing: 2px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 11px;  
    color: #425758; 
    text-decoration: none;
    border-bottom: 1px dotted #425758;
    background-color: #dce6e7;
    text-transform: none;
}
.div-cmssidebar .menu-standardlinks li a:hover
{
    display: inline;
    letter-spacing: 2px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 11px; 
    color: #425758;
    text-decoration: none;
    border-bottom: 1px solid #425758;
    background-color:#dce6e7;
    text-transform: none;
}

a.menu-selected:link, a.menu-selected:visited
{
    font-weight: normal;
}


/*****************************************
  Nav bar
*****************************************/
.menu-navbar
{
  background-color: #5071b4;
  width: 100%;
  height: 20px;
}
.menu-navbar ul
{
  list-style-type:disc;
  margin: 0;
  padding: 0;
}
.menu-navbar li
{
  float: left;
  margin-left: 20px;
  color: #ffffff;
}
.menu-navbar li a:link, .menu-navbar li a:visited
{
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px dotted #ffffff;
}
.menu-navbar li a:hover
{
  color: #919582;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid #919582;
}
