<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu2{
margin: 0;
padding: 0;
background: #c00000 url(menubg.jpg) bottom left repeat;
}

#pointermenu2 ul{
width:100%;
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
padding-left: 0px;
font: bold 10px Verdana;
background: #D8D9D3 url(menubg.jpg) bottom left repeat; /*optional left round corner*/
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 0em;
margin-left: 0px; /*menu offset from left edge of window in IE*/
background: #c00000 url(menubg.jpg) bottom left repeat;
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color:#330000;
font-weight: bold;
padding: 7px 37px 7px 34px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: #33000;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color:#660000;
background: transparent url(pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}

</style>
