/* Main TABBED navigation */

#topNav {
	text-align			: center;
	font-size			: 100%;
	width				: 750px;
	padding				: 0px;
	list-style-type		: none;
	margin				: 0px;
	height				: 33px;
	display				: block;
	width				: 750px;
	background			: url(../images/nav_bg.jpg);
	background-repeat	: no-repeat;
	background-position	: left;
	clear				: both;
	/*padding-top			: 7px;*/
}

*html #topNav {
	height				: 34px;
}

#topNav li {
	float				: right;
	display				: inline;
	list-style-type		: none;
	position			: relative;
}

#topNav li a
{
	color				: #FF0000;
	font-weight			: bold;
	text-decoration		: none;
	float				: left;
	padding-left		: 7px;
	padding-right		: 10px;
	padding-top			: 7px;
	height				: 24px;
}

#topNav li a:hover{
	color				: #FFFFFF;
	background-color	: #999999;
	height				: 24px;
	margin-top			: 3px;
	padding-top			: 4px;
}


*html #topNav li a:hover{
	margin-top			: 4px;
}

/* END OF TABBED NAVIGATION */