@charset "utf-8";
/*   
Theme Name: Your Theme
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://example.com/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles 
@import url('styles/reset.css');*/
/* Rebuild default browser styles 
@import url('styles/rebuild.css');*/ 
/* YAHOO RESET */
@import url('styles/yui-reset.css');
/* Import a basic layout 
@import url('styles/1c-b.css');
*/
/* Basic WordPress Styles 
@import url('styles/wp.css');
*/
/* Content Styles  */
@import url('content.css');

@import url('styles/sf/jquery-ui-1.8.7.custom.css');

/* removes focus highlight in Chrome, Safari */
input:focus, textarea:focus{outline:none;}

/* GLOBAL */
/* wrap > cont > tophead */
body{
	font-family:Arial, Helvetica, sans-serif;
}
/*html[lang="zh-hans"] body { font-family:'宋体'; }*/
html[lang="zh-hans"] body { font-size:105%; letter-spacing:1px; }
#wrap{
	width: 100%;
	height:100%;
	min-height:100%;
	background: #B8DBE9 url(./images/background-afternoon.jpg) no-repeat;
	
}
#cont{
	width:1003px;
	margin:0 auto;
}
.wrapcontentbg{
	background:transparent url(./images/wrapcontentbg.gif) repeat-y;
}

/* Page Header */
#tophead{
	position:relative;
	height:166px;
}
/* [LOGO] */
.tophead-logo{
	width:150px;
	height:166px;
	float:left;
}
/* [LANG SELECTOR]*/
.tophead-lang{
	position:absolute;
	/*top:13px;*/
	left:350px;
}
/* [TOP MENU (searchbar)]*/
.tophead-search{
	width:499px;
	height:56px;
	background:url(./images/top-search-bar.png) no-repeat;
	float:right;
}
.tophead-search ul{
	margin-top:15px;
	margin-left:25px;
}
html[lang="zh-hans"] .tophead-search ul ul{
	margin-left:0;
}
.tophead-search ul li{
	float:left;
}
.tophead-search ul li a{
	font-size:70%;
	font-weight:bold;
	color:#0071BC;
	margin-right:20px;
	text-decoration:none;
}
.tophead-search ul li a:hover{
	color: #F60;
}

#searchform div label{
	display:none;
}
#searchform div input{
	float:left;
	padding:3px 0;
}
#searchform{
	font-size:12px;
}
#searchform .ui-button-text-only .ui-button-text {
	padding:2px 5px;
	margin:0;
}

/* [MAIN MENU] */
.tophead-mainmenu{
	background:url(./images/top-menu.jpg) no-repeat;
	width:839px;
	height:40px;
	margin-top:85px;
	float:right;
	text-align:center;
}
.tophead-mainmenu[class]{
	position:absolute;
	margin:0;
	bottom:0;
	right:0;	
}
.tophead-mainmenu ul{
	margin-top:8px;
}
.tophead-mainmenu ul li{
	display:inline;
	width:auto;
	margin:8px 14px;
	padding:0 0;
	/*border-right:1px solid #BBDCE1;*/
}
.tophead-mainmenu ul#menu-main-menu li a{
	text-decoration:none;
	color:#FFF;
	font-size:70%;
	font-weight:bold;
}
.tophead-mainmenu ul#menu-main-menu li a:hover, .tophead-mainmenu ul#menu-main-menu li.current_page_item a{
	color: #F9C535;
}

/* CHINESE */
.tophead-mainmenu ul#menu-main-menu-cn li a{
	text-decoration:none;
	color:#FFF;
	font-size:70%;
	font-weight:bold;
}
.tophead-mainmenu ul#menu-main-menu-cn li a:hover, .tophead-mainmenu ul#menu-main-menu-cn li.current_page_item a{
	color: #F9C535;
}

/* End Page Header */

/* Homepage */
/* [FLASHTV]*/
#flashtv{
	height:548px;
	background-color:#000;
}

/* [ANNOUNCEMENT] */
#announcementbox-title{}
.announcementbox-title{
	background-color:#124678;
	width:130px;
	height:35px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:70%;
	line-height:35px;
	float:left;
}
.announcementbox-title a.announcementbox-title{
	color:#FFF;
	text-decoration:none;
	font-size:110%;
}

