﻿/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* ADMINISTRATION TOP LEVEL MENU */

#PrimaryNavigationBkgd
{
    width: 250px;
    height: 186px;
    z-index: 2;
    float: left;
    left: 0px;
    top: 10px;
    position: absolute;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #0066CC;
    
    }

#PrimaryNavigation
{
    width: 250px;
    height: 190px;
    z-index: 2;
    float: left;
    left: 0px;
    top: 10px;
    position: absolute;
}


#PrimaryNavigation ul
{
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    vertical-align: text-bottom;
}

#PrimaryNavigation li
{
    float: left;
    left: 10px;
}

#PrimaryNavigation a
{
    display: block;
    padding: 8px 6px 8px 0.5em;
    width: 237px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    font-family: 'Arial Rounded MT Bold';
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

#PrimaryNavigation a:hover
{
    display: block;
    padding: 8px 6px 8px 0.5em;
    width: 237px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    font-family: 'Arial Rounded MT Bold';
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    background-color: #6699FF;
}

#PrimaryNavigation a.Selected
{
    display: block;
    padding: 8px 6px 8px 0.5em;
    width: 237px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    font-family: 'Arial Rounded MT Bold';
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    background-color: #6699FF;
}


/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* ADMINISTRATION TOP LEVEL MENU */

#SecondaryNavigation
{
    z-index: 2;
    left: 0px;
    top: 0px;
    position: relative;
    width: 250px;


}

#SecondaryNavigation ul
{
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    vertical-align: text-bottom;
}

#SecondaryNavigation li
{
    float: left;
}

#SecondaryNavigation a
{
    display: block;
    padding: 8px 6px 8px 0.5em;
    width: 237px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    font-family: 'Arial Rounded MT Bold';
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    background-color: #BBD1FF;
}

#SecondaryNavigation a:hover
{
    display: block;
    padding: 8px 6px 8px 0.5em;
    width: 237px;
    color: #000099;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    font-family: 'Arial Rounded MT Bold';
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    background-color: #E1E1FF;
}

#SecondaryNavigation a.Selected
{
    display: block;
    padding: 8px 6px 8px 0.5em;
    width: 237px;
    color: #000099;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    font-family: 'Arial Rounded MT Bold';
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    background-color: #E1E1FF;

}


/*/////////////////////////////////////////////////////////
/////////// INCLUDE FILES - NAVIGATION LEVEL THREE ///////////////////////// */

#Level3{
    z-index: 2;
    width: 220px;
    height: 31px;
    position: relative;
    float: right;
    right: 0px;
    top: 0px;
	}
	
#Level3 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#Level3 li
{
    margin: 0;
    list-style: none;
    list-style-image: none;
    width: 100%;
}

#Level3 li a
{
    display: block;
    padding: 8px 8px 8px 0.5em;
    color: #003399;
    width: 220;
    font-size: 11px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #003399;
    background-color: #E6E6FF;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #3366CC;
}
		
#Level3 li a:hover
{
    display: block;
    padding: 8px 8px 8px 0.5em;
    color: #003399;
    text-decoration: underline;
    width: 220;
    font-size: 11px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #003399;
    background-color: #E6E6FF;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #3366CC;
}

