#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 3px;
	border: 0;
	}

#nav li	{
	float:left;
	display:inline;
	text-align:center;
	background:#158A8A url(../../images/navbutton.gif) top right no-repeat;
	}

#nav li a {
	display: block;
	text-decoration: none;
	font-size:10px;
	color:#fff;
	height:25px;
	padding:5px 4px 0 4px;
	background:transparent url(../../images/navbuttonleft.gif) 0 -2px no-repeat;

}
#nav li a:hover {
	background:transparent url(../../images/navbuttonleft.gif) 0 -36px no-repeat;
	height:40px;
	padding-top:20px;
	color:#FFCC99;
	}

#nav .over, #nav li:hover {

	background:#158A8A url(../../images/navbutton.gif) right -36px no-repeat;
	}





#nav li.home {
	width:55px;
	}
#nav li.about {
	width:85px;
	}	
#nav li.involved {
	width:90px;
	}
#nav li.calendar {
	width:65px;
	}
#nav li.exchange {
	width:130px;
	}
	
#nav li.members {
	width:100px;
	}
#nav li.links {
	width:120px;
	}
#nav li.contact {
	width:77px;
	}
	
	
#topnav li.physician {
	width:105px;
	}
#topnav li.join {
	width:65px;
	}
#topnav li.contact {
	width:77px;
	}
	
		
	#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 3px;
	border: 0;
	}

#topnav li	{
	float:left;
	display:inline;
	text-align:center;
	margin-top:60px;
	background:#015050 url(../../images/topnavbutton.gif) top right no-repeat;
	}

#topnav li a {
	display: block;
	text-decoration: none;
	font-size:9px;
	color:#fff;
	height:23px;
	padding:10px 2px 0 2px;
	background:transparent url(../../images/topnavbuttonleft.gif) top left no-repeat;

}
#topnav li a:hover {
	background:transparent url(../../images/topnavbuttonleft.gif) 0 -45px no-repeat;
	height:55px;
	padding-top:20px;
	color:#FFCC99;
	}

#topnav li.over, #topnav li:hover {
	margin-top:38px;
	background:transparent url(../../images/topnavbutton.gif) right -45px no-repeat;
	}
