/*button text - all levels*/
#dvIGHMenu .menuButtonSecond td,  #dvIGHMenu .menuButtondown td,#dvIGHMenu .menuButtonover td {
	cursor:pointer;
}
#dvIGHMenu .menuButton td
{
	color:white
}
/*menu text - all levels*/
#dvIGHMenu .defaultMenuText{
	font-size: 11px;
	font-family:Arial Unicode MS;
	color:#ffffff;
	font-weight:bold;
	padding-left:15px;
	padding-right:5px;
	text-align:left;
	height:5px;
	vertical-align:middle;
}
/*menu caption if any*/
#dvIGHMenu .menuName{
	color : whitesmoke;
	font : 11px Arial Unicode MS,sans-serif;
	padding-left : 10px;
	padding-right : 10px;
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
#dvIGHMenu .menuButton {
	border : 0px;
	font-size:16px;
	font-family:Arial Unicode MS;
	text-align:left;
	
}
/*down button state - top level*/
#dvIGHMenu .menuButtondown {
	background-color : #025a80;
	/*background-image:url(IGHAPPRES.ashx/dropdownmenu2.GIF);*/
	background-repeat:no-repeat;
	border: 0px white;
	color:#273246;
	cursor : pointer;
	
}
/*mouse over button state - top level*/
#dvIGHMenu .menuButtonover {
	background-color : #025a80;
	/*background-image:url(IGHAPPRES.ashx/dropdownmenu2.GIF);*/
	background-repeat:no-repeat;
	border: 0px white;
	color:#273246;
	cursor : pointer;
}
/*text color for pressed and over items - top level*/
#dvIGHMenu .menuButtondown .defaultMenuText,#dvIGHMenu .menuButtonover .defaultMenuText{
	color:#ffffff;
}
/*plain button state - other levels*/
#dvIGHMenu .menuButtonSecond {
	background-color:#025a80;/*#xD4D0C8*/
	border:0px;
	font:8px /*Arial*/Arial Unicode MS,sans-serif;
	color:#ffffff;
	padding:0px;
	height:20px;
}
/*icon place style on button over/down - other levels
.menuButtonSeconddownimg {
	background-color : #C9D9F5;
}*/
#dvIGHMenu .menuButtonSecond td{
	background-color:#025a80;/*#xD4D0C8*/
	border:0px;
	color:#ffffff;
	height:20px;
}
/*mouse over button and down button states - other levels*/
#dvIGHMenu .menuButtonSecondover,#dvIGHMenu .menuButtonSeconddown {
	background-color:#025a80;
	color:#273246;
	cursor : pointer;
	border:0px;
	font:8px /*Arial*/Arial Unicode MS,sans-serif;
	padding:0px;
	height:20px;
	text-decoration:none;
}

/*text of mouse over button - other levels*/
#dvIGHMenu .menuButtonSeconddown td {
	 background-color:#273246;
	 color:white;
	 cursor:pointer;
	 border:0px solid;
	 height:20px;
}


/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
#dvIGHMenu .menuTable{
	background-color:#273246;
	border: solid #273246 3px;
	margin : 0px;
	-moz-user-select : none;
	padding : 0px;
	color:#2fad62;
}
/*menu panel - other levels*/
#dvIGHMenu .secondMenuTable{
	background-color : #025a80;
	background-repeat:no-repeat;
	border: solid #273246 1px;
	margin : 0px;
	-moz-user-select : none;
	padding : 0 1 0 2;
	margin-top:px;
	width:150px;
    color:Blue;	
}

/*devider - horizontal*/
#dvIGHMenu .menudivider {
	/*background-color : #2fad62;*/background-color:#273246;
	border-left : solid #273246 1px;
	border-right : solid #273246 1px;
	height : 100%;
	margin-bottom : 2px;
	margin-top : 1px;
	overflow : hidden;
	vertical-align : middle;
	width : 2px;
}
/*devider - vertical*/
#dvIGHMenu .menudividery {
	/*background-color : #2fad62;*/background-color:#273246;
	/*border-bottom : solid #2fad62 1px;*/border-bottom: solid #273246 1px;
	/*border-top : solid #2fad62 1px;*/border-top: solid #273246 1px;
	height : 1px;
	overflow : hidden;
	width : 100%;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
#dvIGHMenu .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*/
#dvIGHMenu .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*/
#dvIGHMenu .iconGray {
	filter : BlendTrans(Percent=50) gray(); 
	cursor: default; 
	border:solid 1px #ece9d8;
}

/*enabled scroller*/
#dvIGHMenu .menuscrollerenabled{
	background-color:#CAC8D4;
	 cursor: pointer;	
	 text-align:left;
}
/*disabled scroller*/
#dvIGHMenu .menuscrollerdisabled{
	background-color: #CAC8D4;
	cursor: default;
	visibility:hidden;
	text-align:left;
}