body {
	margin:0 0 10px;
	color:#333;
	background:#003145;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	text-align:center;
}
body,th,td,input,select,textarea {
	font-family:"lucida grande",arial,sans-serif;
	font-size:11px;
}
h2 {
	margin:10px 0;
	font-family:helvetica,arial,sans-serif;
	font-size:28px;
	color:#003145;
}
h3 {
	font-family:helvetica,arial,sans-serif;
	margin:3px 0 5px;
	font-size:24px;
	color:#003145;
}
h4 {
	font-size:16px;
	color:#003145;
}
a {
	color:#4c99e5;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
}
a:hover {
	color:#e50202;
}
a img {
	border:none;
}
form {
	margin:0;
}
ul {
	list-style-type:square;
	margin:0 20px 0 0;
	padding:0;
}
li {
	margin:0 20px 0 20px;
	padding:0;
}
input,
textarea,
select {
	font-family:"lucida grande",arial,helvetica; 
	font-size:11px;
}
input[type=text],
input[type=password],
textarea {
	padding:3px;
	background-color:#eee;
	border-width:1px;
	border-color:#999 #ccc #ccc #999;
	border-style:solid;
}
input[type=text]:focus,
textarea:focus,
select:focus {
	background-color:#ffc;
	border-color:#c96 #dd9 #dd9 #c96;
	-webkit-transition: background-color 0.3s linear;
}
input.mt_big {
	font-size:18px;
}


a.arrow,
.box_cheque a.arrow {
	float:none;
	display:block;
	padding:5px 5px 0 10px;
	color:#666;
	text-decoration:none;
	background-image:url('../images/arrow_grey.gif');
	background-repeat:no-repeat;
	background-position:4px 9px;
}
a.arrow_white {
	color:#fff;
	background-image:url('../images/arrow_white.gif');
	background-repeat:no-repeat;
	background-position:4px 9px;
}
a.arrow_dgrey {
	color:#333;
	background-image:url('../images/arrow_dgrey.gif');
	background-repeat:no-repeat;
	background-position:4px 9px;
}
a.arrow_lblue {
	color:#4c99e5;
	background-image:url('../images/arrow_lblue.gif');
	background-repeat:no-repeat;
	background-position:4px 9px;
}
a.arrow_red {
	color:#c00;
	background-image:url('../images/arrow_red.gif');
	background-repeat:no-repeat;
	background-position:4px 9px;
}
a.arrow_orange {
	color:#f90;
	background-image:url('../images/arrow_orange.gif');
	background-repeat:no-repeat;
	background-position:4px 9px;
}
a.arrow_yellow {
	color:#fc0;
	background-image:url('../images/arrow_yellow.gif');
	background-repeat:no-repeat;
	background-position:4px 9px;
}
a.arrow:hover {
	color:#f00;
	background-image:url('../images/arrow_red.gif');
	background-repeat:no-repeat;
	background-position:5px 9px;
}
.breadcrumb {
	height:1.8em;
	padding:0 3px 6px;
}
.breadcrumb label {
	float:left;
	padding:5px 5px 0 10px;
	color:#666;
}
.breadcrumb a.arrow {
	float:left;
	margin-right:5px;
}


/* CONTAINERS */

.container1 {
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:left;
}
#container_fixed {
	position:absolute;
	left:0;
	top:0;
	z-index:8;
	width:100%;
	height:120px;
}
.container_fixed .container1 {
	height:120px;
}
.container_scroll {
	top:120px;
	background:#fff;
}
.container_fixed_nav {
	position:fixed;
	left:0;
	top:120px;
	z-index:9;
	width:100%;
	height:1px;
	color:#7F98A2;
}
.container_fixed_nav_inner {
	width:775px;
	margin:-25px auto 0;
	padding:0 185px 0 0;
	text-align:right;
}


/* LOGO */

