	html,
		body {
			margin: 0px 0px 0px 0px ;
			padding: 0px 0px 0px 0px ;
			}
 
 
		#site-bottom-bar {
			background-color: #F0F0F0;
			border-top: 1px solid #CCCCCC;
			border-left: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
			bottom: 0px;
			margin: 0px 10px 0px 10px ;
			font-family: "Lucida Sans Unicode",sans-serif;
			font-size: 11px;
			height: 27px;
			position: fixed;
			left: 76%;
			width: 250px;
			z-index: 1000;
			}
			
		#site-bottom-feedback {
			background: #999999 url(../img/nav_blk.gif) repeat-x; 
			border-top: 1px solid #CCCCCC;
			border-bottom: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
			bottom: 0px;
			margin: 0px 0px 0px 0px ;
			font-family: "Lucida Sans Unicode",sans-serif;
			font-size: 11px;
			height: 80px;
			position: fixed;
			right:0px;
			top:230px;
			width: 28px;
			z-index: 1000;
			box-shadow: 0 0 8px #888888;
			-moz-box-shadow: 0 0 8px #888888;
			-webkit-box-shadow: 0 0 8px #888888;
			}

		#site-bottom-feedback:hover {
			background: #cf1b0d; 
			width: 35px;
			}

		#site-bottom-bar-frame {
			height: 27px ;
			margin: 0px 0px 0px 0px ;
			position: relative ;
			}
 
		#site-bottom-bar-content {
			padding: 0px 0px 0px 0px ;
			}
 
		#menu-root {
			background-color: #F0F0F0 ;
			border-top: 1px solid #D0D0D0;
			border-right: 1px solid #D0D0D0;
			border-left: 1px solid #D0D0D0;
			border-bottom: 1px solid #D0D0D0;
			color: #000000;
			display: block;
			height: 26px ;
			line-height: 26px ;
			text-align: center;
			text-decoration: none;
			width: 115px ;
			}
 
		#menu-root:hover {
			background-color: #ffffff ;
			border-top: 1px solid #000000;
			border-bottom: 1px solid #000000;
			border-left: 1px solid #000000;
			border-right: 1px solid #000000;
			}
 
		#menu {
			background-color: #ffffff ;
			border: 1px solid #000000;
			border-bottom: 1px solid #000000;
			bottom: 25px ;
			display: none;
			left: 0px;
			margin: 0px 0px 0px 2px;
			padding: 5px 5px 1px 5px ;
			position: absolute;
			width: 200px ;
			}
 
		#menu a {
			background-color: #E8E8E8 ;
			border: 1px solid #FFFFFF ;
			color: #000000 ;
			display: block ;
			margin-bottom: 4px ;
			padding: 5px 0px 5px 5px ;
			text-decoration: none ;
			}

		#menu a:hover {
			background-color: #666666 ;
			border-color: #000000 ;
			color: #FFFFFF ;
			}
 
		/* -------------------------------------------------- */
		/* -- IE 6 FIXED POSITION HACK ---------------------- */
		/* -------------------------------------------------- */
 
		html,
		body,
		#site-body-container {
			_height: 100% ;
			_overflow: hidden ;
			_width: 100% ;
			}
 
		#site-body-container {
			_overflow-y: scroll ;
			_overflow-x: hidden ;
			_position: relative ;
			}
 
		/* To make up for scroll-bar. */
		#site-bottom-bar {
			_bottom: -1px ;
			_position: absolute ;
			_right: 16px ;
			}
 
		/* To make up for overflow left. */
		#site-bottom-bar-frame {
			_margin-left: 26px ;
			}
 
		/* To fix IE6 display bugs. */
		#menu a {
			_display: inline-block ;
			_width: 99% ;
			}
 