.CMSMenu {
	height:26px;
	width:100%;
	background:url(../images/menu/bg_menu.gif) left top repeat-x;	
}
.CMSSubMenuTable {
	padding: 0;
	border: 0;
	cursor: pointer;
	width: 140px;
	height:19px;
	border: 1px solid #E6E6E6;
}

.CMSSubMenu {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	padding: 0;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#8C8C8C, Direction=135, Strength=2);*/
}

.CMSMainItem {
	text-align:center;
	/*background:url(../images/menu/m_bok.gif) right top no-repeat;*/
	padding:0px;
	cursor: pointer;
}

.CMSMainItemText{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding:0px;
	text-align:center;

}
.CMSMainItemActive, .CMSMainItemHover{
	font-family: Verdana;
	font-size: 16px;
	color: #00FF00;
	font-weight: bold;
	padding:0px;
	text-align:center;
/*	background:url(../images/menu/m_bok.gif) right top no-repeat;*/
	/*display:block;
	height:100%;*/
	
}

.CMSMainFolderText{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	padding:0px 0px 0px 0px;
	border: 0;
	width:100%;
	text-align:center;border: 0px solid #000000;
	display:block;
	/*background:url(../images/menu/m_bok.gif) right top no-repeat;*/
}

.CMSMenuItem {
	background-color:	#F2F2F2;
	color:#FFFFFF;
	height: 19px;	
}

.CMSMenuItemHover, .CMSMenuItemActive {
	color: #B51F1F;
	background-color:	#E6E6E6;
	height: 19px;
}
.CMSMenuFolderText, .CMSMenuItemText {
	cursor: pointer;
	padding: 2 5 2 5;
	background-color:	inherit;
	white-space:	nowrap;
}
/*menu rozwijane*/
.CMSMenuItem td {
	color: #D22914;
	font-size: 10px;
	border-top: 1px solid #FFFFFF;
}

.CMSMenuItemHover td, .CMSMenuItemActive td {
	color: #B51F1F;
	font-size: 10px;
	border-top:1px solid #F2F2F2;
}
/******/
.CMSMenuSplit {
	padding: 0px;
	height: 1px;
	overflow:	hidden;
	background-color: inherit;
}

.CMSMenuVSplit {
	height: 100%;
	padding-left:5px;
	background:url(../images/menu/m_bok.gif) right top no-repeat;
}

.CMSMenuItem img.seq1 {
	display:	inline;
}

.CMSMenuItemHover seq2, .CMSMenuItemActive seq2 {
	display:	inline;
}

.CMSMenuItem .seq2, .CMSMenuItemHover .seq1, .CMSMenuItemActive .seq1 {
	display:	none;
}