.navigationItem{
	padding-bottom:15px;
}
.navigationItem a, .navigationItem a:link, .navigationItem a:visited{
	font-family: Helvetica;
	font-size: 18px;
	color: #000;
	line-height: 18px;
	display: block;
	text-decoration:none;
	padding-bottom:7px;
	text-transform:uppercase;
}

.navigationItem a:hover {
	color: #000;
		font-weight: bold;
		font-size: 18px;
		background-image:url(http://www.usgbcny.org/assets/graphics/left-menu-separator.gif);
		background-position:left bottom;
		background-repeat:no-repeat;
text-decoration:none;
		line-height: 18px;
		padding-bottom:7px;
		text-transform:uppercase;
	}
	
	
	
p {
	font-family: Helvetica;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 18px;
}

.text_blue {
	font-size: 14px;
	color: #000;
	line-height: 18px;
	font-family: Helvetica;
}

h1 {
	font-family:  Helvetica;
	font-size: 23px;
	color: #C0D72E;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	font-style: normal;
	text-transform:uppercase;
}
h2 {
	font-family: Helvetica;
	font-size: 15px;
	color: #C0D72E;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	font-style: normal;
}
h3 {
	font-family:  Helvetica;
	font-size: 14px;
	color: #C0D72E;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	font-style: normal;
	text-transform:uppercase;
}

h4 {
	font-family: Helvetica;
	font-size: 12px;
	color: #C0D72E;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	font-style: normal;
}


body{
margin:0;
padding:0;
background-color:#FFFFFF;
line-height:18px;
font-family: Helvetica;
font-size:14px;
}

input,select,textarea{
font-family: Helvetica;
font-size:14px;
color:#4D4D4D;
}
.footer{
font-size:10px;
}

.search{
font-style:italic;
}

form {
margin:0pt;
padding:0pt;
}

.content{
color:#000;
}

a:link, a:visited{
color:#4D4D4D;
text-decoration:underline;
}

a:hover{
color:#4D4D4D;
text-decoration:none;
}


a.black:link, a.black:visited{
color:#000;
text-decoration:none;
}

a.black:hover{
color:#000;
text-decoration:underline;
}


.heading {
font-size:15px;
font-style:normal;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

.contentpadding{
padding-right:50px;
}


/* CSS Document */
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;

}
#menu ul{
background-color:#ffffff;border:1px solid #D8DBDF;
padding:2px;
display: block;

}
#menu {
	position: relative; /* Menu position that can be changed at will */
	color: #000;
	width:670px;
	font-family:Helvetica;
	display: block;
}
#menu dl { /*menu*/
	float: left;
}
#menu dt { /* individual mainmenu items */
	cursor: pointer;
	text-align: left;
	font-weight: bold;
}
#menu dd { /* submenu */
	display: none;
	margin-top: 2px;
	white-space: nowrap;
	position: absolute;
	
}
#menu li { /* individual submenu items */
	text-align: left;
	background: #fff;
	display: block;
	padding: 2px;

}


#menu dt a, #menu dt a:link { /*mainmenu links*/
	color: #fff;
	text-decoration: none;
	height: 100%;
	border: 0 none;
}
#menu li a, #menu li a:link{ /*submenu links*/
color: #000;
font-weight: bold;
text-decoration: none;
font-size:12px;
background: #fff;
display: block;

}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
text-decoration: none;
color: #C0D72E;
background: #fff;

}

#menu .menuspacer { /*keeps smaller submenus from appearing so tiny*/
display: block;
height: 0px;

}


.ObjTitle { font-family:Helvetica,sans-serif;
font-size:larger;
font-weight:bolder;
margin:0px 0px 6px;
padding:0px;
color:#C0D72E
}



