﻿.lipskiMenu
{
	display: none;
}

.LipskiMenuBarMenuPanel
{
	background-color: Red;
	padding: 0px 0px 0px 0px;
	position:static;
	float:left;
	border: 1px solid #0098d4;
	border-right: none;
	list-style:none;
	margin: 0px;
	display: block;
}

.LipskiMenuBarMenuItem
{
	background-color: #0098d4;
	padding: 3px 10px 3px 10px;
	border-right: 1px solid #0098d4;
	color: white;
	cursor: pointer;
	white-space: nowrap;
    
}

.LipskiMenuBarMenuItemHighlight
{
	background-color: #02a345;
    color: white;
}

.LipskiMenuPopupMenuPanel
{
	background-color: #fcfcfc;
	padding: 0px 0px 0px 0px;
	position: absolute;
	border: 1px solid silver;
	margin: 0px;
	list-style:none;
    z-index: 9999 !important;
}

.LipskiMenuPopupMenuItem
{
	background-color: #fcfcfc;
	padding: 3px 5px 3px 5px;
	cursor: hand;
	border: none;
	position:relative;
	white-space: nowrap;
	border: 1px solid #fcfcfc;
	margin : 1px 1px 1px 1px;
    color: #0098d4;
}

.LipskiMenuPopupMenuItemHighlight
{
	background-color:#02a345;
	border: 1px solid #02a345;
	margin : 1px 1px 1px 1px;
    color: white;
}
