
#suckertreemenu{
	float:right;
	clear: right;
	font-size:12px;
	height:38px;
	line-height:37px;
	border-bottom: 0px solid #515151; /*Add border strip to bottom of menu*/
	
	
}

#suckertreemenu ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
height:38px;
}

#suckertreemenu li{
display:inline;
margin:0;
padding:0;
height:38px;
}

#suckertreemenu a{
float:left;
background:url(slide-left.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding: 0 0 0 8px;
text-decoration:none;
height:38px;
}

#suckertreemenu a span{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
display:block;
background:url(slide-right.gif) no-repeat right top;
padding: 0px 12px 0px 3px;

color:#FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#suckertreemenu a span {float:none;


}

/* End IE5-Mac hack */

#suckertreemenu a:hover span {
color: #FFFFFF;
}

#suckertreemenu #current a{ /*Selected Tab style*/
background-position:0 -38px; /*Shift background image up to start of 2nd tab image*/
}

#suckertreemenu #current a span{ /*Selected Tab style*/
	background-position:100% -38px; /*Shift background image up to start of 2nd tab image*/
	color: #FFFFFF;
}

#suckertreemenu a:hover{ /*onMouseover style*/
background-position:0% -38px; /*Shift background image up to start of 2nd tab image*/
}

#suckertreemenu a:hover span{ /*onMouseover style*/
background-position:100% -38px; /*Shift background image up to start of 2nd tab image*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 94px;
	border: 1px; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	color:#FFFFFF;
	line-height:18px;
	z-index:100;
	background-color: #353537;
	visibility: hidden;
	left: 302px;

}


.dropmenudiv a{
display: block;
text-indent: 3px;
border-bottom: 1px; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font:normal 12px Arial;
color:#FFFFFF;
padding-left: 5px;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c71f04;
}




#suckertreeBotton{
	float:left;
	clear: left;
	font-size:12px;
	height:38px;
	line-height:37px;
	border-bottom: 0px solid #515151; /*Add border strip to bottom of menu*/
	
	
}

#suckertreeBotton ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
height:38px;
}

#suckertreeBotton li{
display:inline;
margin:0;
padding:0;
height:38px;
}

#suckertreeBotton a{
float:left;
background:url(slide-left.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding: 0 0 0 8px;
text-decoration:none;
height:38px;
}

#suckertreeBotton a span{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
display:block;
background:url(slide-right.gif) no-repeat right top;
padding: 0px 12px 0px 3px;

color:#FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#suckertreeBotton a span {float:none;


}

/* End IE5-Mac hack */

#suckertreeBotton a:hover span {
color: #FFFFFF;
}

#suckertreeBotton #current a{ /*Selected Tab style*/
background-position:0 -38px; /*Shift background image up to start of 2nd tab image*/
}

#suckertreeBotton #current a span{ /*Selected Tab style*/
	background-position:100% -38px; /*Shift background image up to start of 2nd tab image*/
	color: #FFFFFF;
}

#suckertreeBotton a:hover{ /*onMouseover style*/
background-position:0% -38px; /*Shift background image up to start of 2nd tab image*/
}

#suckertreeBotton a:hover span{ /*onMouseover style*/
background-position:100% -38px; /*Shift background image up to start of 2nd tab image*/
}
