/* ------------------------------------------------------------------------------------------ */
/* The following is required to stay as it is - do not edit it.  To change the appearance, go */
/* to the section marked 'Edit The Appearance Here'                                           */
/* ------------------------------------------------------------------------------------------ */

.navmenu ul, .navmenu li
{
    list-style: none;
}

ul#navmenu a
{
    height: 1%; /*For IE6 hover*/
    background-position: right center;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

.navmenu ul
{
    display: none;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
}
/* Class to show hidden submenus */
.navmenu ul.AMSHW
{
    display: block;
}
/* Class to hide submenus */
.navmenu ul.AMHID
{
    display: none;
}
.navmenu a.AMW
{
    padding-right:7px;
}
/* ------------------------------------------------------------------------------------------ */
/*                          'Edit The Appearance Here'                                        */
/* ------------------------------------------------------------------------------------------ */

/* Width, border, padding and margin of the overall menu */
.navmenu
{
    width: 180px;
    border: 0 none;
    margin: 0;
    padding: 0;
}

/* Defaults for all links in the menu */
.navmenu a
{
    text-decoration: none;
    padding: 3px 0px 3px 4px;
    border: 1px solid #EBF9FE;
    display: block;
}

/********************/
/* Root level links */
/********************/

/* Without submenu  */
.navmenu a
{
    color: #ffffff;
    background: #073C92;
}
.navmenu a:hover
{
    color: #FFFFFF;
    background: #00ADEF;
}

/* With submenu     */
.navmenu a.AMW
{
    background-image: url(../Images/SiteDesign/MenuArrowWhite.gif);
}
.navmenu a.AMW:hover
{
    background-image: url(../Images/SiteDesign/MenuArrowDownSelectedBlue.gif);
}

/* Any links in the menu that are pre-selected */
.navmenu a.AMS
{
    color: #FFFFFF;
    background: #00ADEF;
}

/* Any links in the menu with sub menus, that are pre-selected */
.navmenu a.AMWSEL
{
    background-image: url(../Images/SiteDesign/MenuArrowDownSelected.gif);
}

/***********************/
/* 1st sub level links */
/***********************/

/* Without submenu  */
.navmenu ul a
{
    background: #ebf9fe;
    color: #00499E;
}
.navmenu ul a:hover
{
    color: #FFFFFF;
    background: #00ADEF;
    text-decoration:underline;
}

/* With submenu     */
.navmenu ul a.AMW
{
    background-image: url(../Images/SiteDesign/MenuArrow.gif);
}
.navmenu ul a.AMW:hover
{
    background-image: url(../Images/SiteDesign/MenuArrowDownSelectedBlue.gif);
}

/* Any links in the menu that are pre-selected */
.navmenu ul a.AMS
{
    color: #FFFFFF;
    background: #00ADEF;
}

/* Any links in the menu with sub menus, that are pre-selected */
.navmenu ul a.AMWSEL
{
    background-image: url(../Images/SiteDesign/MenuArrowDownSelected.gif);
}

/***********************/
/* 2nd sub level links */
/***********************/

/* Without submenu  */
.navmenu ul ul a
{
    background: #FFFFFF;
    color: #00499E;
}
.navmenu ul ul a:hover
{
    color: #FFFFFF;
    background: #00ADEF;
    text-decoration:underline;
}

/* With submenu     */
.navmenu ul ul a.AMW
{
    background-image: url(../Images/SiteDesign/MenuArrow.gif);
}
.navmenu ul ul a.AMW:hover
{
    background-image: url(../Images/SiteDesign/MenuArrowDownSelectedBlue.gif);
}

/* Any links in the menu that are pre-selected */
.navmenu ul ul a.AMS
{
    color: #FFFFFF;
    background: #00ADEF;
}

/* Any links in the menu with sub menus, that are pre-selected */
.navmenu ul ul a.AMWSEL
{
    background-image: url(../Images/SiteDesign/MenuArrowDownSelected.gif);
}

/***********************/
/* 3rd sub level links */
/***********************/

/* Without submenu  */
.navmenu ul ul ul a
{
    background: yellow;
    color: #00499E;
}
.navmenu ul ul ul a:hover
{
    background: cyan;
    color: #00499E;
    text-decoration:underline;
}

/* With submenu     */
.navmenu ul ul ul a.AMW
{
    background-image: url(../Images/SiteDesign/MenuArrow.gif);
}
.navmenu ul ul ul a.AMW:hover
{
    background-image: url(../Images/SiteDesign/MenuArrowDownSelectedBlue.gif);
}

/* Any links in the menu that are pre-selected */
.navmenu ul ul ul a.AMS
{
    color: #fff;
    background: #FF6666;
}

/* Any links in the menu with sub menus, that are pre-selected */
.navmenu ul ul ul a.AMWSEL
{
    background-image: url(../Images/SiteDesign/MenuArrowDownSelected.gif);
}