﻿/* COMPONENT ART STYLES BELOW */

.MenuHeader {
 margin: 0px 0px 2px 0px;
 display: block;
}

.MenuBottom {border-bottom: 1px solid #949494 !important; }

#SubMenuContainer{
    padding-right: 0px;
    width:200px;
    display: block;
    margin-left:0px;
    
}

.ParentMenuButton a:link, .ParentMenuButton a:visited, .ParentMenuButton a:active {
    padding-top: 8px; 
    padding-left:5px;
    font-family: Arial,helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    color: #989898;
    background: url(../img/menu/menu_item_bg.jpg) 0 0;
    display:block;
    height: 20px !important;
    width:195px;
}

.ParentMenuButton.On a:link, 
.ParentMenuButton.On a:visited, 
.ParentMenuButton.On a:active {
    background-image: url(../img/menu/menu_item_bg.jpg) !important;
    background-position: 0 -28px !important;
    color: #FFF !important;
}

.ParentMenuButton a:hover{
    padding-top: 8px; 
    padding-left:5px;
    font-family: Arial,helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    color: #FFF;
    background-image: url(../img/menu/menu_item_bg.jpg);
    background-position: 0 -28px;
    display:block;
    height: 20px !important;
    width:195px;
   
}

.ChildMenuButton a:link, .ChildMenuButton a:visited, .ChildMenuButton a:active {
    padding-top: 4px; 
    padding-left: 15px;
    font-family: Arial,helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
    text-decoration: none;
    color: #262626;
    display:block;
    height: 16px !important;
    width:183px;
    border-right: 1px solid #949494;
     border-left: 1px solid #949494;
    border-bottom: 1px dotted #949494;
    background-color:#FFFFFF;
}

.ChildMenuButton a:hover{
    padding-top: 4px; 
    padding-left: 15px;
    font-family: Arial,helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
    text-decoration: none;
    color: #262626;
    display:block;
    height: 16px !important;
    width:183px;
    border-right: 1px solid #949494;
    border-left: 1px solid #949494;
    border-bottom: 1px dotted #949494;
    background-color:#d5d5d5;
}

.ActiveChild {
    background-color:#d5d5d5 !important;
    background-image: url(../img/menu/menu_subitem_selected_bg.jpg); 
    background-repeat: no-repeat;
    }


/* CA UNUSED */
.CA_NavBar
{
  height:30px;
  margin: 0px 0px 0px 0px;
  background-color:#666666;
  background-image: url(../img/menu/menu_item_bg.jpg); 
  border-bottom: 1px solid #000 !important;
  cursor:hand;
  display:block;
} 

.CA_Level01
{
  color:#989898;
  height:28px;
  background-image: url(../img/menu/menu_item_bg.jpg);
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px; 
  font-weight: bold; 
  text-transform: uppercase;
  padding-top: 4px; 
  padding-bottom: 2px; 
  padding-right:5px;
  cursor: hand;

}

.CA_Level01_Hover
{
  color:#FFF;
  height:28px;
  background-color:#D5D5D5;
  background-image: url(../img/menu/menu_item_hover_bg.jpg);
  font-family: Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  font-size: 10px; 
  font-weight: bold;
  padding-top: 4px; 
  padding-bottom: 2px; 
  padding-right:5px;
  cursor:hand;
}

.CA_Level01_Active
{
  color:black;
  height:28px;
  background-color:#D5D5D5;
  background-image: url(../img/menu/menu_item_hover_bg.jpg);
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px; 
  font-weight: bold;
  padding-top: 4px; 
  padding-bottom: 2px; 
  padding-right:5px;
  cursor:hand;
}

.CA_Level02
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px; 
  border-right: 1px solid #949494;
  border-left: 1px solid #949494;
  border-bottom: 1px dotted #949494;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
  height:20px;
}

.CA_Level02_Hover
{
  background-color:#d5d5d5;
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 10px; 
  border-right: 1px solid #949494;
  border-left: 1px solid #949494;
  border-bottom: 1px dotted #949494;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
  height:20px;
}

.CA_Level02_Selected
{
  background-color:#d5d5d5;
  background-image: url(../img/menu/menu_subitem_selected_bg.jpg);
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 10px; 
  border-right: 1px solid #949494;
  border-left: 1px solid #949494;
  border-bottom: 1px dotted #949494;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
  height:20px;
}

.CA_Level02_Group
{
  background-color:#FFFFFF;
  border-bottom: 1px solid #000 !important;
}

.Empty
{
}
