
.menupsmall a, .menupsmall i a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:150px; 

color:#000;
margin:0px ; 
padding:4px 0 4px 0;
border:1px solid #dddddd;
border-width:1px;
background:#eeeeee; 


cursor:pointer;
font: 600 13px garamond,verdana,arial;
font-variant:small-caps;
}



/* style the background and forground colors of the links on hover */
.menupsmall a:hover  {
background:#cccccc; 
color:#fff;
margin:0px ; 
padding:4px 0 4px 0;
}

