#tp_menu{width:1000px;height:56px;background:url(images/tp_headermenu_bg.jpg) no-repeat right top;margin:0 auto;clear:both;}
#tp_menu ul{margin:0 0 0 40px;padding:0;}
#tp_menu ul li{float:left;}
#tp_menu ul li{padding:20px 0;list-style:none;margin:0 10px;}
#tp_menu ul li.tp_menu_home span{background:url(images/tp_menu_a.png) no-repeat -27px top;width:39px;}
#tp_menu ul li.tp_menu_newarrivals span{background:url(images/tp_menu_a.png) no-repeat center -22px;width:92px;}
#tp_menu ul li.tp_menu_specials span{background:url(images/tp_menu_a.png) no-repeat center -45px;width:95px;}
#tp_menu ul li.tp_menu_allprods span{background:url(images/tp_menu_a.png) no-repeat -7px -70px;width:81px;}
#tp_menu ul li.tp_menu_faq span{background:url(images/tp_menu_a.png) no-repeat -33px -93px;width:30px;}
#tp_menu ul li.tp_menu_contactus span{background:url(images/tp_menu_a.png) no-repeat -10px -116px;width:74px;}
/*#tp_menu ul li a{font-size:12px; font-family: Arial, Helvetica, sans-serif;font-weight:700;margin:0 2px;color:#000;text-align:center;}*/
#tp_menu ul li a span{padding:0 5px;overflow:hidden;text-indent:-9999px;display:block; cursor:hand;}
#tp_menu ul li.tp_menu_home a:hover span{background:url(images/tp_menu_hover.png) no-repeat -27px top; cursor:hand;width:39px;}
#tp_menu ul li.tp_menu_newarrivals a:hover span{background:url(images/tp_menu_hover.png) no-repeat center -22px;cursor:hand;width:92px;}
#tp_menu ul li.tp_menu_specials a:hover span{background:url(images/tp_menu_hover.png) no-repeat center -45px;cursor:hand;width:95px;}
#tp_menu ul li.tp_menu_allprods a:hover span{background:url(images/tp_menu_hover.png) no-repeat -7px -70px;cursor:hand;width:81px;}
#tp_menu ul li.tp_menu_faq a:hover span{background:url(images/tp_menu_hover.png) no-repeat -33px -93px;cursor:hand;width:30px;}
#tp_menu ul li.tp_menu_contactus a:hover span{background:url(images/tp_menu_hover.png) no-repeat -10px -116px;cursor:hand;width:74px;}

/*-------------------------------------------------------------------*/
#menunav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menunav {
width: auto;
/*border: 1px solid #BBB;*/
/*background: url(images/chromebg2.gif) center center repeat-x;*/ /*Theme Change here*/
padding: 5px 0;
margin: 0;
text-align: left;
font: bold 11px Tahoma, Arial, monospace;
}


#menunav li{
	display: inline;
}

#menunav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	line-height:16px;
	/*width: 180px;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menunav li a{
color: #ffffff;
padding: 5px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

#menunav li a:hover{
background: url(images/chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #00486F;
}


#menunav li:hover ul ul, #menunav li:hover ul ul ul, #menunav li.sfhover ul ul, #menunav li.sfhover ul ul ul {
	left: -999em;
}

#menunav li:hover ul, #menunav li li:hover ul, #menunav li li li:hover ul, #menunav li.sfhover ul, #menunav li li.sfhover ul, #menunav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#menunav li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
