/* width of menu items */
ul.nav{
font-size:75%;
font-family:tahoma,verdana,helvetica,sans-serif;
margin:0px 4px 6px 4px;
padding:0;
list-style:none;
width:10.6em;
border-top:2px ridge #ccc
}
/* styles for menu items */
ul.nav li a,ul.nav li a:visited,ul.nav li a:active,ul.nav li a:link{
border-top:0px none;
border-left:2px ridge #ccc;
border-right:2px ridge #ccc;
border-bottom:2px ridge #ccc;
display:block;
text-decoration:none;
font-weight:bold;
color:#c00;/*39f*/
background:#000;
padding:4px 1px 4px 5px;
}
/* hover styles */
ul.nav li a:hover{
padding-left:7px;
color:#f33;/*6cf*/
background:#223}
/* Fix IE. Hide from IE Mac \*/
* html ul.nav li {height:1%}
* html ul.nav li a{height:1%}
/* End */

