@media screen { 
.suckertreemenu{
	height:37px;
	/*width:70%;*/
	font-family:verdana;
	color:#ffffff;
	z-index:100;
}

.suckertreemenu ul{
	margin: 0;
	padding:0;
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:100;
	padding-left:0px;
	/*background-color: #F3F3F3; overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a,
.suckertreemenu ul li a:link,
.suckertreemenu ul li a:visited,
.suckertreemenu ul li a:active{
	display: block;
	line-height:37px;
	font-size:10px;
	padding:0px 15px 0px 15px;
	text-transform:uppercase;
	/*border: 1px solid black;*/
	border-left-width: 0;
	text-decoration: none;
	color:#1f588f;
	float:left;
}


a.subcat_currentitem{
	background:  url(../../images/mm_images/products_promotion_tab_bg.jpg) left -744px repeat-x ;
}

.suckertreemenu ul li a:hover,
.suckertreemenu ul li ie.hover,
.suckertreemenu ul li a.selected{
		background:  url(../../images/mm_images/products_promotion_tab_bg.jpg) left -744px repeat-x ;
	color:#1f588f;
	text-decoration:none;
}

	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left:0px;
	position: absolute;
	/*top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	font:12px;
	background:#ffffff;
	z-index:100;
	padding-left:0px;
	height:auto;
	border:2px solid #c9dbec;
	border-bottom:2px solid #005188;
	border-top:0px;
	margin-left:-2px;
	}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float:left;
	padding:0px 0px;
	height:auto;
	/*background: url(images/drop_grey_seperator.gif) bottom repeat-x;*/
}


/* Sub level menu links style */

.suckertreemenu ul li ul li a,
.suckertreemenu ul li ul li a:link,
.suckertreemenu ul li ul li a:visited,
.suckertreemenu ul li ul li a:active{
	display: block;
	width: 200px; 
	color: #1f588f;
	text-decoration: none;
	text-align:left;
	height:auto;
	line-height:120%;
	padding:8px 8px;
	font-weight:normal;
	border:none;
}

.suckertreemenu ul li ul li a:hover,
.suckertreemenu ul li ul li a.iehover
		{
	display: block;
	width: 200px; 
	color: #1f588f;
	background:#c9dbec;
	text-align:left;
	height:auto;
	text-docoration:underline;
	border:none;
}

.suckertreemenu ul li ul li a.bottomline{
	display: block;
	width: 200px; 
	color: #002d56;
	text-decoration: none;
	padding: 1px 5px;
	text-align:left;
	padding-left:12px;
	border-bottom:2px solid #ffffff;
	height:auto;
}


.suckertreemenu ul li ul li a.bottomline:hover,
.suckertreemenu ul li ul li a.bottomline.iehover{
	display: block;
	width: 200px; 
	color: #ffffff;
	background:none;
	text-decoration: none;
	padding: 1px 5px;
	text-align:left;
	padding-left:12px;
	border-bottom:2px solid #ffffff;
	z-index:100;
	height:auto;
}



/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	/*left: 170px; /* no need to change, as true value set by script */
	top: -2px;
	border:1px solid #0c3d78;
	background-color:#d7d8d9;
	z-index:100;
	padding-left:0px;
	height:auto;
	
}



.suckertreemenu ul li ul li ul li ul{ 
	/*left: 170px; /* no need to change, as true value set by script */
	top:-2px;
	border:2px solid #504641;
	background:#a60133;
	padding-left:0px;
	height:auto;
}




/*Background image for top level menu list links */
/*.suckertreemenu .mainfoldericon{
	background: #F3F3F3 url(images/arrow-down.gif) no-repeat center right;
}*/

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	/*background: #F3F3F3 url(images/rarrow_flc.gif) no-repeat center left;
	background:  url(images/meco_drop_bullet.gif) no-repeat center left;*/
	border-bottom:2px solid #ffffff;
	
}

.suckertreemenu .subfoldericon .bottomline{
	/*background: #F3F3F3 url(images/rarrow_flc.gif) no-repeat center left;
	background:  url(images/meco_drop_bullet.gif) no-repeat center left;*/
	border-bottom:2px solid #ffffff;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

#bottomline{
	border-bottom:2px solid #ffffff;
}

.menu_single_div {
	width:200px;
	float:left;
	}

.menu_div {
	width:435px;
	/*height:100px;
	overflow:auto;*/
	float:left;
}
.left_menu_span {
	width:200px;
	}

}