.announcementbox-date{
	float:left;
	width:100px;
	height:35px;
	line-height:35px;
	font-size:70%;
	background-color:#ccc;
	text-align:center;
}
.announcementbox-date ul li{
	width:100px;
	padding:0 10px 0 0;
}
html[lang="zh-hans"] .announcementbox-date ul li{ font-size:85%; }
.announcementbox-content{
	height:35px;
	font-size:70%;
	background-color: #FFF;
	float:left;
	width:773px;
}
.announcementbox-content ul li{
	margin:11px 20px;
	width:700px;
	float:left;
	height:35px;
}
.announcementbox-pager{
	float:right;
	width:20px;
	margin-top:5px;
}
.announcementbox-pager a{
	text-decoration:none;
}
/* [PAGE PREVIEW (below flash banner)] */
#page-preview{}
#page-preview .col3{
	float:left;
	width:333px;
	background-color:#e6e6e6;
}

#page-preview h1.prodpadtitle{
height: 32px;
width: 185px;
}
#page-preview h1.padtitle{
height: 32px;
}

#page-preview table.previewtable{
height:115px;
width:173px;
vertical-align: text-top;
}

#page-preview table.previewtable td{
vertical-align: text-top;
}


#page-preview .bdr-red, #main-bottom .bdr-red{
	border-bottom:3px solid #c12e26;
}
#page-preview .bdr-green, #main-bottom .bdr-green{
	border-bottom:3px solid #8eba4b;
}
#page-preview .bdr-orange, #main-bottom .bdr-orange{
	border-bottom:3px solid #f3a84b;
}
#page-preview .page-preview-bg{
	background:#e6e6e6 url(./images/page-preview-bg.gif) 0 0 repeat-x;
}

.red .ppc-pager-dir{
border-color: #c12e26;
}
.green .ppc-pager-dir{
border-color: #8eba4b;
}
.orange .ppc-pager-dir{
border-color: #f3a84b;
}

.red .page-preview-title, .red .page-bot-preview-title, .red .ppc-pager a.activeSlide, .red .page-preview-title a{
	background: #030 url(./images/blind-red-bg.gif) repeat-x;
	color:#FFF;
	text-decoration: none;
}
.red .ppc-pager a, .red .page-preview-content h1 a, .red .ppc-pager-dir a{
	color:#c53228;
	text-decoration:none;
}
.green .page-preview-title, .green .page-bot-preview-title, .green .ppc-pager a.activeSlide, .green .page-preview-title a{
	background: #030 url(./images/blind-green-bg.gif) repeat-x;
	color:#FFF;
	text-decoration: none;
}
.green .ppc-pager a, .green .page-preview-content h1 a, .green .ppc-pager-dir a{
	color:#8eb94d;
	text-decoration:none;
}
.orange .page-preview-title, .orange .page-bot-preview-title, .orange .ppc-pager a.activeSlide, .orange .page-preview-title a{
	background: #030 url(./images/blind-orange-bg.gif) repeat-x;
	color:#FFF;
	text-decoration: none;
}
.orange .ppc-pager a, .orange .page-preview-content h1 a, .orange .ppc-pager-dir a{
	color:#eda34c;
	text-decoration:none;
}
.page-preview-title{
	font-family: Arial, "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size:105%;
	font-weight: normal;
	height:31px;
	line-height:31px;
	padding-left:16px;
}


.page-bot-preview-title{
	font-family: Arial, "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size:105%;
	font-weight: normal;
	height:31px;
	line-height:31px;
	padding-left:20px;
}
.ppc5{
margin-top: -15px;
}
.ppc-pager{
	padding:12px;
}
.ppc-pager a{
	margin:1px;
	padding:0px 3px;
	text-decoration:none;
	font-size:75%;
	font-weight:bold;
}
.ppc-pager-dir{

border-width:thin;
border-style: solid;
	padding:3px 4px 3px 4px;
	float:right;
	margin-right:12px;
	margin-top: 12px;
}
.ppc-pager-dir a{
	font-size:80%;
	line-height:120%;
	text-decoration:none;
}
.page-preview-content .slide{
	min-height:180px;
	height:180px;
	width:100%;
	color:#666;
	font-size:75%;
	line-height: 15px;
}

