﻿/* ============================================================
 * Styles for the main menu.
 *===========================================================*/

.mainMenu
{
   
}

#mainMenu ul
{
    /*background-image:url('../../Content/images/MenuBG.png');*/
    font-family :  Arial, sans-serif;

    background-color: #1e8d8d;
    height:25px;
    list-style:none;
    margin:0;
    padding-left: 5px;
    padding-top:3px;
    border: 0px;
    border-style: solid;
	border-top-width: 0px;
    /*border-top-color: #483F3F;
	border-bottom-width: 2px;
    border-bottom-color: #D9D6CA;*/
}
  
.mainMenu li
{
    list-style: none;
    float:left;
    padding: 0px 5px 0px 5px;   /* Top, Right, Bototm, Left  */
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #ACA3A3;
}

.mainNav .Child a::after 
{
    /*color: red;*/
    content: ' ▾';
}

.mainMenu li a
{
    color: white;
    display:block;
    font-weight:normal;
    padding: 0px 10px 0px 10px; 
    text-align:center;
    text-decoration:none;
    padding: 0px 5px 0px 5px;   /* Top, Right, Bototm, Left  */
}

.mainMenu li a:hover
{
    /*background: #2B547E;*/
    /*height:25px;*/
    color: #F7F2E0;
    padding: 0px 5px 0px 5px;   /* Top, Right, Bototm, Left  */
    text-decoration: none;    
    border: 0px;
    border-bottom: 0px;
    border-style: solid;
	border-bottom-width: 5px;
    border-bottom-color: orange;
}


#mainMenu li
{
    list-style: none;
    float:left;
    padding: 0px 5px 0px 5px;   /* Top, Right, Bototm, Left  */
    border-right-style: solid;
    border-right-width: 0px;
    border-color: #ACA3A3;
}
  
#mainMenu li a
{
    color: white;
    display:block;
    font-weight:normal;
    padding: 0px 10px 0px 10px; 
    text-align:center;
    text-decoration:none;
    padding: 0px 5px 0px 5px;   /* Top, Right, Bototm, Left  */
}
    
#mainMenu li a:hover
{
    /*background: #2B547E;*/
    /*height:25px;*/
    color: yellow;
    padding: 0px 5px 0px 5px;   /* Top, Right, Bototm, Left  */
    text-decoration: none;    
    border: 0px;
    border-bottom: 0px;
    border-style: solid;
	border-bottom-width: 0px;
    border-bottom-color: pink;
    font-weight:normal;
}
  
#mainMenu li ul
{
    float: left;  /*  IE 7 */
    display:none;
    height:auto;
    position:absolute;
    width: 170px; 
    font-weight:normal;
    border-width: 0px;
    margin: 0px;
    z-index:300;
}
 
/* Dropdown menu*/
#mainMenu li:hover ul
{
  	margin: 0px;
	display:block;
    /*background: #88A0AF;*/
    background: gray;

    font-weight:normal;
    padding: 5px 2px 5px 2px;   /* Top, Right, Bototm, Left  */

    border-style: solid;
	border-width: 1px;
    border-color: black;
}
   
#mainMenu li li 
{
  float: left;  /*  IE 7 */
  display:block;
  float:none;
  color:white;
}

/* Top, Right, Bototm, Left  */ 
  
#mainMenu li ul a
{
  display:block;
  font-size:12px;
  font-style:normal;
  text-align:left;
  color: white;
}
    
#mainMenu li ul a:hover
{
    background: red;
	color: white;
    border-bottom: 0px;
    margin: 0px;
    padding: 0px 5px 0px 5px;   /* Top, Right, Bototm, Left  */
    font-style:normal;
}

#mainmenu-break
{
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-bottom-color: white;
}

/* Used to layout the '|' separator on the main menu */
#mainMenu p
{
  clear:left;
  color:#666666;
  display:block;
  font-weight:normal;
  line-height:16px;
  padding:0px 0px;
  text-align:center;
  text-decoration:none;
}  

/* The colour of the current main menu item */
#mainMenu #current
{
  color:#274647;
}


/* ============================================================
 * Styles for the side bar menu.
 *===========================================================*/

.sideBarMenu
{
    margin: 0;
    padding-left: 0px;
}

.sideBarMenu ul
{
    list-style: none;
    margin:0;
    padding-left: 0;
}

.sideBarMenu li
{
    list-style-type:none; 
}

