.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 161px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
border-right: 0px solid #ccc;
}
	
.suckerdiv ul li{
background: #EDEDED;
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul {
position: absolute;
background: #ffffff;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #EDEDED;
padding: 2px 50px;
border-right: 0px solid #ccc;
border-bottom: 1px solid #ccc;
}

.suckerdiv ul li a:visited{
color: black;
text-decoration: none;
}

.suckerdiv ul li a:hover{
color: ffffff;
text-decoration: none;
background-color: 333333;
}

.suckerdiv .subfolderstyle{
background: url(../images/top_nav/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 */

#right {
border-right: 1px solid #ccc;
}

.offices ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 161px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
border-right: 0px solid #ccc;
}
	
.offices ul li{
background: #ffffff;
position: relative;
}
	
/*Sub level menu items */
.offices ul li ul {
position: absolute;
background: #ffffff;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
}

/* Sub level menu links style */
.offices ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #ffffff;
padding: 2px 7px;
border-right: 0px solid #ccc;
border-bottom: 1px solid #ccc;
}

.offices ul li a:visited{
color: black;
text-decoration: none;
}

.offices ul li a:hover{
color: ffffff;
text-decoration: none;
background-color: 333333;
}

.offices .subfolderstyle{
background: url(../images/top_nav/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .offices ul li { float: left; height: 1%; }
* html .offices ul li a { height: 1%; }
/* End */