#wrap {
    border:1px solid #bbb; /*#1061CC*/
    width:666px;
    margin-top: 10px;
    }
#menu {
    background:white url(menuimages/bluegrad.gif);  /*was #eee*/
    border-bottom:1px solid #80B2F5;
    padding:2px 0;
    }
#menu a, #textLeft a{
    padding:2px 6px;
    text-decoration:none;
    font-weight:bold;
	color:#666;
}
    
#menu a.hover, #textLeft a:hover{
    background:white; /*used to be ddd*/
    color:#E21D1D;
}
  
#menu span {
    display:none;
}

#menu img, #whitegrad img {
	border-style:none;
	mergin: 0 ;
	padding: 0 10px 0 0;
	vertical-align:top;
}

#img {
    vertical-align:bottom;
}
#whitegrad{
	background: url(menuimages/whitegrad.gif) top left;
	height:20px;
	border-top:1px solid #80B2F5;
	font-weight: bold;
	color: #777;
		font-size:14px;	
}


#textLeft{
	height:20px;
	width:50%;
	text-align:left;
}

#textRight{
	height:20px;
	width:50%;
	text-align:right;
	padding-right:6px;
}
#textRight img {
	vertical-align:middle;
	margin-right:5px;
}

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }
.transMenu .items {
	width: auto;
}
.blackCrumb{
	color:black;	
}
    
.currentCrumb{
	color:#FF5555;
	font-weight:bold;
	font-size:13px;
/*	font-family:Georgia, 'Times New Roman', serif;*/
	
}
.currentCrumbsmall{
	color:#FF5555;
	font-weight:bold;
	font-size:11px;
/*	font-family:Georgia, 'Times New Roman', serif;*/
	
}
.blueCrumb{
	color: #0F58BB;	
}

