#menu_left {
	margin: 0; padding: 0;
	width: 193px;
	z-index:1000;
}

#menu_left ul { /* all lists */
	padding: 0; margin: 0;
	list-style: none;
	text-align: left;
	z-index:10000;
}
	
#menu_left li { /* all list items */
	float: left;
	
	background: #999;	
	font-size: 13px;
}

#menu_left li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left: 14.9em;
	//margin-left: 14.85em;
	margin-top: -2.3em;
	border-bottom: 1px solid white;
}

#menu_left li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left : 14.8em;
	//margin-left : 13.7em;
}

#menu_left li a {
	display : block;
	padding : 6px;
	
	width: 13.9em;
	//width: 14.9em;
	
	font-size: 13px;
	font-weight : bold;
	color : white;
	text-decoration : none;

	border: 1px solid white;
	border-bottom: none;
}

#menu_left li li a {
	display : block;
	
	width: 17em;
	//width : 15em;


	text-decoration : none;
	padding : 6px;
	
	color: #666;
	font-weight: normal;
	background: #E4E4E4;
	
	border: 1px solid white;
	border-bottom: none;
}

#menu_left li a:hover { /* first level */
	color : white;
	background: #FF9900;/* url(bg_menu_over.gif) repeat-x;*/
}

#menu_left li:hover, #menu_left li.over {
	background: #FF9900;
}

#menu_left li li a:hover { /* second level and so on */
	color : white;
	background: #999;
}



#menu_left li:hover ul ul, #menu_left li:hover ul ul ul, #menu_left li.over ul ul, #menu_left li.over ul ul ul {
	left: -999em;
}

#menu_left li:hover ul, #menu_left li li:hover ul, #menu_left li li li:hover ul, #menu_left li.over ul, #menu_left li li.over ul, #menu_left li li li.over ul { /* lists nested under hovered list items */
	left: auto;
}

.menu_left li:hover ul li:hover ul li:hover a,
.menu_left li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}


/*----------------- MENU TOP ----------------------*/


.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;

height: 40px;
}

/*Top level list items*/
.suckertreemenu ul li{
float: left;
background: url(bg_menu.gif) repeat-x;
color:#FFFFFF;
height:40px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display:block;
float: left;
text-decoration: none;
height: 14px;
//height: 40px;
color:#FFFFFF;
font-size:13px;
font-weight:normal;
padding: 12px 20px;
}
	
/*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: 118px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 0px;
border: 0px;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}

.suckertreemenu ul li:hover{
height:40px;
color: #FFFFFF;
} 

.suckertreemenu ul li a:hover{
color: #FFFFFF;
background: url(menu_ov.gif) repeat-x;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #FFFFFF url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #FFFFFF url(media/arrow-right.gif) no-repeat center right;
}

* 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%; }*/


/*-----------------MENU TOP 2---------------------*/

.suckertreemenu2 ul{
float:right;
margin: 0;
padding: 0;
padding-right:10px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu2 ul li{
float: left;
}

/*Top level menu link items style*/
.suckertreemenu2 ul li a{
/*display: block;*/
padding: 2px 3px;
text-decoration: none;
font-family: Verdana;
font-size:10px;
color: #333;
}
	
/*1st sub level menu*/
.suckertreemenu2 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)*/
.suckertreemenu2 ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu2 ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu2 ul li ul li a{
display: block;
width: 118px; /*width of sub menu levels*/
color: #FF0000;
text-decoration: none;
padding: 0px;
border: 0px;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}

.suckertreemenu2 ul li a:hover{
text-decoration:underline;
}

/*Background image for top level menu list links */
.suckertreemenu2 .mainfoldericon{
background: #999999 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu2 .subfoldericon{
background: #999999 url(media/arrow-right.gif) no-repeat center right;
}

* 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 .suckertreemenu2 ul li { float: left; height: 1%; }
* html .suckertreemenu2 ul li a { height: 1%; }

