/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu{
border-top: 2px solid black; /*optional border across top*/
margin: 0;
padding: 0;
}

#pointermenu ul{
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
background-color: black;
background: black url('../media/leftround.gif') no-repeat bottom left; /*optional left round corner*/; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Verdana; margin-right:0; margin-top:0; margin-bottom:0
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: #999999;
font-weight: bold;
text-decoration: none;
background: url('../images/images/pointer.gif') no-repeat bottom center;; padding-left:7px; padding-right:11px; padding-top:2px; padding-bottom:7px
}

#pointermenu ul li a:visited{
color: #999999;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: #999999;
background-color: #660000;
}




