.borderTable { 
padding: 2px 4px 2px 4px;
border: 1px solid #006633;
}


.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 0.4;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 1;
}


.container {
        width: 740px;
        padding: 18px;
        margin: 2px 0 15px 0;
        background: #fff;
}

/* circle */

#navCircle {
        margin: 0;
        padding: 0 0 20px 20px;
        border-bottom: 1px solid #9FB1BC;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #000;
        background: url(Circle.gif) no-repeat bottom center;
}

body {
        font-family: verdana, sans-serif;
        font-size: 11px;
        background: #eeeeee;
}

h4 {
        font-size: 100%;
        color: #999;
        margin: 0;
}

.maintext
{padding-left: 6px;
padding-right: 6px;
padding-top: 6px;
padding-bottom: 6px;
font: 14px Georgia, sans-serif;
}

.bulletText 
{padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;
font: 16px Georgia, sans-serif;
}

.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Georgia;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 2px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 12px;
background: #ECEEEC url(http://www.thecreekandthevalley.com/golf/images/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
background-color: #CDDADA;
color: navy;
}


/* #menuholder is used only on this site to place the menu*/
#menuholder{
	width:15em;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:20px;
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 130px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
background: #003366;  /*testing color here */
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 140px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #003366;  /*testing color here */
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #003366;
color: #FFFFFF;
}

.suckerdiv .subfolderstyle{
background-color: #FFFFFF;
background: url(arrow-list.gif) no-repeat center right;

}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */



.wireframemenu{
border: 1px solid #C0C0C0;
background-color: #003366;
border-bottom-width: 0;
width: 140px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 130px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: 11px Georgia;
padding: 2px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #000;
color: black;
}


