﻿
.invertedshiftdown
{
	padding: 0;
	width: 100%;
	border-top: 5px solid #2468A2; 
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.invertedshiftdown ul
{
	margin: 0;
	margin-left: 40px; 
	padding: 0;
	list-style: none;
}

.invertedshiftdown li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

.invertedshiftdown a
{
	float: left;
	display: block;
	font: bold 12px BPG Glaho Arial, Sylfaen, Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; 
	padding: 5px 10px 9px 10px; 
	background-color: white; 
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover
{
	background-color: #2468A2; 
	padding-top: 9px; 
	padding-bottom: 5px; 
	color: white;
}

.invertedshiftdown .current a
{
	
	background-color: #2468A2;
	padding-top: 9px; 
	padding-bottom: 5px; 
	color: white;
}

.myform
{
	/*CSS for sample search box. */
	float: right;
	margin: 0;
	margin-top: 2px;
	padding: 0;
}

.myform .textinput
{
	width: 190px;
	border: 1px solid gray;
}

.myform .submit
{
	font: normal 11px BPG Glaho Arial, Sylfaen, Arial;
	height: 22px;
	border: 1px solid #2468A2;
	background-color: black;
	color: white;
}

