#topNavigation {
	float:left;
	width:100%;
	background-image:url(../images/rtibanner2_bottom.gif);
	background-position:0px 0
}
#topNavList {
	margin:2px 0px 0px 200px;
	padding:0px 0px 0px 4px;
}
#topNavList li {
	list-style: none; 
	position:relative;
	display:block;
	float:left; /*gets text along side each other */
	padding: 0px;
	margin: 0px;
	height: 31px;
	font-weight: bold;
	font-size: 12px; 
	color: #ffffff;
}
#topNavList a.mainNav, 
#topNavList a.mainNavBottom {
	display: block;
	padding: 9px 27px 0px 15px;
	color: #FFFFFF;
	text-decoration: none;
/*	background-image: url(../images/menu-bullet-down.gif);
	background-position: right top;
	background-repeat: no-repeat;*/
}
#topNavList a.mainNav:visited{ 
	color:#ffffff;
}
#topNavList a.mainNav:active{ 
	color:#ffffff;
}
#topNavList a.mainNav:hover{ 
	color: #DDDDDD;
	background-position:right -29px;
	background-repeat: no-repeat;
}
#topNavList a.mainNavBottom {
	height: 20px;
}

/* The top of the drop-down list \/ */
#topNavList ul.topNavSubList { 
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	border:2px solid #CCCBD0;
}

/* This is for the whole drop-down list \/ */
#topNavList ul.topNavSubList li{ 
	list-style:none inside none;
	display:block;
	position:relative;
	background-color:#ffffff;
	width:275px;
	padding:0px;
	background-image:url(../images/menu-bullet.gif);
	background-repeat:no-repeat;
	background-position: 7px 0px;
	background-attachment:scroll;
}

/* To do with the LAST item on the drop-down menu \/ */
#topNavList ul.topNavSubList li.bottom{ 
	background-image:url(../images/menu-bullet-noline.gif);
	background-repeat:no-repeat;
	background-position: 7px 0px;
	background-attachment:scroll;
}

/* This is to position the text on the drop down menu \/ */
#topNavList ul.topNavSubList li a.subNav,  
#topNavList ul.topNavSubList li a.subNavBottom {
	display:block;
	width:100%;
	padding: 8px 0px 0px 25px;
	color: #888888;
	text-decoration:none;
	height:28px;
}

/* This is to to do with the text on the drop down menu \/ */
#topNavList ul.topNavSubList li a.subNav:hover,   
#topNavList ul.topNavSubList li a.subNavBottom:hover {
	color:#444444;
}

/* This is to to do with the text on the drop down menu \/ */
#topNavList ul.topNavSubList li a.subNavBottom { 
	height: 24px;
}