/*
 * This stylesheet contains the styles used by the menu.
 */

.utsMenuBarHorizontal {
    float: left;
    position: relative;
    width: 99%;
    background: #78a22f;
    height: 25px;
    padding-top: 3px;
    font-family: arial;
    color: white;
}

.utsMenuBarHorizontal table td {
    color: white;
    font-family: "Trebuchet MS",arial,sans-serif !important;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0 10px;
    vertical-align: middle;
}

.utsMenuBarHorizontal table td:hover {
    background: #FFF8FF;
    color: #78a22f !important;
    
}

.utsMenuItemHorizontal {
}

.utsMenuBarHorizontalIcon {
    margin-left: 3px;
}

.utsMenuBarVertical {
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 2px 0px 2px;
    background: #e7eeeb !important;
    color: #78a22f;
    border: 2px solid #e7eeeb;
    font-weight: bold;
}

.utsMenuBarVertical table {
    border-collapse: collapse;
}

.utsMenuBarVertical table td {
    font-size: 1em;
    font-family: Arial Unicode MS,Arial,sans-serif;
}

.utsMenuBarVertical table td:hover {
    background: white;
    color: #78a22f !important;
   
}

.utsMenuBarVertical .subMenuIcon {
    padding-right: 4px;
}

.utsMenuBarVertical .subMenuIcon-selected {
    background: white !important;
    
}

.utsMenuItemVertical {
    padding: 4px 14px 4px 1px;
}

.utsMenuItemVertical-selected {
    background: white;
 
}

.utsMenuBarVerticalIcon {
    margin-left: 3px;
}

