<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

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

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:capitalize;
}
.invertedshiftdown2 .space {
	margin: 0 0 0 0;
	background-color: #8C0000;
	color: #8C0000;
	height: 19px;
	border-right-color: #8C0000;
	padding-bottom: 0px;
	padding-top: 10px;
	width: 53px;
}


.invertedshiftdown2 a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: #FFF7CE;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 7px 5px 8px 5px; /*Padding within each menu item*/
	background-color: #8C0000;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF7CE;
}

.invertedshiftdown2 a:hover{
background-color: #8C0000; /*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 0 */
border-bottom-color: #8C0000; /*Highlight red color theme*/
color: #FFF7CE;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #8C0000; /*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 0 */
border-bottom-color: #8C0000; /*Highlight red color theme*/
color: #999999;
}

#myform{ /*CSS for sample search box. Remove if desired */
	float: left;
	margin-top: 2px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

</style>
.invertedshiftdown2 li {

display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:capitalize;
}
