
#traxswitch, #traxswitch li, #traxswitch ul {
	font-size: 10px;
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	top:0px;
}

#traxswitch {
	background-image:url(../images/traxswitch/arrow.png);
	background-repeat: no-repeat;
	
}

#traxswitch:hover {
	background-image:url(../images/traxswitch/arrow_over.png);
	background-repeat: no-repeat;
	
}

#traxswitch_sub {
	display:none;
	position:fixed;
	float:left;
}

*+html #traxswitch_sub{
	margin-left:0px;
}

#traxswitch:hover ul {
	display:block;
	margin-left:29px;
}

*+html #traxswitch:hover ul{
	margin-left:-3px;
}


#traxswitch ul li{
	width:119px;
	height:20px;
	margin-left:1px;
}

#traxswitch ul li a{
	width:119px;
	height:20px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/traxswitch/list_bg.png);
	background-repeat: no-repeat;	
	padding-top:3px;
}

#traxswitch ul li a:hover{
	width:119px;
	height:20px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/traxswitch/list_over.png);
	background-repeat: no-repeat;	
}

#homeLink {
	background-image:url(../images/logo/080922_traxweblogo-blurr.png);
	background-repeat: no-repeat;
	border:none;
	height:48px;
	width:356px;	
	margin-top:8px;
}

#homeLink img {
	border:none;
	height:48px;
	width:356px;	
}