.headerbar {
	height:30px;
	background:#fff;
}
.header {
	position:relative;
	width:100%;
	height:90px;
	background:#003145;
}
h1#logo {
	position:absolute;
	top:0px;
	right:0px;
	width:180px;
	height:90px;
	margin:0;
	padding:0;
	background:url(../images/logo3.gif);
}
h1#logo a {
	display:block;
	width:180px;
	height:90px;
	background:url(../images/logo3.gif);
	text-indent:-2000px;
	overflow:hidden;
}
h3#logo_tag {
	display:none;
}
h3#years100_tag {
	position:absolute;
	top:0px;
	right:180px;
	width:120px;
	height:90px;
	margin:0;
	padding:0;
	background:url(../images/100years1.gif);
	text-indent:-2000px;
	overflow:hidden;
}
h3#gsxr25_tag {
	position:absolute;
	top:0px;
	right:180px;
	width:300px;
	height:90px;
	margin:0;
	padding:0;
	background:url(../images/logo_25years.gif);
	text-indent:-2000px;
	overflow:hidden;
}
h3#gsxr25_black {
	position:absolute;
	top:0px;
	right:180px;
	width:300px;
	height:90px;
	margin:0;
	padding:0;
	background:url(../images/logo_25years_black.gif);
	text-indent:-2000px;
	overflow:hidden;
}
p#intro {
	display:none;
}


/* TITLES */

.cufon {
	margin:3px 0;
	padding:0;
}

#title_suzukinews {
	background-image:url(../images/title_suzukinews.gif);
}
#title_suzukinews_grey {
	background-image:url(../images/title_suzukinews_grey.gif);
}
.box_orange1 #title_dealersearch {
	background-image:url(../images/title_dealersearch_orange.gif);
}
.box_yellow #title_dealersearch {
	background-image:url(../images/title_dealersearch_yellow.gif);
}
.box_green1 #title_dealersearch {
	background-image:url(../images/title_dealersearch_green.gif);
}
.box_green1 #title_dealersearch {
	background-image:url(../images/title_dealersearch_green.gif);
}
.box_blue4 #title_dealersearch {
	background-image:url(../images/title_dealersearch_blue4.gif);
}
#title_takeatestride {
	background-image:url(../images/title_takeatestride.gif);
}
.box_yellow1 #title_takeatestride {
	background-image:url(../images/title_takeatestride_yellow.gif);
}
#title_promotions {
	background-image:url(../images/title_promotions_grey.gif);
}
.box_blue1 #title_keytosymbols {
	background-image:url(../images/title_keytosymbols_blue1.gif);
}
#title_upcomingevents {
	background-image:url(../images/title_upcomingevents.gif);
}
#title_racingnews {
	background-image:url(../images/title_racingnews.gif);
}
#title_dealerwebsitelogin {
	background-image:url(../images/title_dealerwebsitelogin.gif);
}
.box_yellow1 #title_signin {
	background-image:url(../images/title_signin_yellow1.gif);
}
.box_yellow1 #title_loggedin {
	background-image:url(../images/title_loggedin_yellow1.gif);
}

/* NUMBERS */

.acc_n {
	display:block;
	width:40px;
	height:40px;
	color:#41D2D2;
	background-image:url('../images/numbers_white.gif');
	text-indent:-3000px;
	overflow:hidden;
	background-position:-40px 0;
}
#acc_n2 {
	background-position:-40px -40px;
}
#acc_n3 {
	background-position:-40px -80px;
}
#acc_n4 {
	background-position:-40px -120px;
}
#acc_n1.on {
	background-position:0px 0px;
}
#acc_n2.on {
	background-position:0px -40px;
}
#acc_n3.on {
	background-position:0px -80px;
}
#acc_n4.on {
	background-position:0px -120px;
}


/* MAIN NAVIGATION */

