﻿/* Vertical Accordion */
.accordionHeader
{
    width:176px;
   	margin-left:auto;
   	margin-right:auto;
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
      
    font-family: "Arial", "Sans-Serif";
    font-size: 12px;
    font-weight: bold;
    
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    width:176px;
   	margin-left:auto;
   	margin-right:auto;

    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;

    font-family: "Arial", "Sans-Serif";
    font-size: 12px;
    font-weight: bold;
    
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    width:176px;
   	margin-left:auto;
   	margin-right:auto;
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* End Vertical Accordion */




/* Horizontal */
.Menu
{
    text-align:center;
}

.Menu a
{
    color:White;
    font-weight:normal;

}
.Menu a:hover
{
    color:White;
    text-decoration:none;
    font-weight:normal;
}


.Level2
{

}

.Level2:hover
{
  	border-bottom:dashed 1px White;
}

.MenuItemStyle
{
    text-align:right;
    float:right;
	width: 235px;
	line-height:40px;
	padding-right:0px;
	border-bottom:dashed 1px White;
}

.MenuItemStyle:hover
{
    float:right;
    text-align:right;
	width:235px;
}

.MenuItemStyle a
{
    color:White;
    font-weight:normal;
    padding-right:10px;
    width:235px;
}
.MenuItemStyle a:hover
{
    color:White;
    text-decoration:none;
    font-weight:normal;
    padding-right:10px;
    width:235px;
    background-position:right;
    background-repeat:no-repeat;
}
/* End Horizontal */




