﻿.invertedshiftdown
{
	padding: 0px;
	background: transparent;
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit; /*border-bottom: solid 4px #B80000; /*Red color theme*/
}

.invertedshiftdown ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.invertedshiftdown li
{
	display: inline;
	padding: 0px;
}

.invertedshiftdown a
{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0px 2px 0px 0px; /*Margin between each menu item*/
	padding: 9px 8px 5px 8px; /*Padding within each menu item*/
	background-color: white; /*Default menu color*/
	border-bottom: solid 4px #B80000; /*BELOW 4 LINES add rounded bottom corners to each menu item.   ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS   REMOVE IF DESIRED*/
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.invertedshiftdown a:hover
{
	background-color: #B80000; /*Red color theme*/
	padding-top: 5px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 9px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}

.invertedshiftdown .current a
{
	/** currently selected menu item **/
	background-color: #B80000; /*Red color theme*/
	padding-top: 5px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 9px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}
#hz1cplt
{
	/*CSS for sample search box. Remove if desired */
	float: right;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	background-color: White;
	width: 100%;
	height: 29px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

