﻿#SampleMenu
{
    height:20px;
}

#SampleMenu td, #SampleMenu a, #SampleMenu table, #SampleMenu th, #VerticalMenu td, #VerticalMenu th
{
    font-size:12px;    
    color: #2A5ABE; /*border-style: solid;     border-width: 0px 1px 0px 1px;     border-color: #DFDFDF; */ /*Fixed Frank*/
    text-decoration:none; /*Fixed issue about the hyperlinks in the menu*/
}

#SampleMenu a, #SampleMenu table, #SampleMenu th, #VerticalMenu td, #VerticalMenu th
{
    font-size:12px;    
    color: #2A5ABE; /*border-style: solid;     border-width: 0px 1px 0px 1px;     border-color: #DFDFDF; */ /*Fixed Frank*/
    text-decoration:none; /*Fixed issue about the hyperlinks in the menu*/
}

#VerticalMenu td, #VerticalMenu th
{
    font-size:12px;    
    color: #2A5ABE; /*border-style: solid;     border-width: 0px 1px 0px 1px;     border-color: #DFDFDF; */ /*Fixed Frank*/
    text-decoration:none; /*Fixed issue about the hyperlinks in the menu*/
}

#SampleMenu a.StaticMenuItemStyle,#SampleMenu a:hover.StaticMenuItemStyle
{
    display:block;
    height: 100%;    
    color: #2A5ABE; /*border-style: solid;     border-width: 0px 1px 0px 1px;     border-color: #DFDFDF; */ /*Frank*/
	font-family: Verdana; /*Frank*/
	font-weight: bold; /*Frank*/
	font-size: 12px; /*Frank*/
    text-decoration:none; /*Fixed issue about the hyperlinks in the menu*/
}



.StaticMenuStyle
{
    /*background-color: #CDCDCD;*//*Frank Changed background*/
	/*width:0px;*/
    height:20px;
    
}
/*
.StaticMenuStyle a
{
    color: Black;
    text-decoration: none;
    margin-left: 1em;
    margin-right: 1em;
}
*/

#VerticalMenu .StaticMenuStyle
{
    width:245px;    
}
#VerticalMenu .StaticMenuItemStyle
{
    padding-bottom:2px;
    padding-top:2px;
    text-align:center; 
    white-space:pre-line;   
}

#VerticalMenu a, #VerticalMenu a:hover
{
    display:block;
    height: 100%;
}

.StaticMenuItemStyle
{
    /*background-color: #e9e9e9;*/ /*Frank*/
    background-color:Transparent;
    /*background-image:url(../../Web/images/part-of-the-logo.jpg);*/
    color: #2A5ABE; /*border-style: solid;     border-width: 0px 1px 0px 1px;     border-color: #DFDFDF; */ /*Frank*/
	font-family: Verdana; /*Frank*/
	font-weight: bold; /*Frank*/
	font-size: 12px; /*Frank*/
    height:20px;    
    padding-left:5px; /*Updated left side suggested by Arnold, padding-left:9px;*/
    padding-right:1px; /*Fix issue Fire Fox desconfigured menu, padding-right:1px; */
    text-align:center;
    /*margin-left:-10px;
    margin-right:-90px;   */
    margin: 0px 10px 0px 0px;    /*Fix issue Fire Fox desconfigured menu margin:0px 15px 0px 3px;*/


     
}

.StaticHoverStyle
{
    border-style: solid;
    border-width: 0px 0px 0px 0px; /*quit out the border in the slide*/
    /*border-color: black;*/
    font-weight: bold;
    background-color: #FFFFFF; /*Frank Backgroud Menu selected*/
    height:20px;

}
.StaticHoverStyle a:hover
{
   color: #2A5ABE; /*Color letter menu*/
   /*font-weight: Bold;*Frank*/
}


.StaticSelectedStyle
{
}

.DynamicMenuStyle
{
    background-color: #ededed; /*Frank*/
    border-style: solid;
    border-width: 1px;
    border-color: black;    
}
.DynamicMenuStyle Table
{
    height:100%;
}
.DynamicMenuItemStyle
{
    background-color: #ffffff; /*Frank*/
    color: #2A5ABE; /*Frank*/
	font-family: Verdana; /*Frank*/
	/*font-weight: bold; Frank*/
	font-size: 16px; /*Frank*/
    text-align: left; 
    padding-left:10px;
    padding-right:10px;
    display:block;
    height:100%;
}


.DynamicHoverStyle
{
    background-color: #C9D7F1; /*Frank  Back ground menu slider*/
}

.DynamicHoverStyle a:hover
{
   color:#2A5ABE;
   font-weight: bold; /*Frank*/
}

.DynamicSelectedStyle
{
	
}
#Container
  {position: relative; /*or absolute*/
   z-index: 0;
   
  }

