﻿/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* ADMINISTRATION TOP LEVEL MENU */

#PrimaryNavigation
{
    width: 960px;
    height:37px;
    z-index: 2;
    float:left;
    left: 0px;
    top: 0px;
    position: relative;
    background-image: url('../Images/PrimaryNavBkgd.jpg');

}

#PrimaryNavigation ul
{
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    vertical-align: text-bottom;
}


#PrimaryNavigation li
{
    float: left;
    height: 37px;
    width: 120px;
    text-align: center;
    font-size: 12px;
    background-image: url('../Images/NavInactiveBkgd.jpg');
    background-repeat: no-repeat; 
}
                   
#PrimaryNavigation li.Selected
{
    float: left;
    height: 37px;
    width: 120px;
    text-align: center;
    font-size: 12px;
    background-image: url('../Images/NavActiveBkgd.jpg');
    background-repeat: no-repeat;  
}

#PrimaryNavigation a
{
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    font-family: Calibri;
    font-weight: bold;
}

#PrimaryNavigation a:hover
{
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    font-family: Calibri;
    font-weight: bold;
}

#PrimaryNavigation a.Selected
{
    color: #EEEEEE;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    font-family: Calibri;
    font-weight: bold;
}

#lnkModules {

 position:relative;
 top: 10px;
}


/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* ADMINISTRATION TOP LEVEL MENU */

#SecondaryNavigation
{
    padding: 1px 0px 0px 0px;
    width: 610px;
    z-index: 2;
    left: -9px;
    top: 0px;
    position: relative;
    height: 30px;
}

#SecondaryNavigation ul
{
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    vertical-align: text-bottom;
}

#SecondaryNavigation li
{
    float: left;
}

#SecondaryNavigation a
{
    border: 1px solid #eeeef0;
    width: 100px;
    display: block;
    padding: 8px 6px 8px 0.5em;
    background-color: #FFFFFF;
    color: #666666;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
    font-family: 'Arial Rounded MT Bold';
}

#SecondaryNavigation a:hover
{
    border: 1px solid #eeeef0;
    display: block;
    padding: 8px 6px 8px 0.5em;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
    font-family: 'Arial Rounded MT Bold';
    background-color: #000000;
}

#SecondaryNavigation a.Selected
{
    border: 1px solid #eeeef0;
    display: block;
    padding: 8px 6px 8px 0.5em;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
    font-family: 'Arial Rounded MT Bold';
    background-color: #000000;

}

.NavBreaker
{
    color: #eeeef0;
    width: 98%;
    height: 3px;
    z-index: 1;
    top: -9px;
    position: relative;
}

/*/////////////////////////////////////////////////////////
/////////// INCLUDE FILES - NAVIGATION LEVEL THREE ///////////////////////// */

#Level3{
	width: 206px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: Verdana;
	background-color: #FFFFFF;
	color: #333;
	z-index: 2;
    float:left;
    left: 0px;
    top: 3px;
	}
	
#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
{
    border: 1px solid #FFFFFF;
    display: block;
    padding: 8px 8px 8px 0.5em;
    background-color: #666666;
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
    font-size: 10px;
}
		
#Level3 li a:hover
{
    display: block;
    padding: 8px 8px 8px 0.5em;
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
    font-size: 10px;
    border: 1px solid #FFFFFF;
    background-color: #CCCCCC;
}
