/* Start of CMSMS style sheet 'dynamicMenu' */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu { top: 0px; marign-top:0px;  padding: 0px; } 

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-weight: bold;
font-size:12px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #064572; overall menu background color*/
}

.suckertreemenu ul li ul li { background: #064572; } 

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 160px; /*Width of top level menu link items*/
line-height: 30px;
text-align: center;
text-decoration: none;
color: #fff;
}

.suckertreemenu span {
display: block;
width: 160px;
line-height: 30px;
color: #fff;
text-align: center;
 } 

/*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;
}

/*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 a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #fff;
text-decoration: none;
padding: 1px 5px;
font-size: 11x;
font-weight: normal;
border-bottom: 1px solid #043151;
line-height: 25px;

}

.suckertreemenu ul li a:hover{
background-color: #043151;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #064572;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #064572;
}

* 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%; }
/* End */


#homeLang {
 position: relative;
 overflow: hidden;
 font-size: 0.8em;
 padding: 5px 25px;
}

#homeLang a { color: #000; text-decoration: none; } 
#homeLang a:hover { text-decoration: underline;  }

#theHome { 
 position: relative;
 float: left;
 overflow: hidden;
 text-align: left;
 width: 100px;
}

#theHome div { width: 100px; padding: 0px;  position: relative; } 
#theHome div div { width: 100px; padding: 0px;  position: relative; } 

#theLang { 
 position: relative;
 float: right;
 overflow: hidden;
 text-align: right;
width: 90px;
}
/* End of 'dynamicMenu' */

