﻿.MenuTabParentDiv
{
    width: 700px; 
    height:20px;   
    /*padding:5px;    */
    text-align:right;
    /*float:right;*/
    
    
}


.MenuParentDiv
{
    width: 700px;    
    height:220px;
    padding:5px;
    border:2px solid #bfd9f0;
    text-align:right;    
    float:right;
    position:relative;
    
}
.MenuItemDiv
{
    top:0;
    right:0;    
    width: 700px;    
    height:220px;
    padding:5px;    
    position:absolute;
    overflow:auto;        
}

.MenuRightTabInactive
{
    float: right;
    width: 4px;
    height: 20px;
    background: #e7e7e7 url( 'notSelected_right.jpg' ) no-repeat left top;
    margin-right: 2px;
}
.MenuLeftTabInactive
{
    float: right;
    width: 4px;
    height: 20px;
    background: #e7e7e7 url( 'notSelected_left.jpg' ) no-repeat right top;
    margin-left: 2px;
}
.MenuMainTabInactive
{
    text-align: center;        
    vertical-align:middle;    
    float: right;
    width: auto;
    height: 20px;
    background-color: #e7e7e7;
    padding:0 10px 0 10px;
}

.MenuRightTabActive
{
    float: right;
    width: 4px;
    height: 20px;
    background: #bfd9f0 url( 'Selected_right.jpg' ) no-repeat left top;
    margin-right: 2px;
}
.MenuLeftTabActive
{
    float: right;
    width: 4px;
    height: 20px;
    background: #bfd9f0 url( 'Selected_left.jpg' ) no-repeat right top;
    margin-left: 2px;
}
.MenuMainTabActive
{
    text-align: center;
    vertical-align: middle;
    float: right;
    width: auto;
    height: 20px;
    background-color: #bfd9f0;
    padding:0 10px 0 10px;
}

.MenuAnchorInactive
{
    color: black;
    text-decoration: none;
    font-weight: bold;
    cursor:pointer;
}

.MenuAnchorActive
{
    color: blue;
    text-decoration: none;
    font-weight: bold;
}

.Cell
{
    padding:5px;
    border:2px solid #bfd9f0;
    text-align:center;
    float:right;
    background-color:White;
}

 a.MenuItemDiv:hover, a.MenuItemDiv:active
{
    color:Blue;
    text-decoration: underline;
}
 a.MenuItemDiv:link, a.MenuItemDiv:visited
{
    color:Blue;
    text-decoration: none;
}