<style>

body {
background: #000000;
text-align: center;
}

td {
  color:#000000;
}

a {
  color: #ffffff;
  background: transparent;
  text-decoration: none;

}

a:link {
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  font-weight:bold;
}

a:active {
  color: #3366cc;
  text-decoration: none;
}
a:hover { 
        color: #3366cc;
        text-decoration: none;
}


a.note:link {
  text-decoration: none;
  font-weight: bold;
  color: #ffcc00;
  font-size: 0.83em;

}

a.note:hover { 
  color: #3366cc;
  text-decoration: underline;
  font-weight: bold;
  font-size: 0.85em;

}

a.img {
color:#000000;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}

a.catprodhd {
  text-decoration: none;
  color:#ffcc00;
  font-size: 1.4em;
}

a.catprodhd:visited {
  text-decoration: none;
  color:#ffcc00;
  font-size: 1.4em;
}

a.catprodhd:hover {
  color: #3366cc;
  text-decoration: none;
  font-size: 1.4em;

}


a.mp3 {
  text-decoration: none;
  font-weight: normal;
}

a.mp3:hover {
  color: #3366cc;
  text-decoration: none;
}

a.shim {
  text-decoration: none;
  color:#ffcc00;
  font-size: 1.0em;
}

a.shim:link {
  text-decoration: none;
  color:#ffcc00;
  font-size: 1.0em;
}

a.shim:visited {
  text-decoration: none;
  color:#ffcc00;
  font-size: 1.0em;
}

a.shim:hover {
  color: #3366cc;
  text-decoration: none;
  font-size: 1.0em;

}

p.trademarks {
	font-size: 0.6em;
	font-family: Arial, Palatino Linotype, Book Antiqua, Palatino, serif;
	text-align: left;
	line-height: 1.4em;
	color:#ffffff;
	text-align: center;

}

.prodsubhead {
color: #ffcc00;
font-size: 1.0em;
font-weight: bold;
font-family: arial;
margin-bottom: 0px;
}

.prodphotocap {
color: #ffffff;
font-size: 0.8em;
font-family: arial;
}

h1 {
   color: #ffcc00;
   font-size: 2.4em;
   font-family: Georgia, Arial;
   font-weight: normal;
 }

 h2.catprodhd {
  text-decoration: none;
  color:#ffcc00;
  font-weight: bold;
  font-size: 1.0em;
  margin-bottom: 5px;
  line-height: 1.4em;
}

/*------------CSS Drop-down menu----------------*/

.jquerycssmenu{
font: normal 10px Verdana;
border-bottom: none;
padding-left: 28px; /*offset of tabs relative to browser left edge*/
width: 800px;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: white url(tintblue.gif) top center repeat-x; /*background of tabs (default state)*/
padding: 5px 7px 4px 7px;
margin-right: 0px; /*spacing between tabs*/
border-top: 1px solid #778;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
border-bottom-width: 0px;
color: #2d2b2b;
text-decoration: none;
font: bold 11px Arial;
}

.jquerycssmenu ul li a:hover{
background-image: url(tintbluedark.gif) /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: bold 11px Arial;
width: 160px; /*width of sub menus*/
background: white;
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #a9ddfc;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}



/*----------End CSS Drop-down Menu-----------*/

</style>