/* +++ 004 Top Menu                                       +++ */

.dropDownList { 
	margin:0;
     /*padding:   0.3em 0 0.3em 0;*/
	 padding:   0 0 0 0;
     font-size: 80%; 
     color: green;  
     font-weight: bold;
    /* xxxborder:1px solid lime;*/
   }
 
.dropDownList > ul
   {
    position:  relative; /*  anchor for ie to position correctly ugh!*/
   }

.dropDownList ul
   { margin:  0;
     padding: 0 0 0 0;
    }     

.dropDownList ul li
   { margin:      0; 
	 padding: 0.3em;
     display:     inline; 
     list-style:  none;
     xxxborder:1px solid red;
     font-size: 90%; 
 	 text-decoration:none;

   }
   
.dropDownList ul li.dropDownListFocus
   { 
   font-weight: bold;
   }
   
.dropDownList ul ul li
   { display:     block;
     font-weight: normal;
     margin:      0;
	 /*padding: -2em 0 0 0;*/
     /*padding:     0.5em;*/  
   }   
   

   
.dropDownList ul ul
   { visibility: hidden;
/*  display:inline;*/
     position:   absolute;
/*   left:       0;*/
/*   top:        1.25em; */
     z-index:    9999;  /* always visible, on top */
/*	 margin: 0;*/
/*	 margin: -2em 0 0 0;*/
     padding:    0 0 0 0;
     background: white;
     border:     1px solid  #cccccc;
   }


.dropDown
   { 
   word-spacing:1; 
   text-indent:5; 
   letter-spacing:1pt; 
   margin:    0;
   padding:   0.3em 0 0.3em 0;
   font-size: 14px; 
   font-weight: bold;
   /*border:1px solid lime;*/
   }

.dropDown > ul
   {
   position:  relative; /*  anchor for ie to position correctly ugh!*/
   } 

.dropDown ul
   { margin:  0;
     padding: 0;
   /*  font-size: 95%; */
    }   

.dropDown ul li
   { margin:      0;
     padding:     0.3em;
     display:     inline; 
     list-style:  none;
     font-size: normal; 
     text-align: left;  
   }
   
.dropDown ul li.dropDownListFocus
   {
   font-weight: bold;
   }
   
.dropDown ul ul li
   { display:     block;
     font-weight: normal;
     margin:      0;
     padding:     0.5em;
     border-bottom: 1px solid #606060;
   }   
   
.dropDown ul ul
   { visibility: hidden;
/*   display:inline;*/
     position:   absolute;
     z-index:    9999;  /* always visible, on top */
     padding:    0;
     background: #ffffcb;
     border:     1px solid  #606060;
     font-size: 90%; 
   }
   
/* Roundedbox 3D Raised rounded_yellow */
.rounded_yellow {background: transparent; width:100%; margin:0 auto;}
.rounded_yellow h1, .rounded_yellow p {margin:0 0px;}
.rounded_yellow h1 {font-size:12px; weight:bold; color:#000; letter-spacing:1px;}
.rounded_yellow p {padding-bottom:0.5em; font-size:11px; }

.rounded_yellow .top_red, .rounded_yellow .bottom {display:block; background:transparent; font-size:1px;}
.rounded_yellow .b1, .rounded_yellow .b2, .rounded_yellow .b3, .rounded_yellow .b4, .rounded_yellow .b1b, .rounded_yellow .b2b, .rounded_yellow .b3b, .rounded_yellow .b4b {display:block; overflow:hidden;}
.rounded_yellow .b1, .rounded_yellow .b2, .rounded_yellow .b3, .rounded_yellow .b1b, .rounded_yellow .b2b, .rounded_yellow .b3b {height:1px;}
.rounded_yellow .b2 {background:#ffffee; border-left:1px solid #ffeb84; border-right:1px solid #ffeb84;}
.rounded_yellow .b3 {background:#ffffee; border-left:1px solid #ffeb84; border-right:1px solid #ffeb84;}
.rounded_yellow .b4 {background:#ffffee; border-left:1px solid #ffeb84; border-right:1px solid #ffeb84;}
.rounded_yellow .b4b {background:#ffffee; border-left:1px solid #ffeb84; border-right:1px solid #ffeb84;}
.rounded_yellow .b3b {background:#ffffee; border-left:1px solid #ffeb84; border-right:1px solid #ffeb84;}
.rounded_yellow .b2b {background:#ffffee; border-left:1px solid #ffeb84; border-right:1px solid #ffeb84;}

.rounded_yellow .b1 {margin:0 5px; background:#ffeb84;}
.rounded_yellow .b2, .rounded_yellow .b2b {margin:0 3px; border-width:0 1px;}
.rounded_yellow .b3, .rounded_yellow .b3b {margin:0 2px;}
.rounded_yellow .b4, .rounded_yellow .b4b {height:1px; margin:0 1px;}
.rounded_yellow .b1b {margin:0 5px; background:#ffeb84;}
.rounded_yellow .boxcontentheader {display:block;margin-top:-1px;margin-bottom: -1px; background:#ffffee;  border-left: 1px solid #ffeb84; border-right:1px solid #ffeb84;}
.rounded_yellow .boxcontent {display:block;margin-top:-1px;margin-bottom: -1px; padding-top: 2px; background:#ffffee; border-left: 1px solid #ffeb84; border-right:1px solid #ffeb84;}


.rounded_yellow .menu_header_orange {

	border-color: #ee9c00;
	border-top-style:solid; 
	border-top-width:0px; 
	border-bottom-style:solid; 
	border-bottom-width:0px;
	border-left-style:solid; 
	border-left-width:0px;
	border-right-style:solid; 
	border-right-width:0px;
	
    vertical-align:  middle;
	align: center;
	text-align: center;
	color: #005d30;
	font-size: 10pt;
 	padding: 0.2px;
 	padding-left: 0.2px;
  	font-weight: bold;
  	font-family:lucida grande, verdana, tahoma, sans-serif;
}

.rounded_yellow .menu_header_orange a, .rounded_yellow .menu_header_orange a:link, .rounded_yellow .menu_header_orange a:visited {
	color: #754253;
	
  	font-weight: bold;
  	font-family:lucida grande, verdana, tahoma, sans-serif;
}

.rounded_yellow .menu_header_orange a:hover {
	color: #009933;
}

.rounded_yellow .menu_header_orange, .rounded_yellow .menu_header_orange a {
}

.rounded_yellow .menu_header_orange .wikipage {

	color: #642031;

	font-size: 10pt;
 	padding: 0.2px;
  	font-weight: bold;
  	font-family:lucida grande, verdana, tahoma, sans-serif;
}

.rounded_yellow .menu_header_orange a:hover {
	color: #ff0011;
}
   