/*button text - all levels*/
#haupt_menu .menuButtonSecond td, #haupt_menu .menuButton td, #haupt_menu .menuButtondown td,#haupt_menu .menuButtonover td {
	cursor:pointer;
}
/*menu text - all levels*/
#haupt_menu .defaultMenuText{
	font: 13px Arial;
	
	padding-right:5px;
	color:#2E2E2E;
}
/*menu caption if any*/
#haupt_menu .menuName{
	color : whitesmoke;
	letter-spacing : 7px;
	font : 11px Arial,sans-serif;
	
	padding-right : 10px;
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
#haupt_menu .menuButton {
	border : 0px;
}
/*down button state - top level*/
#haupt_menu .menuButtondown {
	background-color : #ffffff;
	border: 0px;
	color:#cb1013;
	cursor : pointer;
}
/*mouse over button state - top level*/
#haupt_menu .menuButtonover {
	background-color : #ffffff;
	border: 0px;
	color:#cb1013;
	cursor : pointer;
}
/*text color for pressed and over items - top level*/
#haupt_menu .menuButtondown .defaultMenuText,#haupt_menu .menuButtonover .defaultMenuText{
	color:#cb1013;
}
/*plain button state - other levels*/
#haupt_menu .menuButtonSecond {
	background-color:#ffffff;/*#xD4D0C8*/
	border:0px;
	font:12px Arial,sans-serif;
	padding:2px;
	color:#2E2E2E;
}
/*mouse over button and down button states - other levels*/
#haupt_menu .menuButtonSecondover,#haupt_menu .menuButtonSeconddown {
	background-color : #fff1ee;
	color:#cb1013;
	cursor : pointer;
	border:0px;
	font:12px Arial,sans-serif;
	padding:2px;
}
/*icon place style on button over/down - other levels
.menuButtonSeconddownimg {
	background-color : #C9D9F5;
}*/

/*text of mouse over button - other levels*/
#haupt_menu .menuButtonSeconddown td {
	 color:#cb1013;
	 
	 cursor:pointer;
	 border:0px solid;
}


/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
#haupt_menu .menuTable{
	background-color : #ffffff;
	border: solid white 1px;
	margin : 0px;
	-moz-user-select : none;
	padding : 0px;
	
}
/*menu panel - other levels*/
#haupt_menu .secondMenuTable{
	background-color : #ffffff;/*rand*/
	border: 1px solid #dbd7d7; 
	margin : 0px;
	-moz-user-select : none;
	padding : 0 1 0 2;
	margin-top:px;
}

/*devider - horizontal*/
#haupt_menu .menudivider {
	background-color : #ece9d8;
	border-left : solid #FFFFFF 1px;
	border-right : solid #FFFFFF 1px;
	height : 100%;
	margin-bottom : 2px;
	margin-top : 1px;
	overflow : hidden;
	vertical-align : middle;
	width : 2px;
}
/*devider - vertical*/
#haupt_menu .menudividery {
	background-color : #ece9d8;
	border-bottom : solid #FFFFFF 1px;
	border-top : solid #FFFFFF 1px;
	height : 2px;
	overflow : hidden;
	width : 100%;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
#haupt_menu .menuhandle {
	background-color : #ece9d8;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	cursor : move;
	height : 100%;
	overflow : hidden;
	width : 3px;
}
/*drag handler for menu - vertical*/
#haupt_menu .vmenuhandle {
	background-color : #ece9d8;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	cursor : move;
	height : 3px;
}


/*============ ICONS and SCROLLERS ====================*/

/*disabled icon - all levels*/
#haupt_menu .iconGray {
	filter : BlendTrans(Percent=50) gray(); 
	cursor: default; 
	border:solid 1px #ece9d8;
}

/*enabled scroller*/
#haupt_menu .menuscrollerenabled{
	background-color:#CAC8D4;
	 cursor: pointer;	
	 text-align:center;
}
/*disabled scroller*/
#haupt_menu .menuscrollerdisabled{
	background-color: #CAC8D4;
	cursor: default;
	visibility:hidden;
	text-align:center;
}