/*
 * @author: Allen Kung
 * @date: 16/04/2009
 * CSS for xcot.com
 */

.hh {
    width: 393px;
    height: 224px;
}

* {
	
	
	padding:0;
}

i {
	font-size: 11px;
	color: red;
}

img {border:none;}
li {list-style:none;}

.hide {display:none;}

.clear {
	clear: both;
    height:1px;
    margin-top:-1px; 
    overflow:hidden;
}


#wrap {
	margin:auto;
	width:1004px;
}

/* @group main_nav */
#main_nav ul {
	font-size: 13px;
	list-style: none;
}

#main_nav {
	height: 73px;
	overflow: visible;
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 73px;
	padding-top: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main_nav li {
	float: left;
	position: relative;
	z-index: 5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_nav li .ts{
	background-repeat: no-repeat;
	background-position: right;
	height: 73px;
	text-decoration: none;
	line-height: 73px;
}

#main_nav li a {
	scolor: #FFFFFF;
	display: block;
	width:125px;
	height: 73px;
	text-decoration: none;
	line-height: 73px;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	color: #333333;
	font-size: 15px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#main_nav li a:hover {
	color: #000000;
	display: block;
	width:125px;
	height: 73px;
	text-decoration: none;
	line-height: 73px;
	text-align: center;
	font-weight: bold;
	border-bottom-style: none;
	font-size: 15px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/munebg.JPG);
	background-repeat: repeat-x;
	background-position: left;
}
#main_nav li ul li a {
	font-size: 12px;
	width: 125px;
	height:30px;
	line-height:30px;
	font-weight: normal;
}

#main_nav li ul li a:hover, #main_nav li.focus ul li a:hover {
	font-size: 12px;
	font-weight: normal;
	width: 125px;
	height:30px;
	line-height:30px;
	background-color: #FF9900;
}

#main_nav li.focus  {
	color: #333333;
}
#main_nav li.focus a  {
font-size: 12px;
	color: #333333;

}
#main_nav li.focus ul li a {
	background: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	
}

#main_nav li ul {
	position: absolute;
	top: 73px;
	left: 0px;
	display: none;
	width: 125px;
}

#main_nav li ul li{
	float: none;
	background-color: #FF6600;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;width: 125px;
	
	height: 30px;
}
