<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
margin: 0;
margin-left: 5px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font:normal 15px Verdana;
background:url(../images/menu-bg.jpg) bottom left repeat-x; /*optional left round corner*/
height:37px;
}

* html #pointermenu2 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*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight:normal;
padding: 4px 5px 10px 5px;
margin-left:4px;
margin-right:4px;
text-decoration: none;
height:23px;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover{ /*hover and selected link*/
color: #e1ebd3;
background: #990000 url(../images/menu-ok.jpg) bottom center no-repeat;
}

#pointermenu2 ul li a#selected{ /*hover and selected link*/
color: #FFFFFF;
background: #990000 url(../images/menu-ok.jpg) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(media/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}

</style>

