/* CSS Document 

#topnav{
	background-image:url(#request.appsettings.DefaultImages#/Layout/Nav/Nav_Top.gif);
	background-repeat: no-repeat;
	height:17px;
	width:180px;
}

#bottomTout{
	background-image:url(#request.appsettings.DefaultImages#/Layout/Nav/Nav_bottom.gif);
	background-repeat: no-repeat;
	height:22px;
	width:180px;

}

*/


.ParentName{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#04a6d7;
	margin-left:24px;
	text-decoration:none;
}

.ParentName a:link, .ParentName a:visited, .ParentName a:active{
	color:#04a6d7;
	text-decoration:none;
}




.GlobleNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}


.GlobleNav  a:link{
	color:#FFF;
	text-decoration:none;
}

.GlobleNav  a:active{
	color:#FFF;
	text-decoration:none;
}

.GlobleNav  a:visited{
	color:#FFF;
	text-decoration:none;
}


.GlobleNav  a:hover{
	color: #000543;
}


.GlobleNav_Active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000543;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}

.GlobleNav_Active  a:link{
	color:#000543;
	text-decoration:none;
}


.GlobleNav_Active  a:visited{
	color:#000543;
	text-decoration:none;
}

.GlobleNav_Active  a:hover{
	color:#000543;
	text-decoration:none;
}




/*========================================================Sub Nav===========================================================*/

#SubnavTop{
	background-image:url(#request.appsettings.DefaultImages#/Layout/Nav/Sub_Nav_top.gif);
	background-repeat:no-repeat;
	height:8px;
}

#SubnavBottom{
	background-image:url(#request.appsettings.DefaultImages#/Layout/Nav/Sub_Nav_Bottom.gif);
	background-repeat:no-repeat;
	height:8px;
}

.Globel_SubNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 0px 2px 24px;
}


.Globel_SubNav  a:link{
	color:#FFF;
	text-decoration:none;
}

.Globel_SubNav  a:visited{
	color:#FFF;
	text-decoration:none;
}

.Globel_SubNav  a:hover{
	color:#04a7d7;
	text-decoration:none;
}

.Globel_SubNav_active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#04a7d7;
	text-decoration:none;
	padding: 2px 0px 2px 24px;
	background-image:url(../images/Layout/Nav_Selected_IMG.jpg);
	background-repeat:no-repeat;
}

.Globel_SubNav_active  a:link{
	color:#04a7d7;
	text-decoration:none;
}

.Globel_SubNav_active  a:visited{
	color:#04a7d7;
	text-decoration:none;
}

.Globel_SubNav_active  a:hover{
	color:#04a7d7;
	text-decoration:none;
}



.ThirdLevelNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	padding: 0px 0px 0px 10px;
}




.ThirdLevelNavActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	padding: 0px 0px 0px 10px;
	color:#FFF;
}

.ThirdLevelNav a:link, .ThirdLevelNav a:visited, .ThirdLevelNav a:active  {
	text-decoration:none;
	color:#FFF;
}

