.menu2 {
width:970px; 
font-size:0.85em;
padding-bottom: 0px;
font-family: arial;
position: relative; left: 0px; top: 1px; z-index: 3000;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu2 ul ul {
width:193px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 li {
float:left;
width:190px;
position:relative;
}
.menu2 ul li {width: 79px; margin-left: 1px;}
/* style the links for the top level */
.menu2 a, .menu2 a:visited {
display:block;
font-size:8pt;
text-decoration:none; 
color:#111; 
font-weight: bold;
width:78px; 
height:28px; 
border:0px solid #000000; 
background: url('images/button.gif') no-repeat top left; 
padding: 0px; 
line-height:30px;
text-align: center;
font-family: trebuchet ms, arial;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {
width:78px;
w\idth:78px;
}

/* style the second level background */
.menu2 ul ul a.drop, .menu2 ul ul a.drop:visited {
background:url('images/blank.gif');
height: 30px;
overflow-y: hidden;
width: 193px;
line-height: 30px;
color: #ddd;
font-size: 9pt; font-weight: bold;
padding: 0px;
border: 0;
}
/* style the second level hover */
.menu2 ul ul a.drop:hover{
background:url('images/blank.gif');
background-position: top right;
padding: 0px; width: 193px; height: 30px;
}
.menu2 ul ul :hover > a.drop {
background:url('images/blank.gif');
background-position: top right;
padding: 0px; width: 193px; height: 30px;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
visibility:hidden;
position:absolute;
height:0;
top:28px;
left:-116px; 
width:193px;

}
/* another hack for IE5.5 */
* html .menu2 ul ul {
top:28px;
t\op:28px;
left: -109px;
}



/* style the table so that it takes no part in the layout - required for IE to work */
.menu2 table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited {
background:#17a585; 
color:#000; 
height:auto; 
line-height:1em; 
padding:0 10px; 
width:170px
/* yet another hack for IE5.5 */
}
* html .menu2 ul ul a{
width:170px;
w\idth:170px;
}


/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover{
color:#0C4750; 
background-position: top right;
	
}
.menu2 :hover > a, .menu2 ul ul :hover > a {
color:#0C4750;
background-position: top right;
	
}

/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul,
.menu2 ul a:hover ul{
visibility:visible; 
}


.menu2 li.paid-memberships {width: 99px;}
.menu2 li.paid-memberships a {width: 98px; height: 25px; background: url(button2.gif) top left; display: inline-block; float: left; font-size: 8pt; font-family: trebuchet ms; padding: 0; margin: 0px; color: #111; line-height: 12px; padding-top: 4px; cursor: hand;}

.menu2 li.paid-memberships ul {margin-left: 20px;}

.menu2 li.paid-memberships a:hover {background-position: top right; color: #0C4750;}

.menu2 li.paid-memberships:hover > a, .menu2 ul ul :hover > a {
color:#0C4750;
background-position: top right;
	
}

.menu2 li.paid-memberships li a {width: 173px; padding: 0 10px; background: url('images/ul_btm.gif') top right; float: left; height: 30px; line-height: 30px;
		font-size: 8pt; text-align: right; color: #3D310E; font-weight: bold;}

.menu2 li.paid-memberships li a:hover {color: #000;}


.menu2 li .drop {width: 193px; float: left;}

.menu2 ul ul a {width: 173px; padding: 0 10px; background: url('images/ul_btm.gif') top right; float: left; height: 30px; line-height: 30px;
		font-size: 8pt; text-align: right; color: #3D310E; font-weight: bold;}


.menu2 ul ul a:active {width: 173px; padding: 0 10px; background: url('images/ul_btm.gif') top right; float: left; height: 30px; line-height: 30px;
		font-size: 8pt; text-align: right; color: #000; font-weight: bold;}


.menu2 ul ul a:visited {width: 173px; padding: 0 10px; background: url('images/ul_btm.gif') top right; float: left; height: 30px; line-height: 30px;
		font-size: 8pt; text-align: right; color: #3D310E; font-weight: bold;}


.menu2 ul ul a:hover {color: #000;}


.menu2 ul li a span {width: 78px; height: 25px; background: url(button.gif) top left; display: inline-block; float: left; font-size: 8pt;
	font-family: trebuchet ms; padding: 0; margin: 0 auto; color: #111; line-height: 12px; padding-top: 4px; cursor: hand;}

.menu2 li a.trbtn {background-position: top right; color: #0C4750;}

.menu2 ul li a:hover span {background-position: top right; color: #0C4750;}

.menu2 li a.trbtn:hover {background-position: top left; color: #111;}


.menu2 a {text-decoration: none;}
.menu2 a:link {text-decoration: none;}
.menu2 a:hover {text-decoration: none;}







