.otherproductsmenulink{
	
    width: 136px;
    height: 39px;


}
.flexdropdownmenu_products a{

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
    font-weight: normal; 
    text-decoration: none;
}
.flexdropdownmenu_products a:hover{

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
    font-weight: normal; 
    text-decoration: underline; 
}
.flexdropdownmenu_products, .flexdropdownmenu_products ul{ /*topmost and sub ULs, respectively*/

    color: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
    font-weight: normal; 
    text-decoration: none;
	margin: 0;

	position: absolute;

	list-style-type:none;

	background-color:#FFF;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	
	/*background-image:url(../images/dropdown-background.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	*/
	box-shadow: 1px 1px 2px #818181; 
	-webkit-box-shadow: 1px 1px 2px #818181;
	-moz-box-shadow: 1px 1px 2px #818181;
}


.flexdropdownmenu_products li{
	position: relative;
	border-bottom:1px solid #ccc;
	height:30px;
	margin:0px;
	width:370px;
}
.flexdropdownmenu_products li img{
	/*
	margin:0px;
	height:30px;
	width:30px;
	*/
}
.flexdropdownmenu_products li a{

/*width of menu (not including side paddings)*/
color: black;
text-decoration: none;
/*
background-image:url(../images/bullet-blue-trans-bar.png);
background-repeat:no-repeat;
background-position:0px 0px;	
*/
}

* html .flexdropdownmenu_products li{ /*IE6 CSS hack*/
display: inline-block;
 /*width of menu (include side paddings of LI A*/
}
.flexdropdownmenu_products li a:hover, .flexdropdownmenu_products li.selected>a{
/*
background-image:url(../images/bullet-red-blue-bar.png);
background-repeat:no-repeat;
background-position:0px 0px;	
padding-top: 8px;
padding-bottom: 8px;
*/
}

.rightarrowclass{
position: absolute;

}
#other_li_1{


}
#other_li_2{
	/*
	height:30px;
	float:left;
	
	width:370px;
	*/
	padding-top:8px;

	margin-left:25px;

}
