@charset "UTF-8";
/* CSS Document */

div#theTabs {width:100%;
			height:20px;
			background-repeat:no-repeat;
			text-align:center;
			margin:0px;
			border:none;
			padding:0px;
			position:relative;
			top:-10px;
			}
			
			div#theButton {float:left;
						 height:20px;
						  }
			
			div#theTabs .up_a {background-image:url(tab_up_2.gif);
							  background-repeat:repeat-x;
							  background-position:0 0;
							  background-attachment:finxed;
						     }
			div#theTabs .up_b {background-image:url(tab_up_1.gif);
							  background-position:0 0;
							  background-repeat:no-repeat;
							  background-attachment:finxed;
							  
						     }
			div#theTabs .up_c {background-image:url(tab_up_3.jpg);
							  background-position:top right;
							  background-repeat:no-repeat;
							  background-attachment:finxed;
							  padding:0px 25px;
						     }
			
			div#theTabs .active_a {background-image:url(tab_active_2.gif);
							  	   background-repeat:repeat-x;
							       background-position:0 0;
								   background-attachment:finxed;
								   
						     	  }
			div#theTabs .active_b {background-image:url(tab_active_1.gif);
							       background-position:0 0;
							       background-repeat:no-repeat;
								   background-attachment:finxed;
								   
						          }
			div#theTabs .active_c {background-image:url(tab_active_3.gif);
							       background-position:top right;
							       background-repeat:no-repeat;
								   background-attachment:finxed;
							       padding:0px 25px;
								   
						           }
div#theBox {width:100%;
			margin:0px;
			border:none;
			padding:0px;
			
			}
			
			div#box1 {background-image:url(box_side_top.gif);
					  background-position:top;
					  background-repeat:repeat-x;	
					}
			div#box2 {background-image:url(box_side_right.gif);
					  background-position:right;
					  background-repeat:repeat-y;	
					}
			div#box3 {background-image:url(box_side_bottom.gif);
					  background-position:bottom;
					  background-repeat:repeat-x;		
					}
			div#box4 {background-image:url(box_side_left.gif);
					  background-position:left;
					  background-repeat:repeat-y;		
					}
			div#box5 {background-image:url(box_corner_topLeft.gif);
					  background-position:top left;
					  background-repeat:no-repeat;		
					}
			div#box6 {background-image:url(box_corner_topRight.gif);
					  background-position:top right;
					  background-repeat:no-repeat;		
					}
			div#box7 {background-image:url(box_corner_bottomLeft.gif);
					  background-position:bottom left;
					  background-repeat:no-repeat;	
					}
			div#box8 {background-image:url(box_corner_bottomRight.gif);
					  background-position:bottom right;
					  background-repeat:no-repeat;
					  padding:0px 10px 5px 10px;	
					}	
					
					
/* OPTIONAL BELOW */
						div#theTabs a:link{color:#FFFFFF;
										   text-decoration:none;
										   border-bottom:none;
										  }
						div#theTabs a:visited {color:#FFFFFF;
										   	   text-decoration:none;
											   border-bottom:none;
											   }
						div#theTabs a:hover {color:#83c341;
											text-decoration:none;
											font-weight:normal;
											border-bottom:none;
											}
						div#theTabs a:active{color:#FFFFFF;
										   text-decoration:none;
										   border-bottom:none;
											}