 
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url(images/nav_bg.jpg);
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: block;
	float: left; /*overall menu background color*/
	height: 44px;
	background-image: url(images/nav_bg.jpg);
	line-height: 44px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 117px;
	text-decoration: none;
	color: #8a8a8a;
	height: 44px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	background-image: url(images/nav_bg.jpg);
	text-align: center;
}
	
/*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;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	height: 20px;
}

/*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{
	display: block;
	width: 145px; /*width of sub menu levels*/
	color: navy;
	text-decoration: none;
	background-color: #009966;
	height: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: none;
	margin: 0px;
}

.suckertreemenu ul li a:hover{
	color: white;
	background-image: url(images/Sel_nav-05.jpg);
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background-image: url(images/nav_bg.jpg);
	display: block;
}

/*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 { height: 1%; }
/* End */

.suckertreemenu .menutwo {
	border: 1px solid #c2c2c2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	z-index: 1;
 }
.suckertreemenu .menutwo li {
	background-color: #CC3300;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.suckertreemenu .menutwo li a {
	margin: 0px;
	background-color: #fff;
	display: block;
	color: #676767;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 20px;
	text-align: left;
}
.suckertreemenu .menutwo li a:hover {
	background-color: #dd072b;
}
.suckertreemenu .sep {
	padding-top: 5px;
}
 
.width120_tab{
	width:50px;
	border:1px solid gray;
}

.width120_tab a:link, .width120_tab a:visited{
	width:120px;
}