#nav_range {
	position:absolute;
	height:20px;
	left:0;
	top:10px;
	z-index:2;
	overflow:hidden;
}
#nav_main {
	position:absolute;
	left:0;
	top:30px;
	z-index:1;
	width:420px;
}
.nav {
	display:block;
}
.nav h3 {
	display:none;
}
.nav ul,
.nav li {
	list-style:none;
	margin:0;
	padding:0;
}
.nav li {
	display:block;
}
.nav a {
	display:block;
	height:16px;
	padding:5px 5px 0 10px;
	color:#7F98A2;
	text-decoration:none;
	background-image:url('../images/arrow_tacumi2.gif');
	background-repeat:no-repeat;
	background-position:4px 9px;
}
.nav a:hover {
	color:#f00;
	background-image:url('../images/arrow_red.gif');
	background-repeat:no-repeat;
	background-position:5px 9px;
}
.nav a.on {
	background:#FFF;
	background-image:url('../images/arrow_tacumi2_on.gif');
}
.nav a.yellow {
	background:#ffe000;
}
.nav a.on:hover {
	color:#43492a;
}
.nav1 a {
	color:#fff;
	background-image:url('../images/arrow_white.gif');
	background-repeat:no-repeat;
	background-position:4px 9px;
}
.nav1 {
	position:absolute;
	top:0px;
	left:7px;
	width:150px;
}
.nav2 {
	position:absolute;
	top:0px;
	left:150px;
	width:140px;
}
.nav3 {
	position:absolute;
	top:0px;
	left:290px;
	width:140px;
}
ul.nav4 {
	margin-top:2px;
}
ul.nav4 li {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 10px;
	background-color:#7F98A2;
	background-image:url('../images/tab_off_1.gif');
	background-repeat:no-repeat;
}
ul.nav4 li span {
	display:block;
	padding:0 10px 0 0;
	background-image:url('../images/tab_off_2.gif');
	background-repeat:no-repeat;
	background-position:100% 0;
}
ul.nav4 li a {
	display:block;
	height:15px;
	margin-left:1px;
	padding:3px 0 2px 6px;
	color:#333;
	background-image:url('../images/arrow_dgrey.gif');
	background-position:0px 7px;
	background-repeat:no-repeat;
	text-decoration:none;
}
ul.nav4 li.on {
	background-color:#fff;
	background-image:url('../images/tab_on_1.gif');
}
ul.nav4 li.on span {
	background-color:#003145;
	background-image:url('../images/tab_on_2.gif');
}
ul.nav4 li.on a {
	color:#333;
}


ul.nav4 li a:hover,
ul.nav4 li a.on:hover {
	color:#f00;
	background-image:url('../images/arrow_red.gif');
	background-repeat:no-repeat;
	background-position:1px 7px;
}
ul.nav4 li a.on:hover {
	background-color:#323948;
}

#nav_range ul.nav4 li a,
#nav_range ul.nav4 li.on a {
	color:#fff;
	background-color:transparent;
	background-image:url('../images/arrow_white.gif');
	background-repeat:no-repeat;
	background-position:0 7px;
}
#nav_range ul.nav4 li a:hover,
#nav_range ul.nav4 li.on a:hover {
	color:#c00;
	background-image:url('../images/arrow_red.gif');
	background-repeat:no-repeat;
	background-position:1px 7px;
}

.searchbox {
	display:none;
}

#container_fixed ul.nav4 li {
	background-color:#7F98A2;
	background-image:url('../images/tabtakumi_off_1.gif');
	background-repeat:no-repeat;
}
#container_fixed ul.nav4 li span {
	background-image:url('../images/tabtakumi_off_2.gif');
	background-repeat:no-repeat;
}
#container_fixed ul.nav4 li a {
	color:#fff;
	background-image:url('../images/arrow_white.gif');
	background-position:0px 7px;
}
#container_fixed ul.nav4 li.on {
	background-color:#003145;
	background-image:url('../images/tabtakumi_on_1.gif');
}
#container_fixed ul.nav4 li.on span {
	background-color:#003145;
	background-image:url('../images/tabtakumi_on_2.gif');
}

#container_fixed ul.nav4 li.madeby {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 10px;
	background-color:#666;
	background-image:url('../images/tabblack_off_1.gif');
	background-repeat:no-repeat;
}
#container_fixed ul.nav4 li.madeby span {
	display:block;
	padding:0 10px 0 0;
	background-image:url('../images/tabblack_off_2.gif');
	background-repeat:no-repeat;
	background-position:100% 0;
}
#container_fixed ul.nav4 li.madeby a {
	display:block;
	height:15px;
	margin-left:1px;
	padding:3px 0 2px 6px;
	color:#fff;
	background-image:url('../images/arrow_white.gif');
	background-position:0px 7px;
	background-repeat:no-repeat;
	text-decoration:none;
}
#container_fixed ul.nav4 li.madeby.on {
	background-color:#000;
	background-image:url('../images/tabblack_on_1.gif');
}
#container_fixed ul.nav4 li.madeby.on span {
	background-color:#000;
	background-image:url('../images/tabblack_on_2.gif');
}
#container_fixed ul.nav4 li.madeby a:hover {
	color:#c00;
	background-image:url('../images/arrow_red.gif');
	background-repeat:no-repeat;
	background-position:1px 7px;
}



