		/**tabs**/

	#menuTabs{
		background: transparent url(../grafx/tabs/tab_top.gif) no-repeat; 
		margin: 12px 0px 0px 0px;
		color: #000000;
		width: 100%;
		height: 45px;
		padding-left: 12px;
		}

		#tab{
			padding: 0px;
			width: 109px;
			float: left;
			height: 46px;
			margin-top: -1px;
			}

				#tab_edu{
					padding: 0;
					width: 150px;
					float: left;
					height: 46px;
					margin-top: -1px;
					}

					#tab_lrg{
						padding: 0;
						width: 200px;
						float: left;
						height: 46px;
						margin-top: -1px;
						}

		#tab a {
			margin-top: 9px;
			background: url(../grafx/tabs/tab.gif) no-repeat;
			display: block;
			text-decoration: none;
			text-align: center;
			line-height: 28px;  
			}

				#tab_edu a {
					margin-top: 9px;
					background: url(../grafx/tabs/tab_edu.gif) no-repeat;
					display: block;
					width: 150px;
					text-decoration: none;
					text-align: center;
					line-height: 28px;  
					}

					#tab_lrg a {
						margin-top: 9px;
						background: url(../grafx/tabs/tab_lrg.gif) no-repeat;
						display: block;
						text-decoration: none;
						text-align: center;
						line-height: 28px;  
						}
					
							
		
		#tab a:hover{
			background: transparent url(../grafx/tabs/tab_roll.gif) no-repeat; 
  			display: block;
			}
		
				#tab_edu a:hover{
					background: transparent url(../grafx/tabs/tab_edu_roll.gif) no-repeat; 
  					display: block;
					}
		
					#tab_lrg a:hover{
						background: transparent url(../grafx/tabs/tab_lrg_roll.gif) no-repeat; 
  						display: block;
						}
			

		
		#tabDown a{
			margin: auto;
			padding: auto;
			background: transparent url(../grafx/tabs/tab_down.gif) no-repeat; 
			height: 45px;
			width: 108px;
			font-size: 10px;
			line-height: 42px;  
			float: left;
			text-align: center;
			margin-top: 0px;
  			font-weight: bold;
			}
			

		
				#tab_eduDown a{
					margin: auto;
					padding: auto;
					background: transparent url(../grafx/tabs/tab_edu_down.gif) no-repeat; 
					height: 45px;
					width: 150px;
					font-size: 10px;
					line-height: 42px;  
					float: left;
					text-align: center;
					margin-top: 0px;
  					font-weight: bold;
					}
			

		
					#tab_lrgDown a{
						margin: auto;
						padding: auto;
						background: transparent url(../grafx/tabs/tab_lrg_down.gif) no-repeat; 
						height: 45px;
						width: 200px;
						font-size: 10px;
						line-height: 42px;  
						float: left;
						text-align: center;
						margin-top: 0px;
  						font-weight: bold;
						}


	#subTab{
		background: transparent url(../grafx/tabs/sub_tab.gif) no-repeat; 
		width: 100%;
		font-size: 11px;
		font-weight: bold;
		height: 28px;
		padding-left: 12px;
		margin: -2px 0px 12px 0px;
		}
		
	#subTab p{
		font-size: 10px;	
	}
		
		
