#shadowblockmenu {

width: 213px;

position: fixed;
  margin: 0px;
  padding: 0px;
  top: 0px;
left:0px;
 list-style: none;
 z-index:9999;

}



#shadowblockmenu li a {
	text-decoration: none;
	height: 32px;
	font: bold;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	background-image: url("../images/5.jpg");



}



#shadowblockmenu  li a{

margin:0;

padding:0;

}



#shadowblockmenu  li a{

display:block;

text-transform: uppercase;

color: black;

padding: 10px 15px;

text-decoration: none;

border-bottom: 5px solid #648de3;

border-right: 1px solid #cacaca; /*right border between menu items*/

-moz-box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6); /* Add inset shadow to each menu item. First 3 values in (114,114,114, 0.5) specifies rgb values, last specifies opacity */

-webkit-box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6);

box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6);

text-shadow: 0 -1px 1px #cfcfcf; /* 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;

border-radius:0px 0px 10px 10px;

    -moz-border-bottom:0px 0px 10px 10px;

    -webkit-border-bottom-right-radius: 10px;

    -webkit-border-bottom-left-radius: 10px;

    -khtml-border-bottom-right-radius: 10px;

    -khtml-border-bottom-left-radius: 10px;

}



#shadowblockmenu  li a:hover, #shadowblockmenu  li a.selected{

color: black;

-moz-box-shadow: inset 7px 0 10px rgba(26, 73, 172, 0.4), inset 0 0 15px rgba(26, 73, 172, 0.4), inset 0 0 20px rgba(26, 73, 172, 0.4); /* Add 3 inset shadows to each menu item  */

-webkit-box-shadow: inset 7px 0 10px rgba(26, 73, 172, 0.4), inset 0 0 15px rgba(26, 73, 172, 0.4), inset 0 0 20px rgba(26, 73, 172, 0.4);

box-shadow: inset 7px 0 10px rgba(26, 73, 172, 0.4), inset 0 0 15px rgba(26, 73, 172, 0.4), inset 0 0 20px rgba(26, 73, 172, 0.4);


}

#shadowblockmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}