/* TOP BAR */

.topbar {
	position:absolute;
	display:block;
	top:10px;
	right:0;
	z-index:0;
	height:20px;
	width:250px;
}
.topbar h3 {
	margin:0;
	padding:0 10px 0 0;
	font-family:"lucida grande",arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	background-image:url('../images/arrow_down_tacumi2.gif');
	background-repeat:no-repeat;
	background-position:100% 4px;
	text-align:right;
}
.topbar h3 a {
	display:block;
	color:#7F98A2;
	text-decoration:none;
}
.topbar h3 a:hover {
	color:#f00;
}
.topbar ul {
	position:absolute;
	top:20px;
	right:0;
	z-index:10;
}
.topbar ul,
.topbar li {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
.topbar li a {
	display:block;
	padding:4px 10px 4px 14px;
	color:#666;
	background:#fff;
	background-image:url('../images/arrow_asphalt.gif');
	background-repeat:no-repeat;
	background-position:4px 8px;
	border-top:1px solid #ddd;
	text-decoration:none;
}
.topbar a:hover {
	color:#f00;
}


.navswitch {
	position:absolute;
	top:0;
	right:0;
}
#navswitch1a,
#navswitch1a a {
	width:70px;
	background-position:-860px 0;
}
#navswitch1a a:hover {
	background-position:-860px -20px;
}
#navswitch1b,
#navswitch1b a {
	width:70px;
	background-position:-930px 0;
}
#navswitch1b a:hover {
	background-position:-930px -20px;
}
#navswitch1a a.switch_big,
#navswitch1a a.switch_big:hover {
	background-position:-860px 0;
}
#navswitch1b a.switch_sml,
#navswitch1b a.switch_sml:hover {
	background-position:-930px -40px;
}



/* PREV AND NEXT BUTTONS */



.prev_next {
	height:24px;
	background:#d5d3c9;
}
.prevclear	{
	clear:both;
}
.prev_next_inner span {
	display:block;
	float:left;
	padding:0;
	text-align:center;
	color:#ada999;
}
.prev_next_inner a {
	display:block;
	float:left;
	width:18px;
	height:19px;
	padding:4px 3px 1px;
	color:#9C9888;
}
.prev_next_inner .prev_next_first,
.prev_next_inner .prev_next_prev,
.prev_next_inner .prev_next_next,
.prev_next_inner .prev_next_last,
.prev_next_inner .selected {
	width:38px;
	height:19px;
	padding:4px 3px 1px;
}
.prev_next_inner .selected {
	width:18px;
	color:#fff;
	background:#ada999;
}
.prev_next_inner a.prev_next_first,
.prev_next_inner a.prev_next_prev,
.prev_next_inner a.prev_next_next,
.prev_next_inner a.prev_next_last {
	width:38px;
}
.prev_next_inner a:hover {
	color:#f00;
}
.prev_next_inner .prev_next_info {
	padding:4px 6px 1px;
	text-align:right;
}
.container_fixed_nav .prev_next_inner span {
	color:#7F98A2;
}
.container_fixed_nav .prev_next_inner a {
	color:#fff;
}
.container_fixed_nav .prev_next_inner a:hover {
	color:#f00;
}



/* NEWS SHORT LIST */

.link_list_short ul,
.link_list_short li {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	line-height:140%;
}
.link_list_short a {
	display:block;
	padding:5px 15px;
	color:#444;
	text-decoration:none;
	background-image:url('../images/arrow_dgrey.gif');
	background-repeat:no-repeat;
	background-position:8px 10px;
	-webkit-transition: color 0.2s linear;
}
.link_list_short a:hover {
	color:#e50202;
	background-image:url('../images/arrow_red.gif');
	background-repeat:no-repeat;
	background-position:9px 9px;
}

