
/*affects the order of the links in the navigation bar*/
.topmenu_topnav{
	list-style-type:none;
	float:left;
}

/*affects the order of the links in the subnav*/
.topmenuli_topnav{
	list-style-type:none;
	float:left;
	padding: 0px 0px 0px 0px;
}

/* affects only the very top links in the nav bar */
.topmenutitle_topnav{
	display:block;
	width:145px;
	height:15px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#99ffff;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000000;
	padding:10px 0px 0px 0px;
	text-align:center;
}

/*affects the list display properties of the sub nav*/
.submenuul_topnav{
	list-style-type:none;
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding:3px 0px 0px 0px;
	display:none;
}

/* affects the display properties of the subnav */
li:hover ul , li.over ul{ 
	display: block;
}

/*affetcs the entire positioning of the sub nav blocks*/
#dmenu_topnav li,ul { 
	top: auto;
	left: auto;
}

/* menu design */
#dmenu_topnav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:5px 4px 0px 0px;
}

/* changes the padding of the sub nav links */
#dmenu_topnav a:link {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 5px;
}

/* changes the padding and color of the hovered sub nav links */
#dmenu_topnav a:hover {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 5px;
background-color:#36912F;
/* this creates a 3d button effect */
/*border-top:2px solid #55B24D;
border-bottom:2px solid #308228;
border-right:2px solid #308228;
border-left:2px solid #308228;
*/
}

/* changes the padding of the visited sub nav links */
#dmenu_topnav a:visited {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 5px;
}

/* changes the padding of the selected sub nav links */
#dmenu_topnav a:visited {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 5px;
}



/*color of the dropdowns unhovered*/
.submenuli_topnav a:link{
	display:block;
	width:168px;
	height: 20px;
	background-color: #449944;
	/*background-image: url(images/navoff.jpg);*/
	text-decoration: none;
	color: #c0c0c0;
	border-bottom:0px solid #E5E5E5;
	border-top:0px solid #F5F5F5;
}

/*color of the dropdowns visited*/
.submenuli_topnav a:visited{
	display:block;
	width:168px;
	height: 20px;
	background-color: #449944;
}

/*color of the dropdowns unhovered*/
.submenuli_topnav a:hover{
	/*display:block;
	width:168px;
	height: 20px;
	background-color: #D5F2B5;*/
}

.title {
width: 770px;
height: auto;
padding: 30px 0px 0px 0px; /* REMEMBER - IE7 doesn't recognise margin only PADDING */
text-align: center;
z-index: 0;
}

