
div.submenu { margin-bottom: 1px; }

a.leftmenu { display: block;
             width: auto;
			 height: auto;
			 color: #FFFFFF;
			 padding: 5px 2px 5px 2px;
			 text-decoration: none;
			 background-color: #004990;
			 font-size: 11px;
			 margin-bottom: 1px;
             cursor: hand;
             cursor: pointer;
			 font-weight: bold;
	       }
		  
a.leftmenuover { display: block;
                 width: auto;
			     height: auto;
			     color: #CCCCCC;
			     padding: 5px 2px 5px 2px;
			     text-decoration: none;
				 background-color: #cc0000;
			     font-size: 11px;
			     margin-bottom: 1px;
			     cursor: hand;
				 cursor: pointer;
				 font-weight: bold;
	           }
		  
a.leftmenudown { display: block;
                 width: auto;
			     height: auto;
	             color: #CCCCCC;    
			     padding: 5px 2px 5px 2px;
			     text-decoration: none;
				 background-color: #cc0000;
			     font-size: 11px;
			     cursor: hand;
				 cursor: pointer;
				 font-weight: bold;
	           }

a.leftmenusub { display: block;
             width: auto;
			 height: auto;
			 color: #FFFFFF;
			 padding: 5px 2px 5px 2px;
			 text-decoration: none;
			 text-indent: 5px;
			 background-color: #5656f3;
			 font-size: 11px;
			 margin-bottom: 1px;
             cursor: hand;
             cursor: pointer;
	       }
		  
a.leftmenuoversub { display: block;
                 width: auto;
			     height: auto;
			     color: #CCCCCC;
			     padding: 5px 2px 5px 2px;
			     text-decoration: underline;
			     text-indent: 5px;
			     background-color: #5656f3;
			     font-size: 11px;
			     margin-bottom: 1px;
			     cursor: hand;
				 cursor: pointer;
	           }
		  
a.leftmenudownsub { display: block;
                 width: auto;
			     height: auto;
	             color: #CCCCCC;    
			     padding: 5px 2px 5px 2px;
			     text-decoration: none;
			     text-indent: 5px;
			     background-color: #5656f3;
			     font-size: 11px;
			     cursor: hand;
				 cursor: pointer;
	           }
			   		
a.submenu { display: block;
            width: auto;
			height: auto;
			color: #333333;
			padding: 5px 2px 5px 2px;
			text-decoration: none;
			margin-bottom: 1px;
		  }

a.submenu:hover { text-decoration: underline; 
                  color: #333333;
				}

a.subcontent { display: block;
               width: auto;
			   height: auto;
			   color: #333333;
			   padding-left: 10px;
			   padding-right: 3px;
			   padding-top: 3px;
			   padding-bottom: 3px;
			   text-decoration: none;
			   margin-bottom: 1px;
		     }

a.subcontent:hover { text-decoration: underline; 
                     color: #333333;
				   }
				   
.drop { width: auto;
        height: auto;
		background-color: #e7e7e7;
		border-bottom: 1px solid #0000cc;
	  }

.hidden { visibility: hidden;
		  position: absolute; 
		}