.page-preview-content .slide .pad{
	padding:15px;
}
.page-preview-content .slide h1{
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
}
.page-preview-content .slide img{
	float:right;
	margin-left:10px;
	margin-bottom:10px;	
}
.page-preview-content .slide{}
.page-preview-content .slide table{}
.page-preview-content .slide p{
	margin-bottom:10px;
}
/* [Info Preview (below page preview boxes)]*/
#info-preview{
	background: #e9e9e9 url(./images/info-preview-bg.gif) repeat-x;
	width:100%;
	overflow:hidden;
}
#info-preview .col3{
	float:left;
	width:333px;
}
.info-preview-content{
	margin:20px;
}
.info-preview-content p{
	color:#666666;
	font-size:80%;
}
.info-preview-content p.left-pad{
	padding-left:15px;
}
.info-preview-content h1{
	font-size:120%;
	margin-bottom:12px;
}
.red .info-preview-content h1,.red .info-preview-content h2{
	color:#c53228;
}
.green .info-preview-content h1, .green .info-preview-content h2{
	color: #8eb94d;
}
.info-preview-content table.directions{}
.info-preview-content table.directions td{
	padding:0 10px 2px 0;
}
/* End Homepage*/

/* Pages */
#header{
	overflow:hidden;
	width:100%;
}
#header h1{
	position:static/*relative*/;	
}
.liner{
	border-bottom:1px solid #06F;
	
}
/* Sub Menu */
#header .header-submenu{
	background: transparent url(./images/blue-rd-header.gif) no-repeat;
	border-bottom:5px solid #0071bd;
	float:left;
	width:208px;	
	margin-bottom:10px;
}
/* (default blue scheme) */
/*#header .header-submenu{
	background: transparent url(./images/blue-rd-header.gif) no-repeat;
	border-bottom:5px solid #0071bd;
}*/
#header.blue .header-submenu h1{
	background: #0071bd;
}
#header.blue .header-submenu ul li a:hover, #header.blue .header-submenu ul li.current_page_item > a{
	background-color:#0071bd;
	color:#FFF;
}
/* (green scheme) */
#header.green .header-submenu{
	background: transparent url(./images/green-rd-header.gif) no-repeat;
	border-bottom:5px solid #7bc042;
}
#header.green .header-submenu h1{
	background: #7bc042;
}
#header.green .header-submenu ul li a:hover,#header.green .header-submenu ul li.current_page_item > a{
	background-color:#7bc042;
	color:#FFF;
}
/* (orange scheme) */
#header.orange .header-submenu{
	background: transparent url(./images/orange-rd-header.gif) no-repeat;
	border-bottom:5px solid #FBB03B;
}
#header.orange .header-submenu h1{
	background: #FBB03B;
}
#header.orange .header-submenu ul li a:hover,#header.orange .header-submenu ul li.current_page_item > a{
	background-color:#FBB03B;
	color:#FFF;
}

/* (red scheme) */
#header.red .header-submenu{
	background: transparent url(./images/red-rd-header.gif) no-repeat;
	border-bottom:5px solid #cd3529;
}
#header.red .header-submenu h1{
	background: #cd3529;
}
#header.red .header-submenu ul li a:hover,#header.red .header-submenu ul li.current_page_item > a{
	background-color:#cd3529;
	color:#FFF;
}
/* Hide submenu's subtree for 'Views from the top', 'Latest Press release' */
#header .header-submenu ul li.page-item-729 ul.children,
#header .header-submenu ul li.page-item-863 ul.children{
	display:none;
}

/*
#header.red .header-submenu{
	background: transparent url(./images/green-rd-header.gif) no-repeat;
	border-bottom:5px solid #7bc042;
}
#header.red .header-submenu h1{
	background: #7bc042;
}
*/

