/* CSS Document */

.GlobleNav { 
	height:22px;
	text-align:right;
	padding-right:20px;
	margin:0px;
}



.GlobleNav  a:link, .GlobleNav  a:visited{ 
    font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
    color: #FFFFFF;
	text-decoration:none;
	text-align:right;
	padding:0px;
	margin:0px;
}

.GlobleNav  a:Hover{ 
    font-family: "Times New Roman", Times, serif;
	color:#ebd2b4;
	padding:0px;
	margin:0px;
}


.GlobleNav a{ 
    font-family: "Times New Roman", Times, serif;
	color:#FFFFFF;	
	padding:0px;
	margin:0px;
}


.GlobleNav_Active  {
	background-image:url(../images/Layout_graphics/Nav_Active.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
	line-height: 22px;
	width:100%;
    text-align:right;
    font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
    color: #ebd2b4;
	padding-right:20px;
	padding-bottom:0px;
	margin:0px;
} 	

.GlobleNav_Active a{ 
	display: Block;
	text-decoration: none;
}

.GlobleNav_Active  a:link, .GlobleNav_Active a:active, .GlobleNav_Active a:visited{ 
	vertical-align:middle;
	color:#ebd2b4;
	text-decoration:none;
}

/*============================================================= Secondary Nav ============================================*/



.SecondLevelNav {
    text-align:right;
    padding: 0px 20px 0px 20px;
    font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
    color: #FFFFFF;
	line-height: 15px;
}


.SecondLevelNav a:link, .SecondLevelNav a:active, .SecondLevelNav a:visited{
    color:  #FFFFFF;
	text-decoration: none;
}


.SecondLevelNav a:hover{
    color: #ebd2b4;
	text-decoration: none;
}

.SecondLevelNav_active{
    text-align:right;
    padding: 0px 20px 0px 20px;
    font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
    color: #ebd2b4;
	line-height: 15px;
}

.SecondLevelNav_active a:link, .SecondLevelNav_active a:active, .SecondLevelNav_active a:visited{
    color:  #ebd2b4;
	text-decoration: underline;
}





/*------------------------------------------------- Third Level Nav --------------------------------*/


#ThirdLevelNav_Table {
	width:100%;
}



.ThirdLevelNav {
	text-align:right;
    font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: Bold;
    color: #000;
	padding:0px 5px 0px 0xp;
}



.ThirdLevelNavActive {
    font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: Bold;
    color: #FFF;
	text-decoration: none;
	text-align:right;
	padding:0px 5px 2px 0xp;
}



.ThirdLevelNav a:hover{
	text-decoration:none;
}

.ThirdLevelNav a:link, .ThirdLevelNav a:visited, .ThirdLevelNav a:active{
    color: #FFF;	text-decoration: none;

}



.ThirdLevelNavActive a:link, .ThirdLevelNavActive a:visited, .ThirdLevelNavActive a:active{
    color: #000;	text-decoration: none;

}




