/* This is the styles for the menu frame */
.bdc-dd-menu-panel {
  /* Defines the whole menu panle section */
   	padding-top: 6px;			/* make the menu item align with the work order title*/
   	background-color:transparent;
}

.bdc-dd-menu {
   	border: none;
   	width: 185px;
   	overflow: hidden;
	Height: 500px
}

.bdc-dd-label {
    /* Defines the div section with in li tag (bdc_dd_item)*/
    	font-family: Arial;
	font-size: .9em;
        height: 34px;
	font-weight:bold;
	line-height:34px;
	background-image: url('/o4w/mpc/!default/images/button-blue.jpg');
	background-repeat:no-repeat;
	background-color:transparent;
	display: block;
}

.bdc-dd-label-hover {
    font-family: Arial;
	font-size: .9em;
    	height: 34px;
	font-weight:bold;
	line-height:34px;
	background-image: url('/o4w/mpc/!default/images/button-blue push.jpg');
	background-repeat:no-repeat;
	background-color:transparent;
	/*text-shadow : 2px 3px 6px #808080; this kills IE*/
	display: block;

}

/* icon for work order entry */
.bdc-dd-text {
 /* Defines the style of the text on the menu item within <li> */
    font-family: Arial;
    font-size:  .9em;
    height: 34px;
    line-height:34px;
    text-decoration: none;
    background:url('/o4w/mpc/!default/images/wo.gif' ) no-repeat 13px 13px;
    text-indent:40px; 
    background-color:transparent;
}
.bdc-dd-text-hover {
	display: block;
	padding: 0px;
	margin: 0;
	text-decoration: none;
	border: 0px;
}

/* icon for work order search  not in use now */
.bdc-dd-text-search {
 /* Defines the style of the text on the menu item within <li> */
	display: block;
	padding: 0px;
	margin: 0;
	color: black;
	text-decoration: none;
    /*background-color: #E6E8F5;*/
    	background:url('/o4w/mpc/!default/images/search.gif' ) no-repeat 10px 8px;
    	text-indent:40px;
}

/* icon for log in/out not in use now*/
.bdc-dd-text-login {
 /* Defines the style of the text on the menu item within <li> */
	display: block;
	padding: 0px;
	margin: 0;
	color: black;
	text-decoration: none;
  	background-color: #E6E8F5;
   	background:url('/o4w/mpc/!default/images/login.gif' ) no-repeat 10px 8px;
   	text-indent:40px;
}


 /*Following styles define the title section (Menu)*/
.bdc-dd-title-label {
    /* Defines the title section (Menu)*/
	display:block;
	font-family: verdana;
	font-size: 1.1em;		/*1em=12pt=16px*/
	font-weight: bold;
	color: white;
	text-align:left;
	background-image: url("/O4W/MPC/!Default/Images/blue_bg2L.gif");
	background-repeat:repeat;
	background-color:#99CCFF;
	border: 0px;
}

.bdc-dd-title-root {
	border: 0px;
}

.bdc-dd-title-root-hover {
	/*border: 1px outset;*/
	border: 0px;
	cursor: pointer;
}
.bdc-dd-title-hover {
	border: 0px;	
	cursor: pointer;
}
/* End Title */
