#showroom_menu {
	height: 66px;
	margin:0px auto;
	text-align:left;
	width:800px;
	margin-top:25px;
	text-align:center;
}
* html #showroom_menu {
	height: 66px;
	margin:0px auto;
	text-align:left;
	width:830px;
	margin-top:25px;
	text-align:center;
}
#showroom_menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
	margin-left:-2px;
}
#showroom_menu li {
	display:inline;
	text-align:center;
	width:88px;
	height:66px;
	float:left;
}
#showroom_menu li a {	
	width:86px;
	display:block;
	text-decoration:none;	
	font-size:9px;
	margin-left:2px;
	color:#666666;
	background:url(../images/showroom/menu_repeat.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	cursor:pointer;
}
#showroom_menu li a:hover {
	font-size:9px;
	text-decoration:none;
	color:#333333;
	width:86px;
	background:url(../images/showroom/menu_repeat_over.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
}
#showroom_menu li .my_showroom_link {
	display:block;
	font-size:9px;
	text-decoration:none;
	height:19px;
	line-height:19px;
	width:84px;
	border:1px solid #CCCCCC;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight:bold;
}
* html #showroom_menu li .my_showroom_link {
	display:block;
	font-size:9px;
	text-decoration:none;
	height:19px;
	line-height:19px;
	width:87px;
	border:1px solid #CCCCCC;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight:bold;
}
#alt_links {
	position: absolute;
	margin-left: 180px;
	height: 15px;
}
#alt_links a {
	line-height:15px;
	font-size:11px;
	color:#0099FF;
	font-weight:bold;
	text-decoration:none;
}
#alt_links a:hover {
	line-height:15px;
	font-size:11px;
	color:#0099FF;
	font-weight:bold;
	text-decoration:underline;
}

