.shopmenulink{
	
    width: 236px;
    height: 29px;
    background-image: url(../images/additional-products-red.png);
    background-repeat:no-repeat;
	background-position:/*top*/0px /*right*/0px ;	
    color: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
    font-weight: normal; 
    text-decoration: none;
	vertical-align:middle;
	
	float:right; 
	text-indent:70px;
	padding: /*top*/10px /*right*/0px /*bottom*/0px /*left*/0px;

		
  
}
a.selected{

    background-image: url(../images/additional-products-grey.png);
    background-repeat:no-repeat;

	color:#666; 
}
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/

    color: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
    font-weight: bold; 
    text-decoration: none;
	margin: 0;
	
	padding: /*top*/0px /*right*/0px /*bottom*/0px /*left*/0px;
	width:287px;
	position: absolute;
	left: 0;
	top: 0;
	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 center;
	
	
    border-bottom-color: #ccc;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: #ccc;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 0px;	
	
	
	
	box-shadow: 3px 3px 8px #818181; 
	-webkit-box-shadow: 3px 3px 8px #818181;
	-moz-box-shadow: 3px 3px 8px #818181;/**/
}

.flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/

    color: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
    font-weight: normal; 
    text-decoration: none;
	/*margin-left:-20px;*/
	width:320px;

}
.flexdropdownmenu li{
position: relative;
 

}
.flexdropdownmenu li img{
margin-left:25px;
margin:0px;

}
.flexdropdownmenu li a{
padding-left: 60px;

padding-top: 8px;
padding-bottom: 8px;	
display: block;
width: 279px; /*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 li{ /*IE6 CSS hack*/
display: inline-block;
width: 289px; /*width of menu (include side paddings of LI A*/
}
.flexdropdownmenu li a:hover, .flexdropdownmenu 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;
top: 6px;
right: 5px;
}

#sright{
	position:absolute;
	z-index:10;
	float:right;
	margin-top:-20px;
	margin-right:20px;
}