.suckertreemenu ul{
margin:0 0 0 0 !important;
padding:0 0 0 0;
width:214px;
list-style-type: none;
background-color:white !important;
}

* html .suckertreemenu ul{
margin:0 0 0 0;
background-color:white;
width:202px !important;
padding:0 0 0 0 ;
list-style-type: none;
}
/*Top level list items*/
.suckertreemenu ul li{
position: relative;
padding: 0 0 0 0 !important;
background-color: white; /*overall menu background color*/
width:212px !important;
vertical-align:top;
background:none !important;
font-weight:normal !important;
margin:0px 0pt !important;
border:none !important;
}
/* for IE */
* html .suckertreemenu ul li 
{
display: relative;
background-color: white; /*overall menu background color*/
width:212px !important;
vertical-align:bottom;
background:none !important;
font-weight:normal !important;
margin:0px 0pt !important;
padding-left:0px !important;

}
/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
height:14px;
padding: 0 0 0 0;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px !important;
color:#E1E1E1;
/*width:214px;*/

}
* html .suckertreemenu ul li a{
display: block;
height:14px;
padding: 0 0 0 0;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px !important;
color: #E1E1E1;
width:202px;

}
/*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: list;
visibility:hidden;
border:1px #E1E1E1 solid;

}
/*1st sub level menu*/
* html .suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: list;
width:202px !important;
visibility:hidden;
border:1px #E1E1E1 solid;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
padding-left:0;



}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
margin-left:-11px !important; /* no need to change, as true value set by script */
top: 0;

}
*html .suckertreemenu ul li ul li ul{ 
margin-left:0px !important; /* 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;
color: black;
text-decoration: none;
padding-left:10px;
padding-bottom:3px;
padding-top:3px;
padding-right:0px;
}
* html .suckertreemenu ul li ul li a{
display: list-item;
color: black;
text-decoration: none;
padding-left:10px;
padding-bottom:3px;
padding-top:3px;
padding-right:0px;
}

.suckertreemenu ul li a:hover{
background-color:#E1E1E1;
width:204px;
color: black;
padding-left:10px;
cursor:pointer;

}
* html .suckertreemenu ul li a:hover{
background-color:#E1E1E1;
width:202px;
color: black;
padding-left:10px;
cursor:pointer;
}
.MenuHover
{
    background-color:#E1E1E1;
    width:202px;
    color: black;
    padding-left:10px;
    cursor:pointer;
}
.pager
{
	background:transparent url(/images/page.jpg) 0 0px;
	background-repeat:no-repeat;
	height:24px;
}
.filterRight
{
	margin-right:-2px;
}

.pagerblank
{
    background:transparent url(/images/page_blank.jpg) 0 0px;
	background-repeat:no-repeat;
	height:24px;
}
#pagination a:hover
{  
cursor:pointer;
font-size:10px !important;
color:#00BEB7;
}
#pagination
{
font-size:10px;
padding-left: 140px;
color:#00BEB7;
}
#pagination a
{
font-size:10px !important;
color:#00BEB7;
}
