	
#nav {
	margin: 0;
	padding-bottom: 6px;
	float: right;
	text-align: right;
	}
#nav li {
	list-style: none;
	float: left;
	/* font styles of nav */
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

	/* adjust line-height to adjust height of tabs */
	line-height: 19px;
	margin: 0;
	}
#nav a {
	color: #fff;
	/* background color of nav */
	float: left;
	/* use padding to control width of nav buttons */

	padding: 0 5px 0px 5px;
	display: block;
	text-decoration: none;
	}
/* Commented Backslash Hack hides rule fromIE5 Mac \*/
#nav a {float: none;}   /*Ends IE5 Mav Hack*/

#nav a:hover {
	color: #ffff00;
	font-size:11px;
	}
	
/* bottom nav *	width: 50px;/