.text {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
}


body 
{
font-family: Verdana, sans-serif;
text-align: center;
}


.main 
{
	text-align:left;
	margin: 0 auto;
	margin-top: 27px;
	width: 876px;
}


.black_title {

	text-align: center;
	font-style: italic;
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3366cc;
	margin-bottom: 5px;
}

.blue_title {
		text-align: left;
	font-style: italic;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3366cc;
   	padding-bottom:-8px;
	margin-bottom:0px;

}

.blue_text {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3366cc;
	text-align: left;
}

.member-text {
	
	font-family: Verdana, sans-serif;

	font-size: 11px;
	color: #3366cc;
	text-align:center;

}

#cookie-crumble {
	text-align:right;
	margin: 0 auto;
	
	font-size: 10px;
}


#container dl, #container dt, #container dd, #container ul, #container li {
margin: 0px;
padding: 0px;
list-style-type: none;
font-size: 12px;
}

#container img {
padding: 0px;
margin-top: 0px;
}





div#container {

	position: relative;
	width: 833px;
	
	margin: 0 auto;
	top: -28px;

}

ul.mymenu, ul.mymenu ul {

background-color: #fff;    

position: absolute;
top: 170px;
left:-19px;
margin: 0px auto;
z-index:100;
width: 876px;				 /* precision for Opera */
padding-left: 0px;           /* stops the usual indent from ul */


}

ul.mymenu li {

margin-left: 2px;
background-color: #7AA7FF;
list-style-type: none;      
position: relative;                                           
color: #000; 
width: 142px;
border: 1px solid gray;
margin:1px;
float: left;
font-weight: bold;


}

ul.mymenu li > ul {           
 display: none;              
  position: absolute;            
  top: 15px;
left: 0px;
float: left;
background-color: #7AA7FF;




                    
}

ul.mymenu ul.CSStoShow {   
  display: block;      
float: left;
width: 142px;
background-color: #7AA7FF;
top:15px;
left:-2px;            
}

ul.mymenu li:hover > ul {  
  
display: block;  
float: left;
width: 142px;
background-color: #7AA7FF;



          
}

ul.mymenu li ul li {
	font-weight: normal;
border-bottom: 1px dashed gray;
border-left: 1px dashed gray;
border-right: 1px dashed gray;
}


ul.mymenu li:hover {
background: #eee;
}


ul.mymenu li a { 
color: #000; 
display: block; 
width: 100%; 
text-decoration: none;


}


ul.mymenu li a:hover, ul.mymenu li a.CSStoHighLink { 

color: #000;
background: #eee;



 }

ul.mymenu li:hover > a { 
color: #000; 
background: #eee;


} 




