/* Common Web Banner
------------------------------ */

.nysBannerBox {
	margin: 0px 0px 0px 0px;		
}

.nysSmallBannerMenuBar760 {
	/* You may need to modify the path to this image */
	background: url(.../img/smnewblue760.gif) no-repeat;
	width:760px;
	height:25px;
	margin: -2px 0px 0px 0px;
}

/* To fix IE bug that breaks the banner code*/
* html .nysSmallBannerMenuBar760 {
	margin: -19px 0px 0px 0px;
}

.nysSmallBannerMenuBar590 {
	/* You may need to modify the path to this image */
	background: url(.../img/smnewblue.gif) no-repeat;
	width:590px;
	height:25px;
	margin: 0px 0px 0px 0px;
}

/* To fix IE bug that breaks the banner code*/
* html .nysSmallBannerMenuBar590 {
	margin: -4px 0px 0px 0px;
}
	
.nysSmallBannerNav a {
	background: #181EA5; /* this is the background color for the navigation links */
	color: #ffffff; /* this is the foreground color for the navigation links */
	left:15px; /* this is the start location of the navigation links */
	top:1px;
	margin: 0px 0px 0px 5px;			
	width: 55px;
	height: 25px;			
	border: 1px solid #31295A;
	display: block;		
	float: left;	
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif; /* this is the font family of the navigation links */
	font-size: .7em; /* this is the font size of the navigation links */
	font-weight: bold;
	vertical-align: middle;		
	text-align: center;				
}

.nysSmallBannerNav a:visited {
	color: #ffffff; /* this is the foreground color for the navigation links */
}	

.nysSmallBannerNav a:hover {
	background: #ffffff;
	color: #181EA5; /* this is the foreground color for the navigation links */
}	

.nysBannerTouch {	
	position:relative;
	left:0px;	
	top:0px;	
	float:left;
	border:0px;
	margin: 0px 0px 0px 0px;				
}
		
.nysBannerDlink {
	color :white; /* this is the foreground color of the D link */
	font-size:1px;
}		
		
		

