.menu_default {
	width: 165px;
	margin: 0;
}
.menu_selected {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: black;
	height: 25px;
	background: transparent url(../_gfx/pozadi_menu.gif) repeat-x 0;
	padding:0 15px 0 15px;
	margin:0;
}
.menu_unselected {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #3F3F3F;
	height: 25px;
	background: transparent url(../_gfx/pozadi_menu.gif) repeat-x 0;
	padding:0 15px 0 15px;
	margin:0;
}
.menu {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;	
	color: #3F3F3F;
	height: 25px;
	background: transparent url(../_gfx/pozadi_menu.gif) repeat-x 0;
	padding:0 15px 0 15px;
	margin:0;
}
.submenu {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #3F3F3F;
	height: 25px;
	background: transparent url(../_gfx/pozadi_menu.gif) repeat-x 0;
	background-image: none;
}
.highlighteditem {
	color: White;
}
