﻿/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - TOP PART NAVBAR CSS - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#Margin #Main #Navigation
{
    width: 970px;
    position: relative;
    top: 0px;
}

#Margin #Main #Navigation #Logo
{
    width: 970px;
    height: 85px;
    background-image: url('../Images/MasterPage/Logo.png');
    background-repeat: no-repeat;
    position: relative;
}

#Margin #Main #Navigation #Logo .UserMeta
{
   position: absolute;
   top:0px;
   left: 7px;
   height: 22px;
   width: 960px;
   text-align: center;
   background-image: url('../Images/MasterPage/UpperBanner.png');
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   border: none;
   color: #000000;
}

.UserMeta span
{
    display: inline;
    padding-right: 15px;
}

.UserMeta span a, .UserMeta span a:visited
{
    text-decoration: none;
   color: #000000;
}

.UserMeta span a:hover
{
    text-decoration: underline;
   color: #000000;
}


#Margin #Main #Navigation #TopMenu
{
    width: 970px;
    height: 85px;
    position: relative;
    display: block;
    top: 5px;
}

#Margin #Main #Navigation #MarketingBanner
{
    width: 970px;
    height: 35px;
    position: relative;
    display: block;
    bottom: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - WEST PARTS MENU CSS - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#Left a, #Right a
{
    display: block;
}

#Left ul, #Right ul
{
    margin: 0;
    padding: 0;
}

#Left ul li, #Right ul li
{
    display: inline;
    margin: 0 0 0 0;
    padding: 0;
}

#Left ul li a, #Right ul li a
{
    text-decoration: none;
    padding: 0;
}

#Left ul.NavMenu li, #Right ul.NavMenu li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#Left ul.NavMenu li a, #Right ul.NavMenu li a
{
    height: 20px;
    width: 160px;
    border-bottom: 1px solid #c0c0c0;
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 3px 5px 0px 5px;
    font-weight: normal;
}

#Left ul.NavMenu li a:hover, #Right ul.NavMenu li a:hover
{
    background-color: #c0c0c0;
    color: #fff;
    font-weight: bold;
}

#Left ul.NavMenuBold li, #Right ul.NavMenuBold li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: auto;
}

#Left ul.NavMenuBold li a, #Right ul.NavMenuBold li a
{
    height: 20px;
    width: 160px;
    border-bottom: 1px solid #c0c0c0;
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 3px 5px 0px 5px;
    font-weight: bold;
}

#Left ul.NavMenuBold li a:hover, #Right ul.NavMenuBold li a:hover
{
    background-color: #c0c0c0;
    color: #fff;
    font-weight: bold;
}
