#productMenu{position:absolute;right:10px; top:60px; z-index:999; font-family: 'Roboto Condensed', sans-serif; font-size:15px}  
#productMenu ul { list-style-type:none; margin: 0; padding: 0;text-align: left;border: 1px solid #222;box-shadow: 0 0 25px #000;width:250px;}
#productMenu ul li {margin:0;padding:5px;background-color: #4B4B4B; list-style-type:none;}
#productMenu ul li a, #productMenu ul li a:visited {display: block;line-height: 1.3em;padding: 10px;text-decoration: none;color: #FFF;text-shadow: #111 0 -1px;background: #333; background: -webkit-linear-gradient(#444, #333);border-bottom: 1px solid #222;box-shadow: inset 0 1px 0 0 rgba(250,250,250,0.1);background: -webkit-linear-gradient(#444, #333);background: -moz-linear-gradient(#444, #333);background: -o-linear-gradient(#444, #333);background: -ms-linear-gradient(#444, #333); background: linear-gradient(#444, #333);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#444", EndColorStr="#333");}

#productMenu ul li a:hover {display: block;line-height: 1.3em;padding: 10px;text-decoration: none;color: #FFF;text-shadow: #111 0 -1px;background: #333; background: -webkit-linear-gradient(#333, #444);border-bottom: 1px solid #222;box-shadow: inset 0 1px 0 0 rgba(250,250,250,0.1);background: -webkit-linear-gradient(#333, #444);background: -moz-linear-gradient(#333, #444);background: -o-linear-gradient(#333, #444);background: -ms-linear-gradient(#333, #444); background: linear-gradient(#333, #444);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#333", EndColorStr="#444");}


#productMenu ul li ul { display:none; width:238px; list-style-type:none; margin: 0;}
#productMenu ul li ul li {margin:0;padding:4px;background:none;}
#productMenu ul li ul li a, #productMenu ul li ul li a:visited{margin-top:2px;padding: 8px; line-height: 1.3em; display:block;text-decoration: none;color:#fff;font-size:15px; background: #ee2024; background: -webkit-linear-gradient(#ee2024, #c21a1d);border-bottom: 1px solid #b21518;box-shadow: inset 0 1px 0 0 rgba(250,250,250,0.1);background: -webkit-linear-gradient(#ee2024, #c21a1d);background: -moz-linear-gradient(#ee2024, #c21a1d);background: -o-linear-gradient(#ee2024, #c21a1d);background: -ms-linear-gradient(#ee2024, #c21a1d); background: linear-gradient(#ee2024, #c21a1d);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#ee2024", EndColorStr="#c21a1d");}
#productMenu ul li ul li a:hover {padding: 8px;  background: #c21a1d; background: -webkit-linear-gradient(#c21a1d, #ee2024);border-bottom: 1px solid #b21518;box-shadow: inset 0 1px 0 0 rgba(250,250,250,0.1);background: -webkit-linear-gradient(#c21a1d, #ee2024);background: -moz-linear-gradient(#c21a1d, #ee2024);background: -o-linear-gradient(#c21a1d, #ee2024);background: -ms-linear-gradient(#c21a1d, #ee2024); background: linear-gradient(#c21a1d, #ee2024);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#c21a1d", EndColorStr="#ee2024");}