		/**	style used for both examples **/
body,td,th {
	font-family:  sans-serif;
	font-size: 13px;
	color:#6D6D6D;
	line-height: 22px;word-wrap: break-word;
word-break: break-all;
	
}
.td{word-break: normal;}
A:link {
	COLOR: #000000; TEXT-DECORATION: none;word-wrap: break-word;
word-break: break-all;
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A:active {
	COLOR: #013c82; TEXT-DECORATION: underline;}
A:hover {
	COLOR: #013c82; TEXT-DECORATION: none;
}
		.menu { 
			height:45px;
			display: block;
		}

		.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.menu ul li {
			/* width and height of the menu items */  
			float: right;
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 45px;
		}

		.menu ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width: 120px;
			height: 45px;
			font-family: sans-serif;
			font-size: 11px;
			
			letter-spacing: 0px;
			
			text-decoration: none;
			cursor: pointer;
		}

		.menu ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 120px;
		}

		.menu ul li a span.out {
			top: 0px;
		}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: -45px;
		}

		/** 1st example **/

		#menu {
			
		}

		#menu ul li a {
			color: #fff;
		}

		#menu ul li a span.over {
			color: #FFF;
		}

		#menu ul li span.bg {
			/* height of the menu items */  
			height: 45px;
			background: url('../images/bg_over.gif') center center no-repeat;
		}
		
		/** 2nd example **/

		#menu2 {
			background: #000;		
		}
		
		#menu2 ul li a {
			color: #FFF;
		}

		#menu2 ul li a span.over {
			background: #FFF;
			color: #000;
		}

	.white {
	font-size: 10px;
	color: #FFFFFF;
}
.news {
	background-image: url(../images/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left;
padding-left:20px;
	margin-left: 50px;
}
.tablew {

word-break: break-all;
	width: 292px;

}
	.small {
	font-size: 11px;
	color: #000000;
	height: 30px;
}


	
#menu1 {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu1 li {
	font: 67.5%  sans-serif;
	margin: 0;
	padding: 0;
}
#menu1 a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu1 a:hover {
	background: #2580a2 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
.img_align1 {
	float:left;
	margin:0 10px 0 0;
	}
.img_align2 {
	float:right;
	margin:0 0 0 10px;
	}
	.Feature {
	color: #FFFFFF;
	padding-left: 20px;
	margin-left: 20px;
	font-weight: bold;
}

