@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Navigation Styles                                                                */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Top-Navigation */
#divTopNavigation
{
	height: 35px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 0.9em;
}

#divTopNavigation ul
{
	height: 35px;
	display: inline-block;
	width: 950px;
}

#divTopNavigation li
{
	float: left;
	width: auto;
	height: 35px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px 1px 0px 1px;
	text-indent: 0em;
}

#divTopNavigation a
{
	float: left;
	width: auto;
	height: 25px;
	padding: 8px 12px 0px 12px;
	margin: 1px 0px 1px 0px;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#divTopNavigation a:hover, #divTopNavigation .active
{
	background-color: #990000;
	color: #fff;
	background-image: url(../images/design/navigation_active.html);
	background-repeat: repeat-x;
	background-position: left top;
}