   /* top navigation | sitemap and contactus   */

    .top-nav{
	font-family: Arial; 
	font-size: 12px;
	color: #B0232A;
	}
	a.top-nav:link {
	font-family: Arial; 
	font-size: 12px;
	color: #B0232A;
	}
	a.top-nav:visited {
	font-family: Arial; 
	font-size: 12px;
	color: #B0232A;
	}
	a.top-nav:hover {
	font-family: Arial; 
	font-size: 12px;
	color: #A75D27;
	text-decoration: none;
	}

   /* top navigation | main navigation*/

   .nav{
	background-color: #5D5D5D;
	width: 12%;
	vertical-align: middle;
	text-align: center;
	}
   
   	a.anav{
	FONT-FAMILY: Arial; 
	font-size: 12px;
	color: #0552AE; /* Text Color */
	}
	.sel-nav{
	background-color: #FF4D00;
	width: 12%;
	text-align: center;
	font-family: Arial; 
	font-size: 13px;
	color: #ffffff;
	}
    
	