/*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: bold 12px Arial;
	padding-left: 10px;
	padding-right: 5px;
	color: white;
}
/*menu caption if any*/
#busstyle .menuName{
	color : whitesmoke;
	letter-spacing : 7px;
	font : 11px Arial,sans-serif;
	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: transparent;
	border: 0px;
	color: white;
	cursor: pointer;
	
}
/*mouse over button state - top level*/
#busstyle .menuButtonover
{
	border: 0px;
	color: #ffff00;
	cursor: pointer;
	font-weight: bold;
}
/*text color for pressed and over items - top level*/
#busstyle .menuButtondown .defaultMenuText,#busstyle .menuButtonover .defaultMenuText{
	color:#ffff00;
}
/*plain button state - other levels*/
#busstyle .menuButtonSecond
{
	background-color: transparent; /*#xD4D0C8*/
	border: 0px;
	background-image: url(../images/WebSlices/popup_bar.jpg);
	background-repeat: repeat;
	font: 12px Arial,sans-serif;
	padding: 5px;
}
/*mouse over button and down button states - other levels*/
#busstyle .menuButtonSecondover, #busstyle .menuButtonSeconddown
{
	background-color: transparent;
	color: white;
	cursor: pointer;
	border: 0px;
	font: 12px Arial,sans-serif;
	padding: 5px;
	background-image: url(../images/WebSlices/popup_bar_mo.jpg);
	background-repeat: repeat-x;
}
/*icon place style on button over/down - other levels
.menuButtonSeconddownimg {
	background-color : #C9D9F5;
}*/

/*text of mouse over button - other levels*/
#busstyle .menuButtonSeconddown td
{
	color: white;
	text-decoration: underline;
	cursor: pointer;
	border: 0px solid;
}


/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
#busstyle .menuTable
{
	background-color: transparent;
	border: solid white 0px;
	margin: 0px;
	-moz-user-select: none;
	padding: 0px;
}
/*menu panel - other levels*/
#busstyle .secondMenuTable
{
	background-color: transparent;
	margin: 0px;
	-moz-user-select: none;
	margin-top: 0px;
	
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
}

/*devider - horizontal*/
#busstyle .menudivider {
	background-color : #ece9d8;
	border-left : solid #FFFFFF 0px;
	border-right : solid #FFFFFF 0px;
	height : 100%;
	margin-bottom : 2px;
	margin-top : 0px;
	overflow : hidden;
	vertical-align : middle;
	width : 2px;
}
/*devider - vertical*/
#busstyle .menudividery {
	background-color : #ece9d8;
	border-bottom : solid #FFFFFF 0px;
	border-top : solid #FFFFFF 0px;
	height : 2px;
	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 0px;
	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 0px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 0px;
	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;
}

.MnuLink A
{
	font-weight: bold;
	color: white;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}