.style_menuheader {
/*	font-family: "Verdana", "Arial", "Helvetica";*/
	font-weight: normal;
	cursor: default;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 3px;
	margin-bottom: 0px;
	height: 17px;
	padding-top: 2px;
	background-image:  url(../images/blocktitle-bg-green.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 2px;
	border: none;
}

.style_menuitem  {
	/*font-family: "Verdana", "Arial", "Helvetica";*/
	font-size: 12px;
	cursor: hand;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	vertical-align: middle;
	margin: 1px 1px 1px 1px;
                /*padding: 2px 1px 2px 1px;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #F1F1F1;
	border-right-color: #F1F1F1;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.style_menuitem  a {
	/*color: #006600;*/
	display: block;
                margin: 2px 0px 2px 2px;
}

.style_menuitem  a:hover {
	color: #FF0000;
	background-color: #EEEEEE;
                /*border-style: solid;
                border-color: #DDDDDD;
                border-width: 1px;
                background-color: #222222;*/
                display: block;
}

.style_menuitem  a:active {
	color: #006600;
}

.style_menuitem_act  {
	/*background-color: #222222;*/
                display: block;
}

.style_menuitem_act  a {
	/*color: #990000;
                color: #FF0000 !important;
	display: block;
	background-color: #DDEBFF;*/
	color: #FF0000;
	background-color: #dddddd;
                display: block;
                margin: 2px 0px 2px 2px;
}


.style_menuitem_level_1 {
                margin-left: 1ex;
}

.style_menuitem_level_2 {
                margin-left: 3ex;
}

.style_menuitem_level_3 {
                margin-left: 5ex;
}

.style_menuitem_level_4 {
                margin-left: 7ex;
}

.style_menuitem_level_5 {
                margin-left: 9ex;
}

.style_menuitem_level_6 {
                margin-left: 11ex;
}

.style_menuitem_level_7 {
                margin-left: 13ex;
}

.style_menuitem_level_8 {
                margin-left: 15ex;
}

