﻿.suckertreemenu ul{
z-index:99;
margin: 0 0 0 40px;
padding: 0;
list-style-type: none;
list-style:none;
width:693px;
}

/*Top level list items*/


.suckertreemenu ul li{
z-index:99;
list-style:none;
position: relative;
display: inline;
float: left;
margin: 0;
}

.suckertreemenu ul li a{
z-index:99;
display: block;
/*width: 80px; Width of top level menu link items*/
text-decoration: none;
line-height:25px;
color:#FFFFFF;
font-size:11px;
}

.suckertreemenu ul li a:visited{color:#FFFFFF;}
.suckertreemenu ul li a:hover{color:#ffb3ce;}

.suckertreemenu ul li a#btn1{width: 45px !important; padding:0 0 0 18px !important; padding-right:18px;}
.suckertreemenu ul li a#btn2{width: 86px !important; padding:0 0 0 18px !important; width: 111px; padding-right:18px;}
.suckertreemenu ul li a#btn3{width: 95px !important; padding:0 0 0 18px !important; width: 120px; padding-right:18px;}
.suckertreemenu ul li a#btn4{width: 65px !important; padding:0 0 0 18px !important; width: 83px; padding-right:18px;}
.suckertreemenu ul li a#btn5{width: 62px !important; padding:0 0 0 18px !important; width: 81px; padding-right:18px;}
.suckertreemenu ul li a#btn6{width: 107px !important; padding:0 0 0 18px !important; width: 135px; padding-right:18px;}

body.btn1 .suckertreemenu ul li a#btn1, body.btn2 .suckertreemenu ul li a#btn2, body.btn3 .suckertreemenu ul li a#btn3, body.btn4 .suckertreemenu ul li a#btn4, body.btn5 .suckertreemenu ul li a#btn5, body.btn6 .suckertreemenu ul li a#btn6{
	background-image:url(../images/btnbg.gif);
	background-repeat:repeat-x;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
z-index:99;
left:0px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin: 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
border-right:none;
padding-left:0px;
padding-right:0px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 1px; /* no need to change, as true value set by script */
top: 5px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
text-decoration: none;
padding: 2px 15px;
line-height: normal;
letter-spacing:normal;
color:#5F59A4;
background-color:#ffe1ec;
border-left:1px solid #ffb3ce;
border-right:1px solid #ffb3ce;
border-bottom:1px solid #ffb3ce;
font-weight:normal;
}

.suckertreemenu ul li ul#btn4, .suckertreemenu ul li ul#btn4 li a{
	width: 100px !important; width:115px;	
}

.suckertreemenu ul li ul#btn6, .suckertreemenu ul li ul#btn6 li a{
	width: 100px !important; width:135px;	
}

.suckertreemenu ul li ul li a:visited, .suckertreemenu ul li ul li ul li a:visited {
color:#5F59A4;
}

.suckertreemenu ul li ul li a:hover{
background-color: #FFFFFF;
color:#5F59A4;
}


/*Background image for subsequent level menu list links */
.suckertreemenu ul li .subfoldericon{
background: #cceef5 url('../images/subIcon.gif') no-repeat right 50%;
}

* 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%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */