/* Menu
------------------------------ */

/*table, tr, td { background-color:transparent; border:none; border-width:0;}*/




.sidebar {
	/*list-style-type: none;*/
	/*border-top: 1px solid #7484a8;*/
	/*padding: 0;*/
	padding: 0 0 0 2px;
	/*margin: 0 0 0 30px;*/
	/*background-color: #506592;*/
	/*height: 30px;*/
	/*width: 95%;
	background:transparent url(images/sidebargrad.png) repeat-x scroll 0 top;
*/
}



.sidebar li {
	display: inline;
}

.sidebar li a {
	/*border-top: 1px solid #4672C3;*/
  /*border-left: 1px solid #4672C3;*/
  /*list-style-image:url(gfx/wypunktowanie.gif);
  list-style-type:none;*/
  border-top: 1px solid #dddddd;
	
	display: block;
	/*float: left;*/
	padding: 6px 2px;
	/*margin: 0px 1px 0px 0px;*/
	text-decoration: none;
	
	height: 17px;
	color: #ffffff;
	/*background: #F8F8F8;*/
	/*background-image: url(images/admin-sidebartabback.jpg);*/
	/*background-repeat: repeat-x;*/
	/*_position: relative; /* IE Only */
	/*_top: 6px; /* IE Only */
}

.sidebar li a:hover {
	border-top: 1px solid #4672C3;
	background-color: #1548AE;
	/*height: 21px;*/
	/*_height: 24px;*/
	/*position: relative;*/
	/*top: -3px;*/
	/*_top: 1px; /* IE Only */*/
}

.sidebar li.current a {
	border-top: 1px solid #CBCBCB;
	background-color: #1548AE;
	/*background: none;*/
	cursor: default;
	/*height: 21px;
	_height: 24px;
	position: relative;
	top: -3px;
	_top: 1px; /* IE Only */
}

.sidebar li.currentsubtab a {
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	color: #4D646F;
	background-color: #fff;
	cursor: default;
	height: 21px;
	_height: 24px;
	position: relative;
	top: -3px;
	_top: 1px; /* IE Only */
}

.sidebar li . a:hover {
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCBF;
	border-right: 1px solid #CBCBCB;
	color: #000;
	background-color: #F7F8F9;
	height: 21px;
	_height: 24px;
	position: relative;
	top: -3px;
	_top: 1px; /* IE Only */
}

