/* CSS Document */

#nav
{
	text-align: center;
}
#nav ul
{
	margin: 0px;
	padding: 0px;
}

#nav li
{
	display: block;
	float: left;
	line-height: 82px;
	text-align: center;
	list-style-type: none;
}

#nav li a
{
	display: block;
	width: 113px;
	height: 82px;
	float: left;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background: url(Images/inner_normal.jpg) no-repeat;
}

#nav li a.current
{
	background: url(Images/inner_selected.jpg) no-repeat;
}


#nav strong
{
	display: block;
	font-size: 13px;
}

/* panes */
#panes
{
	/* must be relative so the individual panes can be absolutely positioned */
	position: relative;
	width: 680px;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div
{
	display: none;
	position: absolute;
	font-family: tahoma;
	font-size: 9px;
	color: #444;
}



#panes p.more
{
	color: #000;
	font-weight: bold;
}

#nav li img
{
	padding-top: 5px;
	padding-right: 0px;
}

/*#serch_logo_bg
{
	background: url(Images/search_logo.jpg) no-repeat top;
}*/

a:active
{
	outline: none;
}

