﻿.nit{}

/*--- UMES Homepage Resources For Menu ----------------*/
/*--- Top Level Vertical Cells -----*/
.RS-Menu-Skin-Vertical
{
    border-left: 1px solid #591d01;
    border-right: 1px solid #591d01;
}

/*--- Top Level Static Vertical Cells -----*/
.RS-Menu-Skin-StaticItem td
{
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #6f5247;
    padding: 13px 10px 13px 10px;
    text-align: left;
    text-transform: uppercase;
}

.RS-Menu-Skin-Vertical, 
.RS-Menu-Skin-StaticItem a,
.RS-Menu-Skin-StaticItem a:visited
{
    color: #f8ecd4;
}

/*--- Top Level Static Hover Vertical Cells -----*/
.RS-Menu-Skin-StaticHover a,
.RS-Menu-Skin-StaticHover a:visited
{
    color: #591d01;
    text-decoration: none;
}

.RS-Menu-Skin-DynamicItem,
.RS-Menu-Skin-DynamicItem a,
.RS-Menu-Skin-DynamicItem td a
{
    font-size: 10px;
    text-decoration: none;
    border-top: 1px solid #f8ecd4;
    border-bottom: 1px solid #6f5247;
    border-left:  1px solid #f8ecd4;
    border-right:  1px solid #f8ecd4;
}

.RS-Menu-Skin-DynamicHover,
.RS-Menu-Skin-DynamicHover a,
.RS-Menu-Skin-DynamicHover td a
{
    background-color: #591d01;
    color: #f8ecd4;
}

/*--- UMES Departmental Template Menus -----------------*/
/*--- Top Level Vertical Cells -----*/
.Menu-Skin-Vertical
{
    border-top: 1px solid #6f5247;
    border-left: 1px solid #591d01;
    border-right: 1px solid #591d01;
}

/*--- Top Level Static Vertical Cells -----*/
.Menu-Skin-StaticItem td
{
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #6f5247;
    padding: 6px;
    text-transform: uppercase;
}

.Menu-Skin-Vertical,
.Menu-Skin-StaticItem a,
.Menu-Skin-StaticItem a:visited
{
    color: #f8ecd4;
}

/*--- Top Level Static Hover Vertical Cells -----*/
.Menu-Skin-StaticHover a,
.Menu-Skin-StaticHover a:visited
{
    color: #591d01;
    text-decoration: none;
}

.Menu-Skin-DynamicItem,
.Menu-Skin-DynamicItem a,
.Menu-Skin-DynamicItem td a
{
    font-size: 10px;
    text-decoration: none;
    border-top: 1px solid #f8ecd4;
    border-bottom: 1px solid #6f5247;
    border-left: 1px solid #f8ecd4;
    border-right: 1px solid #f8ecd4;
}

.Menu-Skin-DynamicHover,
.Menu-Skin-DynamicHover a,
.Menu-Skin-DynamicHover td a
{
    background-color: #591d01;
    color: #f8ecd4;
}


