<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


	
.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #1D4849; /*Triangle Family Medicine color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 150px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:none; /*uppercase*/
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Verdana,Arial;
color: black;
text-decoration: none;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-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: #1D4849; /*Triangle Family Medicine color theme*/
padding-top: 5px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 9px; /*Flip default padding-bottom value with padding-top*/
color: #FFFFFF;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #1D4849; /*Triangle Family Medicine color theme*/
padding-top: 7px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 7px; /*Flip default padding-bottom value with padding-top*/
color: #30c1d5;
}

h1 {
	color: #1D4849;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
}

h2 {
	color: #3B7930;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
}

div#content {
	position: top;
	background-color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	text-align: left;
	}

div#footer {
	position: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #30c1d5;
	text-align: center;
	}

</style>
