.forum{color:white}

.menu {
	position: relative;
}

#menu1 {
	/*left: 142px;*/
	left: 2px;
}

#menu2 {
	left: 284px;
}

#menu3 {
	left: 426px;
}

#menu4 {
	left: 568px;
}

#menu5 {
	left: 710px;
}

#menu6 {
	left: 852px;
}

#menu8 {
	left: 0px;
}

.menu0, .menu0 dl{
	font-size: 11px;
	position: absolute;
	width: 142px;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #d7d7d7;
}

.menu0 dt{
	cursor: pointer;
	margin: 0;
	padding: 0;
	background-color: #364996;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	border-width: 0px;
	border-style: solid;
	border-color: #d7d7d7;
	padding: 5px 5px;
}

.menu0 dl dt {
	background-color: #364996;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	border: 0;
	padding: 0;
}

.menu0 dd  {
	background-color: #364996;
	color: #fff;
	margin: 0;
	padding: 0;
	width: 142px;
	height: 22px;
}

.menu0 dd.active {
	font-weight: normal;
}

.menu0 dt a {
	background: url("/images/submenu.gif") no-repeat 140px 8px;
	padding-right: 20px;
}

dt.typ a {
	background: url("/images/submenu.gif") no-repeat 260px 8px;
	padding-right: 20px;
}

dt.typ a:link, dt.typ a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 5px;
}

dt.typ a:hover {
	font-weight:normal;
	color: #000;
	background-color: #fff;
}

dt.vadem a {
	background: url("/images/submenu.gif") no-repeat 260px 8px;
	padding-right: 20px;
}

dt.vadem a:link, dt.vadem a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 5px;
}

dt.vadem a:hover {
	font-weight:normal;
	color: #000;
	background-color: #fff;
}


.menu0 a:link, .menu0 a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 5px;
}

.menu0 a:hover {
	font-weight:normal;
	color: #000;
	background-color: #fff;
}

.menu0 dl {
	position: absolute;
	border: 0;
}

.menu0 dl dd {
	position: relative;
	/*left: 143px;*/
	left: 43px;*/
	bottom: 22px;
	border-left: 1px solid #eee;
	border-right: 1px solid #aaa;
}

.test dl dd {
	position: relative;
	left: 143px;
	bottom: 22px;
	border-left: 1px solid #eee;
	border-right: 1px solid #aaa;
}

.menu_typ_projektu, .menu_typ_projektu dl{
	font-size: 10px;
	position: absolute;
	width: 175px;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #eee #aaa #aaa #eee;
}

.menu_typ_projektu dt{
	background: url("/images/submenu_pionowe.gif") no-repeat 160px 8px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #000;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa #666 #666 #aaa;
	padding: 2px 5px;
}

.menu_typ_projektu dl dt {
	background-color: #f0f0f0;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	border: 0;
	padding: 0;
}

.menu_typ_projektu dd  {
	background-color: #f0f0f0;
	color: #000;
	margin: 0;
	padding: 3px 0px 0px 5px;
	width: 173px;
	height: 17px;
}

.menu_typ_projektu dd.active {
	font-weight: normal;
}

.menu_typ_projektu dt a {
	background: url("/images/submenu_pionowe.gif") no-repeat 165px 8px;
	padding-right: 20px;
}

.menu_typ_projektu a:link, .menu_typ_projektu a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px 5px;
}

.menu_typ_projektu a:hover {
	font-weight:normal;
	color: #fff;
	background-color: #008;
}

.menu_typ_projektu dl {
	position: absolute;
	border: 0;
}

.menu_typ_projektu dl dd {
	position: relative;
	left: 175px;
	bottom: 17px;
	border-left: 1px solid #eee;
}

/* ---------------------------- nowe menu ----------------------------------*/

.chromestyle{
	font-weight: bold;
	width:100%;
	text-align:left;
	padding:0;
	margin:0
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
	/*padding: 5px;*/
	margin: 4px;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-left:0px;
	margin-left:0px;
}

.chromestyle ul li{
	display: inline;
	padding:4px 0px;
	margin:0px;
}

.chromestyle ul li a{
	color: #364996;
	/*color: red;*/
	/*background-color: #364996;*/
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	border-right: 1px solid white;
}

.chromestyle ul li a:hover{
	color: #ff0000;
	background-color: white;
	/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #364996;
	/*background-color: green;*/
	width: 150px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;

}

* html .dropmenudiv a:hover{ /*IE only hack*/
	width: 100%;
	color:#364996;
	background-color:white;

}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#364996;
	background-color:white;
}
.showMore {
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #2952A0;
}
.showMore a:hover {
	color: #999999;
	text-decoration: underline;
}
.show_hide {
	display: none;
}

.show_show {
	display: block;
}

.spanWiecej, .show_up {
	padding: 0 0 0 20px;
	text-align: left;
	cursor: pointer;
}

.show_down {
	padding: 0 0 0 20px;
	cursor: pointer;
}
