/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.fdsmenH ,.fdsmenV {
z-index:999;
}


.fdsmenH .suckertreemenu ul { 
color: #ffffff;
font-size: 14px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
list-style-type: none;
margin: 0; 
padding: 0px 0px; 
border: 0px solid #ffffff;
}

/*Top level list items*/
.fdsmenH .suckertreemenu ul li{
position: relative;
display: inline;
float: right;
/*background-color: #942222; /*overall menu background color*/
}
.fdsmenH .suckertreemenu ul li a{
width:90px !important; /*moz width*/
width:97px; /*IE width*/
}
/*Top level menu link items style*/
.suckertreemenu ul li a { 
color: #FFFFFF;
text-decoration: none;
font-size: 14px; 
font-weight:bold;
text-align: center;
background-color: #70A8D9;
display: block;  
position: relative;
border: 0px solid #ffffff;
border-left-width: 1px; 
border-bottom-width: 0px; 
}
	
/*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;
border: 0px solid #ffffff;
border-left-width: 0px; 
border-top-width: 1px; 
}

/*Sub level menu list items (undo style from Top level List Items)*/
.fdsmenH .suckertreemenu ul li ul li{
display: list-item;
float: none;
border: 0px solid #ffffff;
border-left-width: 0px; 
border-top-width: 1px; 
}

/*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;
margin-bottom:-5px;
}*/

.suckertreemenu ul li a:hover{
background-color: #83C5FF;
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: 0px 5px;
}

.mainfoldericon,.subfoldericon{
background-repeat : no-repeat;
background-position:expression(document.getElementById("FDSMenu").dir=="rtl"?"left":"right");
}
.mainfoldericon{
background-image : url(	/UserFiles/Image/arrow.jpg);
}

.subfoldericon{
background-image : url(	/UserFiles/Image/arrow.jpg);
}

* 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 */