/*button text - all levels*/
#busstyle .menuButtonSecond td, #busstyle .menuButton td, #busstyle .menuButtondown td,#busstyle .menuButtonover td {
	cursor:pointer;
}
/*menu text - all levels*/
#busstyle .defaultMenuText{
	font: 12px Arial;
	padding-left:0px;
	padding-right:0px;
	color:#113157;
}
/*menu caption if any*/
#busstyle .menuName{
	color : whitesmoke;
	font : 11px Arial,sans-serif;
	letter-spacing : 7px;
	padding-left : 10px;
	padding-right : 10px;
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
#busstyle .menuButton {
	border : 0px;
}
/*down button state - top level*/
#busstyle .menuButtondown {
	background-color : #113157;
	border: 0px;
	color:#87ceeb;
	cursor : pointer;
}
/*mouse over button state - top level*/
#busstyle .menuButtonover {
	background-color : white;
	border: 0px;
	color:#87ceeb;
	cursor : pointer;
}
/*text color for pressed and over items - top level*/
#busstyle .menuButtondown .defaultMenuText,#busstyle .menuButtonover .defaultMenuText{
	color :#113157;
}
/*plain button state - other levels*/
#busstyle .menuButtonSecond {
	background-color: white /*#xD4D0C8*/
	border:0px;
	font:12px Arial,sans-serif;
	padding:5px;
}
/*mouse over button and down button states - other levels*/
#busstyle .menuButtonSecondover,#busstyle .menuButtonSeconddown {
	background-color : #7292C3;  /*over*/
	color:#2A4B6E;
	cursor : pointer;
	border:0px;
	font:12px Arial,sans-serif;
	padding:5px;
}
/*icon place style on button over/down - other levels
.menuButtonSeconddownimg {
	background-color : #ffffff;
}*/

/*text of mouse over button - other levels*/
#busstyle .menuButtonSeconddown td {
	 color:white;
	 cursor:pointer;
	 border:0px solid;
}


/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
#busstyle .menuTable{
	background-color : white;
/*	border: solid white 1px; */
	margin : 0px;
	
}
/*menu panel - other levels*/
#busstyle .secondMenuTable{
	background-color : white;
	margin : 0px;
	padding : 0;
	margin-top:0px;
	z-index:99;
	display:block;
	-moz-user-select : none;
	filter:alpha(opacity=90);
	-moz-opacity:0.9; 
	border: 1px solid #BFCADF;
}
#busstyle .secondMenuTable:hover
{
	display:block;
}

/*devider - horizontal*/
#busstyle .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 : 0px;
}
/*devider - vertical*/
#busstyle .menudividery {
	background-color : #ece9d8;
/*	border-bottom : solid #FFFFFF 1px;*/
/*	border-top : solid #FFFFFF 1px;*/
/*	height : 0px;*/
	overflow : hidden;
	width : 100%;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
/*#busstyle .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*/
/*#busstyle .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*/
/*#busstyle .iconGray {						*/
/*	filter : BlendTrans(Percent=50) gray(); */
/*	cursor: default;                        */
/*	border:solid 1px #ece9d8;               */
/*}                                         */

/*enabled scroller*/
/*#busstyle .menuscrollerenabled{	*/
/*	background-color:#CAC8D4;       */
/*	 cursor: pointer;	            */
/*	 text-align:center;             */
/*}                                 */
/*disabled scroller*/               */
/*#busstyle .menuscrollerdisabled{  */
/*	background-color: #CAC8D4;      */
/*	cursor: default;                */
/*	visibility:hidden;              */
/*	text-align:center;              */
/*}                                 */