BODY
{
}
.menuBar
  { background-color: blue }
.Bar
  {
  	BORDER-RIGHT: #ffffcc 1px ridge;
  	BORDER-LEFT: #ffffcc 1px ridge;
  	background-color: #66755D;
  	text-align: left;
  	text-indent: 5px;
  	cursor: hand ;
  	position: relative;
  	width: 124px;
  	float: left
  	}
.menu
{

    BORDER-TOP: 1px solid white;;
    VISIBILITY: hidden;
    WIDTH: 170px;
    LINE-HEIGHT: 140%;
    POSITION: absolute;
}
.menuItem
 {
 	line-height: 20px;
  	background-color: #66755D;
  	cursor: hand;
  	padding-right: 15px;
  	padding-left: 10px;
  	width: 110%;
  	border-bottom: 1px solid white;
  	}
  	 	
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 110%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: #4E5D42;
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Arial;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: #ffffcc 1px ridge;
    FLOAT: left;
    BORDER-LEFT: #ffffcc 1px ridge;
    WIDTH: 124px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    POSITION: relative;
    BACKGROUND-COLOR: #66755D;
    TEXT-ALIGN: left
}
p_Arial_10_hellgelb { color: yellow; font-size: 10px }

.NAVI  { color: white; font-size: 10pt; font-family: Arial; font-weight: 400; text-decoration: none; margin-right: 0 }
