
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 4px solid #3E6896; 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 40px; /*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:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: lightblue; /*Default menu color*/
border-bottom: 8px solid #DFEEF5;
}

.invertedshiftdown2 a:hover{
background-color: #3E6896; /*Highlight red 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: #3E6896; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #3E6896; /*Highlight red 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: #3E6896; /*Highlight red color theme*/
color: white;
}

.fontTripName{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:17px;
color:#003366;
font-weight:bold;
}

.fontSchedule{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#003366;
font-weight:bold;
text-transform:uppercase;
}
.fontPrint{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:underline;
color:#003366;
font-weight:bold;
text-transform:uppercase;
}

.image_planner{
	padding-left:7px;
	padding-right:7px;
	padding-bottom:7px;
	padding-top:7px;
	border: 1px solid #CCCCCC;
}

