#tophot {
	height: 30px;
	background: #007A8F;
	border-top: 1px solid #fff;
}
#tophot hot {
	font-weight: bold;
	color: #ffffff;
	padding: 0 10px 0 10px;
	height: 30px;
	line-height: 30px;
	position: relative;
	float:left;
}


#tophot li {
	float: right;
	display: block;
	border-right: 1px solid #FFFFFF;
	position: relative;
}

#tophot li a {
	float: right;
	display: block;
	font-weight: bold;
	color: #ffffff;
	padding: 0 10px 0 10px;
	height: 30px;
	line-height: 30px;
	position: relative;
}

.arrow {
	position: absolute;
	top: -1px;
	left: 42%;
	background: url(../images/arrow.png) no-repeat;
	display: block;
	width: 10px;
	height: 5px;
}

#tophot li a:hover, #tophot li a.selected, #tophot li a.selected:hover {
	background: #01ABE9;
	color: #000000;
}

/* Sub Menu Stylesheet */
#tophot ul {
	display: none;
	position: absolute;
	z-index: 999;
	top: 24px;
	left: -1px;
	background: #fff;
	padding: 10px 5px 10px 5px;
	border: 1px solid #cdd8e0;
	border-top: 0;
	height: auto;
	width: 10px;
}

#tophot ul li {
	float: none;
	display: block;
	border-right: 0;
	position: static;
}

#tophot ul li a {
	float: none;
	display: block;
	font-weight: bold;
	color: #366799;
	padding: 0 0 0 0;
	height: 30px;
	line-height: 30px;
	position: static;
	border-top: 1px solid #eee;
	left: 10px;
}

#tophot ul li a:hover, #tophot ul li a.selected, #tophot ul li a.selected:hover {
	background: #f6f6f6;
	color: #222;
}