@charset "utf-8";
/* globalnav CSS Document */

#header div {
	position:relative;
	top:48px;
	left:550px;
	widht:300px;
}

#header div {
	text-align:right;
}

#header ul#globalnav {
	list-style-type:none;
	margin:0;
	padding:0;
}

#header ul#globalnav li {
	float:left;
	font-size:14px;
}

#header ul#globalnav li a {
	color:333333;
	text-decoration:none;
	margin-left:20px;
	padding-left:5px;
	padding-right:5px;
}

#header ul#globalnav li a:hover {
	border-left:#E2001A /* rot */ 1px solid;
	border-top:#E2001A /* rot */ 1px solid;
	border-right:#E2001A /* rot */ 1px solid;
	border-bottom:#E2001A /* rot */ 3px solid;
	background-color:transparent;
	padding-left:4px;
	padding-right:4px;

}

#header ul#globalnav li.globalnavact a {
	border-left:#E2001A /* rot */ 1px solid;
	border-top:#E2001A /* rot */ 1px solid;
	border-right:#E2001A /* rot */ 1px solid;
	border-bottom:#E2001A /* rot */ 3px solid;
	background-color:transparent;
}

#header ul#globalnav li.globalnavact a:hover {
	border-left:#E2001A /* rot */ 1px solid;
	border-top:#E2001A /* rot */ 1px solid;
	border-right:#E2001A /* rot */ 1px solid;
	border-bottom:#E2001A /* rot */ 3px solid;
	background-color:transparent;
}
