@charset "utf-8";
/* CSS Document */


#menuContainer {
	padding:0;
	margin: 10px 0 -10px 0;
	list-style:none;
	width:573px;
	height:40px;
	float:right;
}
#menu {
	padding:0;
	margin:0;
	list-style:none;
	width:573px;
	height:40px;
}
* html #menu { background:none; }
#menu li {
	float:left;
	text-align:center;
	width:80px;
	height:25px;
	border-right:1px solid  #FF3366;
}
#menu li a {
	width:20px;
	height:25px;
	text-decoration:none;
	color:#000;
	font-size:12px;
}
#menu .last { border:0; padding-left:5px; }
#menu li a b {
	width:40px;
	height:45px;
	line-height:23px;
	text-align:center;
}

.home #menu li#home a,
.single #menu li#register a,
.dropdown #menu li#hotel a,
.dropline #menu li#program a,
.flyout #menu li#partners a,
.support #menu li#scfutre a,
.contact #menu li#network a,
#menu li a:hover {white-space:nowrap; color:#fff; cursor:pointer;}

#submenu { padding:7px; background-color:#fbc37a;}