<style>



textarea {color: #000000; top; font-family: arial;font-size: 13px;}

select {color: #000000; top; font-family: arial;font-size: 13px;}

input {color: #000000; top; font-family: arial;font-size: 13px;}

body {color: #000000; top; font-family: arial;font-size: 13px;}

table {color: #000000; top; font-family: arial;font-size: 13px;}



/************** .link styles *****************/



A:link {color: #930000;top; font-family: arial;font-size: 13px;;text-decoration: none;}

A:active {color: #930000;top; font-family: arial;font-size: 13px;;text-decoration: none;}

A:visited {color: #930000;top; font-family: arial;font-size: 13px;;text-decoration: none;}

A:hover {color: #930000;top; font-family: arial;font-size: 13px;; text-decoration: underline; background:}



a:link {color: #930000;top; font-family: arial;font-size: 13px;;text-decoration: none;}

a:active {color: #930000;top; font-family: arial;font-size: 13px;;text-decoration: none;}

a:visited {color: #930000;top; font-family: arial;font-size: 13px;;text-decoration: none;}

a:hover {color: #930000;top; font-family: arial;font-size: 13px;;text-decoration: underline;}



<style type="text/css">

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

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

#pointermenu ul{
margin: 0;
margin-left: 3px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background-color: black;
background: black url(leftround.gif) bottom left no-repeat; /*optional left round corner*/
}

* 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: white;
font-weight: bold;
padding: 2px 11px 7px 7px;
text-decoration: none;
background: url(pointer.gif) bottom center no-repeat;
}

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


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

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(rightround.gif) bottom right no-repeat; /*optional right round corner*/
}

</style>
</script>