/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 200px; /* Width of Menu Items */
height: 45px;   
 
border-bottom: 0px solid #ccc;
}
    
.suckerdiv ul li{
background: url(/images/menu_bg.gif) no-repeat ;
 
height: 45px;    
position: relative;
}
    
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
height: 44px;   
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFFFF;
font-size: 12px;
 
background: #41181E;    
background: url(/images/menu_bg.gif) no-repeat ;  
text-decoration: none;

padding: 15px 10px;
border: 0px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: #FFFFFF; 

background: url(/images/menu_bg.gif) no-repeat ;   
}

.suckerdiv ul li a:hover{
background-color: yellow;   
color: #007CC7; 
background: url(/images/menu_fg.gif) no-repeat ;   

}

.suckerdiv .subfolderstyle{
background: url(/images/spacer.gif) no-repeat center right;
}

.suckerdiv ul#subs{
margin: 0;
padding: 0;
list-style-type: none;
width: 170px; /* Width of Menu Items */
height: 45px;   
 
border-bottom: 0px solid #ccc;
}
 .suckerdiv ul li#subs{
height: 45px;    
position: relative;
} 

 /*Sub level menu items */
.suckerdiv ul li ul#subs{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}
 .suckerdiv ul li a#subs:hover{
 
background: #2a1013 ;    
width: 170px;  
color: #FFFFFF;    
    
  font-size: 12px;
  

}
 
 .suckerdiv ul li a#subs{
 font: Normal 12px;
 background: url(/images/spacer.gif) no-repeat ;   
background: #3f3b3a ;    
width: 170px;  
 
color: #FFFFFF;    
padding: 15px 10px;
border: 1px solid #ccc;
border-bottom: 0; 
   font-size: 12px;  
} 
.suckerdiv ul li a#subs:visited{
color: #FFFFFF; 
 

}
    
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 45px; }
/* End */
      
