<style type="text/css">

.shadowblockmenu{
font-weight: bold;
font-size: 85%;
width: 100%;
}

.shadowblockmenu ul{
border: 1px solid #BBB;
border-width: 1px 0; /* Show only top and bottom border for main menu container */
padding: 0;
margin: 5px 0px 0px 0px;
overflow: hidden;
}

.shadowblockmenu ul li{
display: inline;
margin:0;
padding:0;
}

.shadowblockmenu ul li a{
display:block;
float:left;
text-transform: uppercase;
color: #494949;
padding: 8px 15px 8px 9px;
margin: 0;
text-decoration: none;
border-right: 1px solid #BBB; /*right border between menu items*/
-moz-box-shadow: inset -7px 0 10px rgba(114,114,114, 0.4); /* Add inset shadow to each menu item. First 3 values in (114,114,114, 0.4) specifies rgb values, last specifies opacity */
-webkit-box-shadow: inset -7px 0 10px rgba(114,114,114, 0.4);
box-shadow: inset -7px 0 10px rgba(114,114,114, 0.4);
text-shadow: 0 -1px 1px #ccffff; /* CSS text shadow to give text some depth */
-moz-transition: all 0.2s ease-in-out; /* Enable CSS transition between property changes */
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}


.shadowblockmenu li:nth-of-type(1) a{ /* Extra style for first menu link */
border-left: 1px solid #BBB; /* add border to left side of first menu link */
padding-left:25px;
background: url(/images/home.png) 1px center no-repeat; /* Add icon */
}

.shadowblockmenu li:nth-of-type(2) a{ /* Extra style for 2nd menu link */
padding-left:25px;
background: url(/images/faq.png) 1px center no-repeat; /* Add icon */
}

.shadowblockmenu li:nth-of-type(3) a{ /* Extra style for 3rd menu link */
padding-left:25px;
background: url(/images/notebook.png) 1px center no-repeat; /* Add icon */
}

.shadowblockmenu li:nth-of-type(4) a{ /* Extra style for 4th menu link */
padding-left:25px;
background: url(/images/dealers.png) 1px center no-repeat; /* Add icon */
}

.shadowblockmenu li:nth-of-type(5) a{ /* Extra style for 5th menu link */
padding-left:25px;
background: url(/images/products.png) 1px center no-repeat; /* Add icon */
}

.shadowblockmenu li:nth-of-type(6) a{ /* Extra style for 6th menu link */
padding-left:25px;
background: url(/images/order.png) 1px center no-repeat; /* Add icon */
}

.shadowblockmenu li:nth-of-type(7) a{ /* Extra style for 7th menu link */
padding-left:25px;
background: url(/images/manuals.png) 1px center no-repeat; /* Add icon */
}

.shadowblockmenu li:nth-of-type(8) a{ /* Extra style for 8th menu link */
padding-left:25px;
background: url(/images/firmware.png) 1px center no-repeat; /* Add icon */
}

.shadowblockmenu li:nth-of-type(9) a{ /* Extra style for 9th menu link */
padding-left:25px;
background: url(/images/wire.png) 1px center no-repeat; /* Add icon */
}

.shadowblockmenu li:nth-of-type(10) a{ /* Extra style for 10th menu link */
padding-left:25px;
background: url(/images/contact.png) 1px center no-repeat; /* Add icon */
}

.shadowblockmenu ul li a:hover{
color: black;
-moz-box-shadow: inset -7px 0 10px rgba(60,162,221, 0.4), inset 0 0 12px rgba(60,162,221, 0.6); /* Add 2 inset shadows to each menu item  */
-webkit-box-shadow: inset -7px 0 10px rgba(60,162,221, 0.4), inset 0 0 12px rgba(60,162,221, 0.6);
box-shadow: inset -7px 0 10px rgba(60,162,221, 0.4), inset 0 0 12px rgba(60,162,221, 0.6);
}

</style>

