/*button text - all levels*/
.menuButtonSecond td, .menuButton td, .menuButtondown td,.menuButtonover td {
	cursor:default;
}
/*menu text - all levels*/
.defaultMenuText{
	font: 12px Arial,Tahoma;
	font-family:Arial;
	color :white;
	font-weight: normal;
	padding-left:5px;
	padding-right:5px;
}
/*menu caption if any*/
.menuName{
	color : gray;
	letter-spacing : 7px;
	font : 11px Arial;
	padding-left : 10px;
	padding-right : 10px;
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
.menuButton {
	border : solid 1px #14335D;
}
/*down button state - top level*/
.menuButtondown {
	background-color : #14335D;
	border: solid 1px #14335D;
	color:White;
	cursor : default;
}
/*mouse over button state - top level*/
.menuButtonover {
	background-color : #2a98dd;
	border: solid 1px #14335D; 
	color:Black;
	cursor : default;
}
/*text color for pressed and over items - top level*/
.menuButtondown .defaultMenuText,.menuButtonover .defaultMenuText{
	color:Yellow;
}
/*plain button state - other levels*/
.menuButtonSecond {
	background-color:#14335D;/*#xD4D0C8*/
	border:1px solid #14335D;
	font:12px Arial;
}
/*mouse over button and down button states - other levels*/
.menuButtonSecondover,.menuButtonSeconddown {
	background-color : #2a98dd;
	color:Black;
	cursor : default;
	border:1px solid #14335D;
	font:12px Arial;
}
/*icon place style on button over/down - other levels
.menuButtonSeconddownimg {
	background-color : #C9D9F5;
}*/

/*text of mouse over button - other levels*/
.menuButtonSeconddown td {
	 background-color : #2a98dd;
	 color:white;
	 cursor:default;
	 border:0px solid;
}


/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
.menuTable{
	background-color : #14335D;
	border-bottom : solid #14335D 1px;
	border-left : solid #14335D 1px;
	border-right : solid #14335D 1px;
	border-top : solid #14335D 1px;
	margin : 0px;
	-moz-user-select : none;
	padding : 0px;
}
/*menu panel - other levels*/
.secondMenuTable{
	background-color : #14335D;
	border: 1px solid #14335D; 
	border-right:1px solid #14335D;
	border-bottom:1px solid #14335D;
	margin : 0px;
	-moz-user-select : none;
	padding : 0 1 0 0;
	margin-top:-1px;
}

/*devider - horizontal*/
.menudivider {
	background-color : #14335D;
	border-left : solid #14335D 1px;
	border-right : solid #14335D 1px;
	height : 100%;
	margin-bottom : 1px;
	margin-top : 1px;
	overflow : hidden;
	vertical-align : middle;
	width : 2px;
}
/*devider - vertical*/
.menudividery {
	background-color : #14335D;
	border-bottom : solid #14335D 1px;
	border-top : solid #14335D 1px;
	height : 1px;
	overflow : hidden;
	width : 100%;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
.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*/
.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*/
.iconGray, .buttonTextDisabled
{
	filter: BlendTrans(Percent=50) gray();
	cursor: default;
	border: solid 1px #ece9d8;
	font: bold 11px Tahoma,Arial;
	color: dimgray;
}

/*enabled scroller*/
.menuscrollerenabled{
	background-color:#CAC8D4;
	 cursor: pointer;	
	 text-align:center;
}
/*disabled scroller*/
.menuscrollerdisabled{
	background-color: #CAC8D4;
	cursor: default;
	visibility:hidden;
	text-align:center;
}
