.info_box {
	width:225px;
	float: right;
}
.info_a {
	height: 48px;
	width: 15px;
	background: url(images/info_a.jpg) no-repeat bottom right;
}
.info_b {
	background: #fff url(images/info_b.jpg) repeat-x top;
	vertical-align: bottom;
	text-align: left;
}
.info_c {
	float: right;
	height: 48px;
	width: 40px;
	background: url(images/info_c.jpg) no-repeat top;
}
.info_c2 {
	float: right;
	height: 48px;
	width: 35px;
	background: url(images/info_c2.jpg) no-repeat top;
}
.info_c3 {
	float: right;
	height: 48px;
	width: 40px;
	background: url(images/info_c3.jpg) no-repeat top;
}
.info_c4 {
	float: right;
	height: 48px;
	width: 38px;
	background: url(images/info_c4.jpg) no-repeat top;
}
.info_c5 {
	float: right;
	height: 48px;
	width: 40px;
	background: url(images/info_c5.jpg) no-repeat top;
}
.info_c6 {
	float: right;
	height: 48px;
	width: 44px;
	background: url(images/info_c6.jpg) no-repeat top;
}
.info_d {
	width: 14px;
	background: url(images/info_d.jpg) no-repeat;
}
.info_e {
	background: #fff url(images/info_e.jpg) repeat-y left;
}
.info_f {
	padding: 4px;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
}
.info_g {
	background: #fff url(images/info_g.jpg) repeat-y right;
}
.info_h {
	height: 20px;
	width: 15px;
	background: #fff url(images/info_h.jpg) no-repeat top right;
}
.info_i {
 background: #fff url(images/info_i.jpg) repeat-x bottom;
}
.info_j {
	height: 14px;
	background: #fff url(images/info_j.jpg) no-repeat;
}
 
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