#header .header-submenu h1{
	margin-top:10px;
	padding:0px 15px;
	padding-bottom:5px;
	color:#FFF;
	font-weight:bold;
	/* IF[IE7] puts it under the pixopoint dropdown */
	
	/* /IF[IE7] puts it under the pixopoint dropdown */
}
#header .header-submenu h1 strong{
	/*font-family:"Arial Black", Gadget, sans-serif;*/
	line-height:90%;
	font-size:120%;
	text-transform:uppercase;
	display:block;
	margin-bottom:5px;
}
#header .header-submenu ul{
	margin:10px 0;
}
#header .header-submenu ul.children{
	margin:0 0 10px;
	display:none;
}
#header .header-submenu li.current_page_item ul.children, #header .header-submenu li.current_page_parent ul.children{
	display:block;
}
#header .header-submenu ul.children li a{
	padding-left:20px;
}
#header .header-submenu ul li a{
	display:block;
	padding:3px 10px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	font-size:70%;
	background-color:transparent;
	line-height:14px;
}

/* Page Content */
/* Side Bar */
#sidebar{
	float:left;
	width:208px;
	padding:0;
	margin:0;
}
#sidebar .box{
	border-bottom:1px solid #666;
	font-size:70%;
}
#sidebar .box div.pad{
	margin:10px;
}
#sidebar .box h1, #sidebar .box h2{
	font-weight:bold;
	font-size:160%;
	line-height:90%;
	margin:10px 0;
}
#sidebar .box p{
	margin-bottom:5px;
}
#sidebar .box li.page_item{
	padding:3px 0;
}
#sidebar .box li.page_item a{
	text-decoration:underline;
	color:#5B5B5B;
	display:block;
}
#sidebar .box li.page_item a:hover{
	text-decoration:none;
	color:#EE3224;
}
/* Widgets */
/* [Flight Tickets] */
#sidebar .widget_flight-tickets{
	background: transparent url(./images/sidebar-book-now.png) no-repeat 148px -4px;
}
html[lang="zh-hans"] #sidebar .widget_flight-tickets{
	background: transparent url(./images/sidebar-book-now-zh-hans.png) no-repeat 148px -4px;
}
#sidebar .widget_flight-tickets h2{
	font-size:200%;
	font-weight:normal;
	color:#EE3224;
}
/* [Latest Promo] */
#sidebar .widget_latest-promotion h2{
	font-size:200%;
	font-weight:normal;
	color:#7BC042;
	line-height:90%;
}
#sidebar .widget_latest-promotion h3{
	margin-bottom:5px;
	font-size:110%;
	font-weight:bold;
}
#sidebar .widget_latest-promotion a{
	color:#0071BC;
}
/* [Maps and Brochures] */
#sidebar .widget_maps-brochures h2{
	font-size:200%;
	font-weight:normal;
	color:#0071BD;
	line-height:90%;
}
/* [General Enquiries] */
#sidebar .widget_general-enquiry h2{
	font-size:200%;
	font-weight:normal;
	color:#0071BC;
}
/* [Event Enquiries] */
#sidebar .widget_event-enquiry h2{
	font-size:200%;
	font-weight:normal;
	color:#0071BC;
}

/* Main Content */
#container{
	margin:0 0 0 208px;
	padding:0;
}
#main{
	overflow: hidden;
	width: 100%;
}
#main .cont{
	float:right;
	width:795px;
}
#main .cont .pad{
	margin:20px;
}
/* Main Content Footer */
#main-bottom{
	margin-top:50px;


	background-color:#fff;	
}
#main-bottom .col3{
	position:relative;
	width:264px;
	min-height:100%;
	height:100%;
	float: left;
}
#main-bottom .col3-cont{
	position:relative;
	float:right;
	width:795px;
	min-height:223px;
	height:223px;
	margin-bottom:13px;
}
#main-bottom .col4-cont{
	min-height:296px;
	height:296px;
}
#main-bottom .col4{
	margin:0;
	padding:0px;
	position:relative;
	width:198px;
	height:100%;
	float:left;
}
#main-bottom .col4 .pad{
	margin:10px;
}
#main-bottom .bdr{
	border-right:1px solid #CCC;	
}
/* */
#header .header-subbanner{
	float:left;	
	width:795px;
	height:260px;
	background-color:#000;
}
/* Breadcrumb */
#breadcrumb{
	padding:10px 20px 0 20px;
	font-size:70%;
	color: #999;
}
#breadcrumb a{
	text-decoration:none;
	font-weight:bold;
	color: #666;
}
#breadcrumb a:hover{
	text-decoration:underline;
}

