@charset "utf-8";
/* CSS Document */

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

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

.invertedshiftdown2 ul{
	margin: 0;
	margin-left: 560px; /*margin between first menu item and left browser edge - 301px for 4 tabs*/
	margin-top: 123px;
	padding: 0;
	list-style: none;
}

.invertedshiftdown2 li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

.invertedshiftdown2 a{
	float: left;
	display: block;
	font: 12px Arial;
	color: #FFF;
	text-decoration: none;
	margin: 0 2px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
	background-color: #000; /*Default menu color*/
	border-bottom: 8px solid #003366;
}

.invertedshiftdown2 .alt a{
	float: left;
	display: block;
	font: 12px Arial;
	color: #000;
	text-decoration: none;
	margin: 0 2px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
	background-color: #FFF; /*Default menu color*/
	border-bottom: 8px solid #003366;
}

.invertedshiftdown2 a:hover{
	background-color: #d0bf50; /*Highlight 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: #d0bf50; /*Highlight color theme*/
	color: #000;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
	background-color: #D10000; /*Highlight 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 color theme*/
	color: white;
}

