/**
 * To jest domyślny styl casMenu.
 */
#casmenu {
	color: #aaa;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	min-height: 27px;
	background: #333;
	border-bottom: 1px dashed #888;
}

#casmenu * {
	font-family: inherit;
	font-size: inherit;
}

#casmenu>table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#casmenu #casmenu-td1 {
	padding: 6px 0 0 8px;
	text-align: left;
}

#casmenu #casmenu-td2 {
	padding: 6px 8px 0 6px;
	text-align: right;
}

#casmenu a.casmenu,#casmenu a.casmenu:visited,#casmenu a.casmenu:active {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

#casmenu a.casmenu:hover {
	color: #fff;
	text-decoration: underline;
}

#casmenu b.casmenu {
	color: #fff;
	font-weight: bold;
}