﻿<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu3{
margin: 0;
padding: 0;
}

#pointermenu3 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 10px Verdana;
background: #002059
}

* html #pointermenu3 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*/
}

#pointermenu3 ul li{
display: inline;
}


#pointermenu3 ul li a{
float: left;
color: silver;
font-weight: bold;
padding:2px 9px 5px 5px;
text-decoration: none;
}

#pointermenu3 ul li a:visited{
color: white;
}


#pointermenu3 ul li a:hover, #pointermenu3 ul li a#selected{ /*hover and selected link*/
color: white;
background: transparent url(img/pointer.gif) bottom center no-repeat;
}



</style>