/* NEWS LONG LIST */

.link_list_long .story {
	display:block;
	height:72px;
}
.link_list_long .story a {
	display:block;
	height:72px;
	color:#666;
	text-decoration:none;
}
.link_list_long .thumb {
	float:left;
	width:72px;
	height:72px;
	background:#d5d3c9
}
.link_list_long .synopsis {
	display:block;
	height:50px;
	margin-left:72px;
	padding:10px;
}
.link_list_long a b {
	color:#333;
}
.link_list_long a:hover,
.link_list_long a:hover b {
	color:#e50202;
	background:#fee;
}



/* GALLERY ICONS */

.gallery_pic,
.gallery_vid {
	display:block;
	position:relative;
}


/* FORMS */

div.doh,
pre.doh {
	padding:10px;
	color:#933;
	background:#fcc;
	border-left:5px solid #c66;
}
td.doh {
	font-weight:bold;
	color:#933;
}
input.doh,
select.doh {
	color:#933;
	background:#fdd;
}



/* PROMOS */

.promobox {
	display:block;
	text-decoration:none;
}
.promobox_img {
	display:block;
	float:left;
	width:240px;
	height:120px;
}
.promobox_txt {
	display:block;
	float:left;
	width:204px;
	height:84px;
	padding:18px;
	background:#eee;
}
a .promobox_txt span {
	font-size:24px;
	color:#003145;
}
.related a {
	display:block;
	height:100px;
	color:#333;
	background-image:url('../images/arrow_grey.gif');
	background-position:92px 4px;
	background-repeat:no-repeat;
	text-decoration:none;
}
.related a:hover {
	color:#c00;
	background-image:url('../images/arrow_red.gif');
	background-position:93px 4px;
	background-repeat:no-repeat;
}
.related_thumb {
	width:88px;
	float:left;
}
.related_text {
	display:block;
	margin-left:100px;
}

/* hide the rest of IE5 Mac so  the site is at least usable (but NOT pretty!) */
@media all {

/* FOOTER */

.footer {
	position:relative;
	clear:both;
	height:24px;
	color:#fff;
	background:#7F98A2;
}
.footer hr {
	display:none;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	color:#e50202;
}
.copyright {
	position:absolute;
	left:10px;
	top:4px;
}
.links {
	position:absolute;
	right:10px;
	top:4px;
}
.footer2 {
	position:relative;
	clear:both;
	padding:3px 12px 20px;
	color:#7F98A2;
	background:#003145;
}
.footer2 a {
	color:#7F98A2;
}

/* MISC */

.cufon {
	font-family:impact;
	font-weight:normal;
}

. {
	display:none;
}
.noprint {
	display:block;
}
.onlyprint,
.prev_next_inner span.onlyprint {
	border:1px solid red;
	display:none;
}
.hidden {
	display:none;
}
.right {
	float:right;
}
.left {
	float:left;
}
.imgswap {
	height:24px;
	margin:0;
	padding:12px 0 0 12px;
	text-indent:-3000px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:12px 12px;
}
.imgswap a,
.imgswap a:hover {
	display:block;
	height:24px;
	background-image:none;
}

.flashtext0,
.flashtext1,
.flashtext2 {
	margin:0;
	padding:0;
	color:#ffffff;
	font-family:impact,arial,sans-serif;
	font-size:27px;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing:-0.1px;
}
.flashtext1 {
	font-size:36px;
}
.flashtext2 {
	color:#003145;
}
.flashscribble1 {
	display:block;
	margin:0;
	padding:3px;
	color:#006;
	font-family:'marker felt','comic sans','Comic Sans MS',cursive;
	font-size:24px;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing:-0.1px;
	text-align:center;
	text-decoration:none;
}
.flashscribble1:hover {
	color:#c00;
}
#newsticker ul,
#newsticker li {
	list-style:none;
	margin:0;
	padding:0;
}
#newsticker a {
	display:block;
	padding:6px;
	color:#fff;
	text-decoration:none;
}
#newsticker a:hover {
	color:#f00;
}
#page_popup1 {
	margin:10px;
}
#page_popup1 .container1 {
	width:auto;
	text-align:center;
}
.col1 {
	float:left;
	width:45%;
	padding:8px;
}
.col2 {
	width:45%;
	margin-left:52%;
	padding:8px;
}
.clicktopop,
.clicktopop a,
.clicktolink,
.clicktolink a,
.clicktomovie,
.clicktomovie a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:75px;
	height:27px;
	background-image:url('../images/clicktopop.png');
	background-repeat:no-repeat;
	text-indent:-2000px;
	overflow:hidden;
}
.clicktolink,
.clicktolink a {
	background-image:url('../images/clicktolink.png');
	background-repeat:no-repeat;
}
.clicktopop a:hover,
.clicktolink a:hover {
	background-position:0 -50px;
	background-repeat:no-repeat;
}
.clicktomovie,
.clicktomovie a {
	background-image:url('../images/clicktomovie.png');
	background-repeat:no-repeat;
}
.clicktomovie a:hover {
	background-position:0 -50px;
	background-repeat:no-repeat;
}
.badbrowser {
	display:none;
}
.clear {
	height:0;
	font-size:0;
	clear:both;
	overflow:hidden;
}
.warning {
	padding-left:24px;
	background-image:url('../images/warning.gif');
	background-repeat:no-repeat;
	color:#c66;
}
.warning a {
	color:#c66;
}
.warning a:hover {
	color:#f00;
}

