/*
    Author: Thomas Weckert (weckert@bplusd.de)
    Version: $Revision: 1.7 $
*/

div#sub-nav-elements {
	position: absolute;
	z-index:100;
	margin-top: -25px;
	margin-left: -35px;
}

div.sub-nav-inactive {
	position: absolute;
	margin-top: -1000px;
}

table.sub-nav {
    border-collapse: collapse;
    position: relative;
}

a.sub-nav-plain:link, a.sub-nav-plain:visited, a.sub-nav-plain:hover, a.sub-nav-plain:active {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 2px 7px 2px 7px;
	outline: none;
}

a.sub-nav-highlighted:link, a.sub-nav-sub-nav-highlighted:visited, a.sub-nav-highlighted:hover, a.sub-nav-highlighted:active {
	background-color: #C30040;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 7px 2px 7px;
	outline: none;
}

td.sub-nav-border-left {
	width: 0px;
	padding-left: 16px;
	background-image: url(../img/sub-nav/bg-sub-nav-left.png);
	behavior: url(/css/iepngfix.htc);
}

td.sub-nav-border-right {
	width: 0px;
	padding-right: 16px;
	background-image: url(../img/sub-nav/bg-sub-nav-right.png);
	behavior: url(/css/iepngfix.htc);
}

td.sub-nav-content {
	background-color: #ffffff;
}

td.sub-nav-bottom-border-left {
	width: 16px;
	height: 16px;
	background-image: url(../img/sub-nav/bg-sub-nav-bottom-left.png);
	behavior: url(/css/iepngfix.htc);
}

td.sub-nav-bottom-border-right {
	width: 16px;
	height: 16px;
	background-image: url(../img/sub-nav/bg-sub-nav-bottom-right.png);
	behavior: url(/css/iepngfix.htc);
}

td.sub-nav-bottom-border {
	height: 16px;
	background-image: url(../img/sub-nav/bg-sub-nav-bottom.png);
	behavior: url(/css/iepngfix.htc);
}

td.sub-nav-top-border-right {
	width: 16px;
	height: 8px;
	background-image: url(../img/sub-nav/bg-sub-nav-top-right.png);
	behavior: url(/css/iepngfix.htc);
}