body {
	behavior:url("csshover3.htc");
}

/**************** flyout menu coding *****************/
#menu {
width: 824px;
float: left;
margin-left:40px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
/*width: 100px;*/
float: left;

}

#menu a, #menu h2 {
font: bold 12px "Times New Roman", Times, serif;
display: block;
margin: 0;
padding: 2px 0px 1px 1px;

}

#menu h2 {
color: #37513d;
text-align:center;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
border:1px solid green;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



/**************** Main and SubMenu A & A:HOVER with specific sizing *****************/
#menu .nav_home a{
color: #37513d;
width:75px;
height:25px;
background-image:url(../images/navArrow.gif); background-position: center bottom; background-repeat:no-repeat;
text-align:center;
}

#menu .nav_home a:hover {
color: #b38208;
}

#menu .nav_meet a {
color: #37513d;
width:100px;
height:25px;
background-image:url(../images/navArrow.gif); background-position: center bottom; background-repeat:no-repeat;
text-align:center;
}

#menu .nav_meet a:hover {
color: #b38208;
}

#menu .sub_meet a {
color: #ffffff;
text-decoration: none;
background-color: #a6c2af;
text-align:center;
width:100px;
height:20px;
}

#menu .sub_meet a:hover {
color: #ffffff;
text-decoration: none;
background: #b38208;
}

#menu .nav_services a {
color: #37513d;
width:125px;
height:25px;
background-image:url(../images/navArrow.gif); background-position: center bottom; background-repeat:no-repeat;
text-align:center;
}

#menu .nav_services a:hover {
color: #b38208;
}

#menu .sub_services a {
color: #ffffff;
text-decoration: none;
background-color: #a6c2af;
text-align:center;
width:125px;
height:20px;
}

#menu .sub_services a:hover {
color: #ffffff;
text-decoration: none;
background: #b38208;
}

#menu .nav_gallery a{
color: #37513d;
width:110px;
height:25px;
background-image:url(../images/navArrow.gif); background-position: center bottom; background-repeat:no-repeat;
text-align:center;
}

#menu .nav_gallery a:hover {
color: #b38208;
}

#menu .sub_gallery a {
color: #ffffff;
text-decoration: none;
background-color: #a6c2af;
text-align:center;
width:110px;
height:20px;
}

#menu .sub_gallery a:hover {
color: #ffffff;
text-decoration: none;
background: #b38208;
}

#menu .nav_news a{
color: #37513d;
width:100px;
height:25px;
background-image:url(../images/navArrow.gif); background-position: center bottom; background-repeat:no-repeat;
text-align:center;
}

#menu .nav_news a:hover {
color: #b38208;
}

#menu .nav_faqs a{
color: #37513d;
width:65px;
height:25px;
background-image:url(../images/navArrow.gif); background-position: center bottom; background-repeat:no-repeat;
text-align:center;
}

#menu .nav_faqs a:hover {
color: #b38208;
}

#menu .nav_ptlogin a{
color: #37513d;
width:110px;
height:25px;
background-image:url(../images/navArrow.gif); background-position: center bottom; background-repeat:no-repeat;
text-align:center;
}

#menu .nav_ptlogin a:hover {
color: #b38208;
}

#menu .nav_contact a{
color: #37513d;
width:100px;
height:25px;
background-image:url(../images/navArrow.gif); background-position: center bottom; background-repeat:no-repeat;
text-align:center;
}

#menu .nav_contact a:hover {
color: #b38208;
}
