Mr. Hania,
I applaud you on the example webpage in blue.
I doubly applaud you on how you gave credit for ideas in your .css file !
I have questions about your links code...
Code:
#left-menu-item a, #left-menu-item a:visited {
padding-left: 15px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #034895;
display: block;
vertical-align: middle;
text-align: left;
width: 189px;
w\idth: 187px;
line-height: 23px;
height: auto;
}
#left-menu-item a:hover {
background: #F3F4F4;
color: #FF6600;
} 1. what is this: w\idth
2. why aren't you specifying "#menu-left-item a:link" ?
3. is it Always unnecessary to repeat every selector/value when the style items are related ergo, a + a:visited same, only colors changing in a:hover ? Obviously it is working for you... that seems fantastic to me. *applause!*