/******************************************************/
/********* MAKE CHANGES ONLY WHERE MENTIONNED *********/
/******************************************************/


/****************** for local navigation bar only ****************/


.topNavigationLocal ul {

	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/*Top level list items*/

.topNavigationLocal ul li {

	position: relative;
	display: inline;
	float: left;
	}


/*Top level menu link items style*/

.topNavigationLocal ul li a {

	display: block;
	width: 115px;       /* change the width according to the number of menus and the width of the main table and taking into account padding */
	padding: 5px 5px;
	border: 0px;
	border-left-width: 0;
	text-decoration: none;
	background: #ebf0f6;
	font: bold 10px Tahoma;
	line-height: 9px;
	text-align: center;
	}
	
/*Sub level menu*/

.topNavigationLocal ul li ul {

	left: 0;
	top: 0;
	border-top: 1px solid #2a5c69;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	}

/*Sub level menu list items*/

.topNavigationLocal ul li ul li {

	display: inline;
	float: none;
	}


/* Sub level menu links style */

.topNavigationLocal ul li ul li a {

	width: 114px;       /* change the width according to the width of the top menu width and taking into account padding */
	font-weight: normal;
	text-align: left;
	padding: 5px 5px;
	background: #ebf0f6;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #2a5c69;
	}


.topNavigationLocal ul li a:link {

	background: #ebf0f6;
	text-decoration: none;
	color: #000000;
	}

.topNavigationLocal ul li a:visited {

	background: #ebf0f6;
	text-decoration: none;
	color: #000000;
	}

.topNavigationLocal ul li a:hover {

	background: #f5f9fd;
	text-decoration: none;
	color: #000000;
	}

.topNavigationLocal ul li ul li a:hover {

	background: #f5f9fd;
	text-decoration: none;
	color: #000000;
	}

.topNavigationLocal .arrowdiv {

	position: absolute;
	right: 0;
	background: transparent url(../images/topNavArrow.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}


/* background image middle line for table hosting local top navigation bar */

.localNavHostBckgnd {

	background: url(../images/top_nav_host.gif);
	background-repeat: repeat-x;
	background-position: center;
	}


.localNavBckgnd {

	background-color: #2a5c69;
	}