﻿a:hover {
color:#00CCFF;
text-decoration:underline 
}
.rightline {
	background-image: url(Images/RightYext.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.leftLine {
	background-image: url(Images/LeftYext.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.1stMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #424242;
	text-decoration:none;
}

.1stMenuSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #ff450a;
	text-decoration:none;
}


.2ndMenu {
	background-image: url(Images/Med2ndMenu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #ff450a;
}

.3rdMenu {
	background-image: url(Images/Med3rdMenu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
}

.3rdMenuUnSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #424242;
	text-decoration:none;
	
}

.3rdMenuSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #ff450a;
	text-decoration:none;
	
}

body{
margin-top:0px;

}
.topPadding {
margin-top:10px;
}

.Menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1c5eb2;
	font-weight: bold;
}

.MenuLink {
	padding-bottom: 10px;
	text-align: left;
}
.nobr {
white-space:nowrap;
}