/* Page Footer */
#footer{
	clear:both;
}
#footer .flyer-graphic {
	padding-top:10px;
}
#footer .menu-links{
	background: #044d7a;
	padding:10px 0;
	text-align:center;
	color:#8c9eac;
}
#footer .menu-links a{}
#footer ul[id|='menu-footer-menu'] li{
	display:inline;
	border-right:1px solid #09C;
	padding:0px;
}
#footer ul[id|='menu-footer-menu'] li a{
	color:#35a3de;
	font-size:70%;
	text-decoration:none;
	margin:0 5px;
}
#footer ul[id|='menu-footer-menu'] li a:hover, #footer ul[id|='menu-footer-menu'] li.current_page_item a{
	color:#FFF;
}
#footer .bottom-line{
	background:#353535;
	padding:10px 0;
	font-size:70%;
	color:#969696;
	text-align:center;
}
#footer .bottom-line a{
	color:#969696;
	text-decoration:none;
}

/* Generic Style */
a, a:visited{
	color:#333;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
strong{
	font-weight:bold;
	font-style:inherit;
}
em{
	font-style:italic;
}
.clr-right{
	clear:right;
}
.clr-left{
	clear:left;
}
.clr{
	margin:0;
	padding:0;
	clear:both;
}
.clrbox{
	margin:0;
	padding:0;
	clear:both;
	background: white;
	height: 5px;
}
.border{
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
}
.rdbox{
	height:23px;
	width:200px;
	background: transparent url(./images/rdbox.gif) no-repeat;
	float:left;
}
.rdbox input{
	margin:1px 10px;
	border:none;
	border:hidden;
}
.rdbox-short{
	height:23px;
	width:150px;
	background: transparent url(./images/rdbox-short.gif) no-repeat;
	float:left;
}
.rdbox-tall{
	background: transparent url(./images/rdbox-tall.gif) no-repeat;
	width:262px;
	height:82px;
	float:left;
	padding:1px;
}
.rdbox-short input{
	margin:3px 10px;
	border:none;
	border:hidden;
}
span.noborder input {
   background:none;
   border:0;
   -webkit-appearance: none;
}
.zero{
	position:relative;
	margin:0; padding:0; line-height:0;
	height:0px;
}
.zero[class]{
	display:none;
}
/** jQuery UI **/
.ui-button-text {
   font-size: inherit;
   padding:0;
   margin:0;
}

/* Newsletter Form */
#sidebar .widget_mailing-list h2.title, .cont #mailing-list h1 {
	font-size:200%;
	font-weight:normal;
	color:#00457C;
	margin-bottom:10px;
}
.social-media h1{
	font-size:120%;
	font-weight:normal;
	color:#00457C;
	margin-bottom:10px;
}
.social-media p{
	margin:5px 0;
	/*margin:0 0 1em;*/
}
.social-media img.sm-icon{
	margin:0;
	padding:0;
}
#sidebar .widget_mailing-list p, .cont #mailing-list p.desc {
	color:#4D4D4D;
	margin:20px 0 5px;
}
#newsletter_optin_form .rdbox-short {
	margin-bottom:3px;
	clear:left;
}
#newsletter_optin_form input {
	margin:0 10px;
	width:130px;
	height:23px;
	font-size:12px;
	line-height:20px;
}
#newsletter_optin_form img {
	margin:0 0 3px;
}
#newsletter_optin_form input.submit {
	width:auto;
	height:auto;
}

/* Testimonials */
img.quote-left {}
img.quote-right {
	float:right;
}
p.testimonial {
	font-size:12px;
	font-style:italic;
	margin:5px 0;
	padding:0 15px;
}

