
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
	font : bold 17px "Trade Gothic Bold", Helvetica, sans-serif;
	color : #1f5351;
	padding : 0;
	margin: 0;
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	font : normal 15px "Trade Gothic Bold", Helvetica, sans-serif;
	color : #005f5f;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 1px 8px;
border-left-width: 0;
text-decoration: none;
color: #005f5f;
}
	
/*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;
	background : url("images/menu-gradient-bg.png") repeat-y top left;
}

.suckertreemenu ul li ul li.bottomMenuItem {
	background : none;
	width : 100%;
}

/*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 span {
	display : block;
	min-width: 170px; /* width of sub menu levels*/
	padding-left  : 18px;
	padding-right : 17px;
	white-space : nowrap;
}
.suckertreemenu ul li ul li a{
display: block;
text-decoration: none;
font : normal 13px "Trade Gothic Bold", Helvetica, sans-serif;
padding-top: 5px;
padding-bottom : 5px;
color : #005f5f;
border-bottom : dotted #ddffa5 1px;
}

.suckertreemenu ul li ul a:hover{
	color : white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{

}



.suckertreemenu ul li ul .blankItem {
	height : 24px;
	background : none;
}


﻿div.rounded {
    clear:both;
    max-width:2400px;
}

div.rounded div.bottom {
    background:url("images/menu-left-bg.png") no-repeat top left;    padding:0px;
    margin-right : 17px;
}

div.rounded div.bottom div.right {
    background:url("images/menu-right-bg.png") no-repeat top right;
    height:18px;
    margin-left:17px;
    min-width : 17px;
    width : 100%;
	 position : relative;
}


/* End */
