﻿        .NavDivStyle
        {
            height:60px;
            width:1000px;
        }
        .NavBarStyle
        {
            width: 1000px;
            height: 40px;
            background:url(../images/NewMenuSprite.png);
            background-repeat:repeat-x;
        }
        .NavSeperator
        {
            width:4px;
            vertical-align:middle;
        }
        .NavMenuItems
        {
            width:138.85px;
            vertical-align:middle;
            text-align:center;
            font-family:Tahoma;
            font-size:11px;
            color:white;
        }
 
        .ParentMenuButtons
        {
            background:url(../images/shim.png);
            border:none;
            background-repeat:repeat;
            color:White;
            font-family:Tahoma;
            font-size:11px;
            cursor:pointer;
        }
        .ParentMenuButtons:hover
        {
            color:Red;
        }
        .SubMenuContainer
        {
            height:20px;
            width:1000px;
            font-family:Tahoma;
            font-size:11px;
            color:Black;
        }
        .SubMenuItem
        {
            width:100%;
            height:20px;
            font-family:Tahoma;
            font-size:11px;
            color:Black;
        }
        .SubMenuItemCell
        {
            width:142.85px;
            vertical-align:middle;
            text-align:center;
            font-family:Tahoma;
            font-size:11px;
            color:Black;
        }
        .SubMenuButtons
        {
            background:url(../images/shim.png);
            border:none;
            background-repeat:repeat;
            color:Black;
            font-family:tahoma;
            font-size:11px;
            cursor:pointer;
        }
        .SubMenuButtons:hover
        {
            color:Red;
        }
        .SubSubMenuContainer
        {
            width:150px;
            font-family:Tahoma;
            font-size:11px;
            color:black;
            background-color:White;
            border:solid 1px black;
            text-indent:3px;
            position:absolute;
            top:150px;
            right:100px;
            text-align:left;
            display:none;
        }
        .SubSubMenuButtons
        {
            font-family:Tahoma;
            font-size:11px;
            color:Black;
            background:url(../images/shim.png);
            border:none;
            background-repeat:repeat;
        }
        #dropmenudiv
        {
            position:absolute;
            border:1px solid black;
            border-bottom-width: 0;
            font:normal 11px tahoma;
            line-height:18px;
            z-index:100;
            color:Black;
            border-bottom:solid 1px black;
        }

        #dropmenudiv a
        {
            width: 100%;
            display: block;
            text-indent: 3px;
            padding: 1px 0;
            text-decoration: none;
            color:Black;
        }

        #dropmenudiv a:hover
        { /*hover background color*/
            background:url(../images/ContentBoxBar.png);
            background-repeat:repeat-x;
            color:Red;
        }