cite.testimonial-by {
	font-size:12px;
	font-weight:bold;
	color:#0066CC;
	margin-top:25px;
	padding:0 15px;
}

.placesjourney{
font-size: 10px;
color:#444444;
padding:0 15px;
}
p.testimonial-by {
	font-size:12px;
	font-weight:bold;
	color:#0066CC;
	margin-top:25px;
	padding:0 15px;
}
p.testimonial-by a:link, p.testimonial-by a:visited {
	color:#0066CC;
	text-decoration:underline;
}
p.testimonial-by a:hover {
	text-decoration:none;
}

/* Paginator Elements */
.pad .paginator{
	margin:0;
	padding:0;
	overflow:hidden;
	width:auto;
}
.pad .paginator .sort{
	float:left;
	margin-bottom:20px;
}
.pad .paginator .results-ppage{
	float:right;
	margin-bottom:20px;
}
.pad .paginator .pager{
	text-align:center;
	clear:both;
}
.pad .paginator .pager strong{
	color:#666666;
}

/* Search Results Page */
.cont .search-results .paginator{
	margin:15px 0;
}
.cont .search-results .results-wrapper{
	margin:0;
	padding:0 25px;
}
.cont .search-results .results-wrapper .result{
	margin:0;
	padding: 10px;
}

div.news{
	width:200px;
}

.slide img.slide-book {
	display:inline;
	position:absolute;
	float: none;
	top: -59px;
	left: 245px;
}

/* Flickr Gallery Page */
.instructions{
padding:40px;
width:650px;
}
.flickr_highslide{
	margin: 10px auto;
	width: 711px;
}
.flickr_highslide_pagination {
	overflow:visible;
	margin:10px auto;
	text-align:center;
}

/* pixopoint */
html[lang='en-US'] .sf-sub-indicator:before, html[lang='en-US'] .sf-sub-indicator{ before:'Products '; content:'Products'; }
html[lang='en-US'] #pixopoint_menu1_wrapper{ position:relative; top:1px; }
html[lang='zh-hans'] .sf-sub-indicator:before, html[lang='zh-hans'] .sf-sub-indicator{ before:'产品 '; content:'产品'; }
html[lang='zh-hans'] #pixopoint_menu1_wrapper{ position:relative; left:60px; top:1px; }
.menu-main-menu-container{
	margin-right:0px;
}
#pixopoint_menu1_wrapper{
	margin-left:5px;
	float: left;
	text-align: center;
	
}

.sf-with-ul {
width:100%;
}
#pixopoint_menu1 {
	margin:0;
	margin-left: 20px;
	}
#pixopoint_menu1 ul {
	width:100%;
	border:none;
	background:none;
	margin:0;
	margin-left: -20px;
	padding:0;
	list-style:none;
	}
#pixopoint_menu1 li {
	border:none;
	background:none;
	line-height:36px;
	font-size:70%;
	font-weight:bold;
	/*z-index:1;*/
	letter-spacing:0px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	text-align: center;
	}
#pixopoint_menu1 li:hover,#pixopoint_menu1 li.sfhover {
	background:none;
	}
#pixopoint_menu1 li a {
	border:none;
	background:none;
	text-decoration:none;
	display:block;
	padding:0 12px;
	color:#FFFFFF;
	}
#pixopoint_menu1 li a:hover {
	border:none;
	background:none;
	text-decoration:none;
	color:#F9C535;
	}
#pixopoint_menu1 ul ul {
	position:absolute;
	left:-999em;
	top:35px;
	width:120px;
	}
#pixopoint_menu1 li:hover ul,#pixopoint_menu1 li.sfhover ul {
	left:auto;
	}
#pixopoint_menu1 ul ul li a {

	padding:8px 10px;
	text-transform:normal;
	font-variant:normal;
	}
#pixopoint_menu1 ul ul li {
	letter-spacing:0px;
	color:#444444;
	/*z-index:1;*/
	width:120px;
	font-family:helvetica,arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	background:#cccccc;
	border-bottom:0px solid #cccccc;
	border-left:0px solid #cccccc;
	border-right:0px solid #cccccc;
	margin:0;
	}