/* DEALER PROMOS */

.dealer_promo_big a {
	display:block;
	width:215px;
	height:25px;
	padding-top:30px;
	color:#fff;
	background-image:url('../_code/module_promos/_templates/xx_bking_roadshow/promo_bkingroadshow_button.gif');
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.dealer_promo_big a:hover {
	color:#fc0;
}
.dealer_promo_small a {
	display:block;
	width:150px;
	height:28px;
	margin-top:5px;
	background-image:url('../_code/module_promos/_templates/xx_bking_roadshow/button_small.gif');
	text-indent:-2000px;
	overflow:hidden;
}



/* CIRCULAR BUTTONS */


.button_delete,
.button_add,
.button_enlarge,
.button_download,
.button_refresh,
.button_info {
	display:block;
	float:left;
	width:15px;
	height:15px;
	margin-right:2px;
	background:url(../images/icons_round.png) no-repeat 0 0;
	text-indent:-3000px;
	overflow:hidden;
	vertical-align:middle;
}
.button_delete {
	background-position:0 -30px;
}
.button_delete:hover,
.button:hover .button_delete,
.tab-menu a:hover .button_add {
	background-position:-20px -30px;
}
.button_add {
	background-position:0 -15px;
}
.button_add:hover,
.button:hover .button_add,
.tab-menu a:hover .button_add {
	background-position:-20px -15px;
}
.button_enlarge {
	background-position:0 -60px;
}
.button_enlarge:hover,
.button:hover .button_enlarge,
.tab-menu a:hover .button_enlarge {
	background-position:-20px -60px;
}
.button_download {
	background-position:0 -75px;
}
.button_download:hover,
.button:hover .button_download,
.tab-menu a:hover .button_download {
	background-position:-20px -75px;
}
.button_refresh {
	background-position:0 -45px;
}
.button_refresh:hover,
.button:hover .button_refresh,
.tab-menu a:hover .button_refresh {
	background-position:-20px -45px;
}
.button_info {
	background-position:0 -120px;
}
.button_info:hover,
.button:hover .button_info,
.tab-menu a:hover .button_info {
	background-position:-20px -120px;
}



#geton_promo {
	display:block;
	height:88px;padding-top:5px;
	border-top:3px solid #eee;
	color:#24A49E;
	text-decoration:none
}
#geton_promo span {
	display:block;
	width:170px;
	padding:5px;
	font-size:11px;
	line-height:130%;
	text-align:right;
}


.mtdownloadicon {
	display:block;
	margin:3px 0;
	overflow:auto;
}
.mtdownloadicon a {
	text-decoration:none;
}

/* end of ie5Mac hack */
}