/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.fdsmenH ,.fdsmenV {
z-index:999;
}


.fdsmenH .suckertreemenu ul { 
color: #576640;
font-size: x-small; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
list-style-type: none;
margin: 0; 
padding: 0;
}

/*Top level list items*/
.fdsmenH .suckertreemenu ul li{
position: relative;
display: inline;
float: right;
/*background-color: #F3F3F3; /*overall menu background color*/
}
.fdsmenH .suckertreemenu ul li a{
width:97px !important; /*moz width*/
width:107px; /*IE width*/
}
/*Top level menu link items style*/
.suckertreemenu ul li a { 
color: #576640;
text-decoration: none; 
background-color: #F3F3F3; 
background-image: url(	/UserFiles/Image/menu_bg.jpg); 
background-repeat : repeat;
display: block; 
padding: 5px 5px; 
border: 0px solid #F3F3F3;
position: relative;
}
	
/*1st sub level menu*/
.fdsmenH .suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 2.5em; /* 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)*/
.fdsmenH .suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.fdsmenH .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 */
/*
.fdsmenH .suckertreemenu ul li ul li a{
display: block;
width: 120px; 
color: #576640;
text-decoration: none;
padding: 5px 5px;
border: 0px solid #ccc;
margin-bottom:-5px;
}*/

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}



/* Sub level menu links style */
.fdsmenV .suckertreemenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #576640;
text-decoration: none;
/*background: #fff;*/
padding: 1px 5px;
border: 0px solid #ccc;
border-bottom: 0;
}

.mainfoldericon,.subfoldericon{
background-repeat : no-repeat;
background-position:expression(document.getElementById("FDSMenu").dir=="rtl"?"left":"right");
}
.mainfoldericon{
background-image : url(	/UserFiles/Image/arrow-down.gif);
}

.subfoldericon{
background-image : url(	/UserFiles/Image/arrow-right.gif);
}

* 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: expression(document.getElementById("FDSMenu").dir=="rtl"?"right":"left");
height: 1%;
}*/
* html .suckertreemenu ul li {
float: left;
height: 1%;
}
* html .fdsmenV .suckertreemenu ul li a {
height: 1%;
overflow:hidden!important;
}
* html .fdsmenH .suckertreemenu ul li a
{ height: 1%;
display:inline;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden!important;
}

/* End */