/*button text - all levels*/
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {
	cursor:default;
	padding:2px;
}
/*menu text - all levels*/
.defaultMenuText{
	font:12px Arial,sans-serif;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
}
/*menu caption if any*/
.menuName{
	color : Blue;
	font : 11px Arial,sans-serif;
	letter-spacing : 3px;
	padding-left : 10px;
	padding-right : 10px;
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
.menuButton {
/*	border : solid 1px #ffffff;*/
/*	border-top: solid 2px #9fb2c5;
	border-bottom: solid 2px #9fb2c5;
	border-left: solid 1px #9fb2c5;
	border-right: solid 1px #9fb2c5;*/
/*	background-color:#000134;*/
	background-image:url(../images/gradients/menubutton.jpg);
	width:130px;
}
/*down button state - top level*/
.menuButtondown {
	/*	background-color:#000134;*/
	background-image:url(../images/gradients/menubutton_over.jpg);
/*	border : solid 1px #ffffff;*/
/*	border-top: solid 2px #9fb2c5;
	border-bottom: solid 2px #9fb2c5;
	border-left: solid 1px #9fb2c5;
	border-right: solid 1px #9fb2c5;*/
	cursor : default;
	color:white;
	width:130px;
}
/*mouse over button state - top level*/
.menuButtonover {
/*	background-color:#000134;*/
	background-image:url(../images/gradients/menubutton_over.jpg);
/*	border : solid 1px #ffffff;*/
/*	border-top: solid 2px #9fb2c5;
	border-bottom: solid 2px #9fb2c5;
	border-left: solid 1px #9fb2c5;
	border-right: solid 1px #9fb2c5;*/
	cursor : default;
	width:130px;
}
/*plain button state - other levels*/
.menuButtonSecond {
	background-color:#003366;
/*	border : solid 1px #000134;*/
	font:12px Arial,sans-serif;
}
/*mouse over button and down button states - other levels*/
.menuButtonSeconddown {
/*	border : solid 3px #003366;*/
	font:12px Arial,sans-serif;
	background-color : #9fb2c5;
	color:white;
	cursor : default;
	height: 23px;
}
/*icon place style on button over/down - other levels
.menuButtonSeconddownimg {
	background-color : #C9D9F5;
}*/

/*text of mouse over button - other levels*/
.menuButtonSeconddown td {
	 color:white;
	 cursor:default;
/*	 border:0px solid;*/
}


/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
.menuTable{
	background-color : #000134;
/*	border-bottom: solid #000134 1px;
	border-top:  solid #000134 3px;*/
/*	border: solid #9fb2c5 1px;*/
	margin : 0px;
	-moz-user-select : none;
	padding : 0px;
	
}
/*menu panel - other levels*/
.secondMenuTable{
	background-color : #9fb2c5;
	border: solid #000134 1px; 
	margin : 1px;
	-moz-user-select : none;
	padding : 0 1 0 2;
}

/*devider - horizontal*/
.menudividery {
	background-color : blue;
	border-bottom : solid #FFFFFF 1px;
	border-top : solid #6495ed 1px;
	height : 2px;
	overflow : hidden;
	width : 100%;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
.menuhandle {
	background-color : #6495ed;
	border-bottom : solid #9fb2c5 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #9fb2c5 1px;
	border-top : solid #FFFFFF 1px;
	cursor : move;
	height : 100%;
	overflow : hidden;
	width : 3px;
}


/*============ ICONS and SCROLLERS ====================*/

/*disabled icon - all levels*/
.iconGray {
	filter : BlendTrans(Percent=50) gray(); 
	cursor: default; 
	border:solid 1px #D4D0C8;
}

/*enabled scroller*/
.menuscrollerenabled{
	background-color:#CAC8D4;
	 cursor: pointer;	
	 text-align:center;
}
/*disabled scroller*/
.menuscrollerdisabled{
	background-color: #CAC8D4;
	cursor: default;
	visibility:hidden;
	text-align:center;
}

