.invertedshiftdown2{
	margin-top:-3px;
	padding: 0px;
	width: 100%;
	border-top: 5px solid #9A0000; /*Highlight red color theme*/
}

.invertedshiftdown2 ul{
	margin:0px;
	margin-left: 20px; /*margin between first menu item and left browser edge*/
	padding: 0px;
	list-style: none;
	height:0px;
}

.invertedshiftdown2 li{
	display: inline;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	text-transform:uppercase;
}

.invertedshiftdown2 a{
	float: left;
	display: block;
	font-weight: bold;
	font-size:12px;
	font-family: Calibri,Tahoma,Arial,Helvetica,sans-serif;
	color: black;
	text-decoration: none;
	margin: 0px 1px 0px 0px; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
	background-color: #CCC; /*Default menu color*/
	border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
	background-color: #9A0000; /*Highlight red color theme*/
	padding-top: 5px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0px; /*Set padding-bottom value to 0px */
	border-bottom-color: #9A0000; /*Highlight red color theme*/
	color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
	background-color: #9A0000; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0px; /*Set padding-bottom value to 0px */
	border-bottom-color: #9A0000; /*Highlight red color theme*/
	color: white;
}

.invertedshiftdown2 #myform{ 
	float: right;
	margin-top: 2px;
	margin: 0px;
	padding:0px;
}

.invertedshiftdown2 #myform .textinput{
	width: 140px;
	border: 1px solid #9A0000;
}
