

.invertedshiftdown2
{
	padding: 0;
	width: 100%;
	padding-top:80px;
	border-top: -5px solid #D10000;
/*Highlight red color theme*/
	background: transparent;
	voice-family: inherit;
	voice-family: inherit;
}
.invertedshiftdown2 UL
{
	margin: 0;
	margin-left: 100px;
/*margin between first menu item and left browser edge*/

	
	left: -50px;
	padding: 0;
	list-style: none;
}
.invertedshiftdown2 LI
{
	display: inline;
	margin: 0px 2px 0px 0px;
	padding: 0;
	text-transform: uppercase;
	font: normal;
	color: black;
}
.invertedshiftdown2 A
{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0;
/*Margin between each menu item*/
	padding: 5px 10px;
/*Padding within each menu item*/
	background-color: #EE9572;
/*Default menu color*/
	border-bottom: 8px solid white;
}
.invertedshiftdown2 A:hover
{
	background-color: #D10000;
/*Highlight red color theme*/
	padding-top: 10px;
/*Set padding-top value to default's padding-top + padding-bottom*/
	padding-bottom: 0;
/*Set padding-bottom value to 0*/
	border-bottom-color: #D10000;
/*Highlight red color theme*/
	color: white;
}
.invertedshiftdown2 .current A
{
/** currently selected menu item **/
	background-color: #D10000;
/*Highlight red color theme*/
	padding-top: 10px;
/*Set padding-top value to default's padding-top + padding-bottom*/
	padding-bottom: 0;
/*Set padding-bottom value to 0*/
	border-bottom-color: #D10000;
/*Highlight red color theme*/
	color: white;
}