#pixopoint_menu1 ul ul li a {
	line-height:15px;
	color:#444444;
	text-decoration:none;
	}
#pixopoint_menu1 ul ul li:hover a,#pixopoint_menu1 ul ul li.sfhover a {
	color:#FFFFFF;
	text-decoration:none;
	}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
	color:#444444;
	}
#pixopoint_menu1 ul ul li:hover li a:hover,#pixopoint_menu1 ul ul li.sfhover li a:hover {
	color:#FFFFFF;
	}
#pixopoint_menu1 ul ul li:hover,#pixopoint_menu1 ul ul li.sfhover {
	color:#FFFFFF;
	
	
	background:#0071BC;
	}
#pixopoint_menu1 ul ul ul li {
	font-size:1em;}#pixopoint_menu1 ul ul ul, #pixopoint_menu1 ul ul ul ul {
	position:absolute;
	margin-left:-999em;
	top:0;
	width:120px;
	}
#pixopoint_menu1 li li:hover ul,#pixopoint_menu1 li li.sfhover ul,#pixopoint_menu1 li li li:hover ul,#pixopoint_menu1 li li li.sfhover ul {
	margin-left:120px;
	}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
	text-decoration:none;
	}
#pixopoint_menu1 ul ul li li:hover a,#pixopoint_menu1 ul ul li li.sfhover a {
	color:#FFFFFF;
	text-decoration:none;
	}
#pixopoint_menu1 li.pixo_search:hover {
	background:none;
	}
#pixopoint_menu1 li.pixo_search form {
	margin:0;
	padding:0;
	}
#pixopoint_menu1 li.pixo_search input {
	font-family:tahoma,sans-serif;}
#pixopoint_menu1 li.pixo_search input.pixo_inputsearch {
	width:100px;
	}
#pixopoint_menu1 li.pixo_right {
	float:right;
	}
	
/*new*/
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  margin: 0;
  padding: 0;
  /*line-height: 1;*/
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;     
}

#cssmenu {
  height: 37px;
  display: block;
  padding: 0;
  margin: 0;
  /*border: 1px solid;
  border-radius: 5px;
  width: auto;
  border-color: #080808*/;
}
/*#cssmenu,
#cssmenu > ul > li > ul > li a:hover {
  background: #3c3c3c;
  background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: linear-gradient(top, #3c3c3c 0%, #222222 100%);
}*/

#cssmenu > ul ul li a {
	line-height:15px;
	color:#444444;
	text-decoration:none;
	}
	
#cssmenu > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}
#cssmenu > ul > li {
  list-style: inside none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  position: relative;
}
#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  padding: 13px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: bold;
/*  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  border-right: 1px solid #080808;
  color: #ffffff; */ 
}
#cssmenu > ul > li > a:hover {
  color: #F9C535;
}

#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 5px;
}
#cssmenu > ul > li > a:after {
  content: '';
  position: absolute;
/*  border-right: 1px solid;*/
  top: -1px;
  bottom: -1px;
  right: -2px;
  z-index: 99;
/*  border-color: #3c3c3c;  */
}
#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 19px;
}
#cssmenu ul li.has-sub:hover > a {
  background: none;
  border-color: #3f3f3f;
  padding-bottom: 13px;
  padding-top: 13px;
  top: -1px;
  z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}
#cssmenu ul li.has-sub > a:hover {

  border-color: #3f3f3f;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  padding: 10px 0;
  background: #aaaaaa;
  border-radius: 0 0 5px 5px;
  z-index: 999;
}
#cssmenu ul li > ul {
  width: 130px;
}
#cssmenu ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
}
#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 8px 20px;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#cssmenu ul ul a:hover {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff;
}

#cssmenu ul ul li:hover,#cssmenu ul ul li.sfhover {
	color:#FFFFFF !important;
	
	
	background:#0071BC;
	}
#cssmenu ul ul li li:hover a,#cssmenu ul ul li li.sfhover a {
	color:#FFFFFF;
	text-decoration:none;
	}