

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu
{
	height:26px;
}
.suckertreemenu ul{
margin: 0;
padding:0;
list-style-type: none;
font-family: Verdana;
font-size: 11px;
z-index: 300;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
border-right: 1px solid #f1b91f;
/*border-bottom: 1px solid #ffffff;
/*background-color: #5C6783; overall menu background color*/
background-image: url(../fw/nav_2.jpg);
background-repeat:no-repeat;
/*padding:1px;*/
text-align:center; 
vertical-align:bottom;
height:26px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a:link{
display: block;
width: 100px; /*Width of top level menu link items*/
/*padding: 1px 8px;*/
border-left-width: 0;

text-decoration: none;
color: #ffffff;
background-image: url(../fw/nav_2.jpg);
background-repeat:no-repeat;
/*background-color:#5C6783;*/
vertical-align:bottom;
height:26px;
}


.suckertreemenu ul li a:visited{
display: block;
width: 100px; /*Width of top level menu link items*/
/*padding: 1px 8px;*/
border-left-width: 0;
text-decoration: none;
color: #ffffff;
background-image: url(../fw/nav_2.jpg);
background-repeat:no-repeat;
vertical-align:bottom;
height:26px;
}
.suckertreemenu ul li a:hover{
display: block;
width: 100px;
/*width: 85px; Width of top level menu link items*/
/*padding: 1px 8px;*/
border-left-width: 0;
text-decoration: none;
color: #5C6783;
background-image: url(../fw/navhoverbtn_02.jpg);
background-repeat:no-repeat;
/*background-color:#f1b91f;*/
vertical-align:bottom;
height:26px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;

top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border:1px solid #ffffff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li
{
 border-top: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
display: list-item;
/*width: 160px; it was the original */
/*width: 160px;*/
width:210px;
float: none;
text-align:left;
background-color:#DADADA;
background-image :none;
color:#000000;
/*border: 1px solid #cccccc;*/
height:16px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a:link
{
	 border: 1px solid #cccccc;
display: block;
 /*width: 160px;width of sub menu levelscolor: #ffffff;*/
width:210px;
height:16px;
color:#000000;
text-decoration: none;
background-color:#DADADA;
background-image :none;
padding: 1px 5px;
/*border: 0px solid #ccc;*/
}

.suckertreemenu ul li ul li a:visited
{
	
 border: 1px solid #cccccc;
display: block;
/*width: 160px; */
width:210px;
height:16px;
color:#000000;
background-color:#DADADA;
background-image :none;
text-decoration: none;
padding: 1px 5px;

}
.suckertreemenu ul li ul li a:hover
{
	 border: 1px solid #cccccc;
display: block;
width:inherit;
/*width: 160px; width of sub menu levels*/
width:210px;
height:16px;
background-color:#f1b91f;
background-image :none;
color: #5C6783;
text-decoration: none;
padding: 1px 5px;

}


.membersarea{
display: block;
width: 99px;

/*width: 85px; Width of top level menu link items*/
/*padding: 1px 8px;*/
border-left-width: 0;

text-decoration: none;

text-align:center;
color: #5C6783;
background-image: url(../fw/navhoverbtn_02.jpg);
background-repeat:no-repeat;
/*background-color:#f1b91f;*/
vertical-align:bottom;
height:26px;
}
.membersarea a{
display: block;
width: 99px;

/*width: 85px; Width of top level menu link items*/
/*padding: 1px 8px;*/
border-left-width: 0;

text-decoration: none;

text-align:center;
color: #5C6783;
background-image: url(../fw/navhoverbtn_02.jpg);
background-repeat:no-repeat;
/*background-color:#f1b91f;*/
vertical-align:bottom;
height:26px;
}

.membersarea a:hover{
display: block;
width: 99px;

/*width: 85px; Width of top level menu link items*/
/*padding: 1px 8px;*/
border-left-width: 0;

text-decoration: none;
color: #ffffff;
background-image: url(../fw/nav_2.jpg);
background-repeat:no-repeat;
/*background-color:#f1b91f;*/
vertical-align:bottom;
height:26px;
}


/*.suckertreemenu ul li a:hover{

color: #5C6783;
} */

/*Background image for top level menu list links
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links 
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-


repeat center right;
} */

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between 

the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a :link{ height: 1%; }
* html .suckertreemenu ul li a :hover{float: left; height: 1%; }
/* End */

