	  
		  
#navigation_wrap  {
	position:relative;
	background-color: #d8e7fa;
	border:1px solid #769DD3;
	height: 26px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom:0px;
	padding-left:5px;
	      }

#header {
	float:left;
	width:100%;
	background:#d8e7fa;
	color: #000000;
	font-size:12px;
	list-style:none;
	
}

#header ul {
     margin:0;
     padding:10px 10px 0;
     list-style:none;
    	}

#header li {
     float:left;
     background:url("left.gif") no-repeat left;
     margin:0;
     padding:0 0 0 7px;
      }
	  
#header a {
     display:block;
     background:url("right.gif") no-repeat right;
     	 
	 line-height:26px;
	 padding-left:2px;
	 padding-right:8px;
	 
     text-decoration:none;
	 font-size: 12px;
     font-weight:bold;
     color:#000066;
      }

#header a:hover {
     color:#ff0000;
      }
	  
#header #current {
     background-image:url("left_on.gif");
      }
	  
#header #current a {
     background-image:url("right_on.gif");
     color:#ff0000;
     
      }
	  
#header #style2 {
     background-image: url("style2_left.gif");
      }
	  
#header #style2 a {
     background-image: url("style2_right.gif");
     color:#000066;

      }
	  
#header #style2 a:hover {
     color:#ff0000;
      }
	  	  
#header #style2_red {
     background-image: url("style2_left.gif");
      }
	  
#header #style2_red a {
     background-image: url("style2_right.gif");
     color:#ff0000;

      }
	  
#header #style2_red a:hover {
     color:#000066;
      }
	  
#header #red {
     background:url("left.gif") no-repeat left;
      }
	  
#header #red a {
     background:url("right.gif") no-repeat right;
     color:#ff0000;

      }
	  
#header #red a:hover {
     color:#000066;
      }	  
	  
	      
#breadcrumb  {
	position:relative;
	background-color: #ffffff;
	
	border:1px solid #769DD3;
	border-top:none;
	
	height: 20px;
	margin: 0px;
	padding-left: 10px;
	text-align: left;
	list-style:none;
	padding-top: 4px;
	padding-bottom:1px !important;
	padding-bottom:8px;
	font-family: "MS Sans Serif";
	font-size: 10px;
	font-weight:normal;
	}	
		  
#breadcrumb a {
	color:#000066;
	}			  
		  
#breadcrumb a:hover {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color:#FF0000;	      
	}
	
#breadcrumb .selected {
	color:#FF0000;
	}				

