ul#nav {
list-style-type: none;
padding: 0;
margin: 0;
}
#nav a:link, #nav a:visited {
display: block;
width: 150px;
outline:none;
padding: 3px 0 3px 20px;
font: bold 100% Arial, Helvetica, sans-serif;
color: #74a5b4;
background:#0a5978; /*overall background color*/
/*background: url("images/menu-bg.jpg") top left no-repeat;*/
text-decoration: none;
}
#nav a:hover {
background: 0a5978; /*hover cell background color*/
/*background: url("images/menu-bg.jpg") top left no-repeat;*/
/*background-position: 0 -69px;*/
color: #ffffcc;
}
#nav a:active {
/*background: url("images/menu-bg.jpg") top left no-repeat;*/
background: 0a5978; /*active cell background color*/
/*background-position: 0 -138px;*/
color: #01b6d1;
}
