/* TOP NAVIGATION */
/*#top_nav { width: 850px; height: 17px; background-color: #ccc; padding: 3px 0 5px 8px; }
#top_nav li { display: inline; list-style-type: none; padding: 0 10px 0 23px; }
#top_nav li a { font: bold 10px Verdana, sans-serif; color: #333; text-transform: uppercase; text-decoration: none; }
#top_nav li a:hover { text-decoration: underline; }*/

#left_column ul#left_navigation { background-color: #ff0000; width: 134px; margin-top: 12px; padding: 5px 0 5px 8px;}
#left_column ul#left_navigation li { /*padding: 5px 0 5px 5px;*/ }
#left_column ul#left_navigation li a { font: normal 10px Verdana, sans-serif; text-decoration: none; }
#left_column ul#left_navigation li a:hover { /*text-decoration: underline;*/ }
/*#left_column ul#left_navigation li a.test { color: blue; }*/

#top_nav { width: 843px; height: 20px; background-image: url('../images/SASIA_hornav2.png'); position: relative; margin: 0 0 0 7px; }
#top_nav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#top_nav li, #top_nav a { height: 20px; display: block; }

#link1 { left: 0; width: 129px; }
#link2 { left: 129px; width: 164px; }
#link3 { left: 294px; width: 153px; }
#link4 { left: 447px; width: 111px; }
#link5 { left: 558px; width: 180px; }
#link6 { left: 738px; width: 106px; }

#link1 a:hover {background: transparent url('../images/SASIA_hornav2.png') 0 -22px no-repeat;}
#link2 a:hover {background: transparent url('../images/SASIA_hornav2.png') -129px -22px no-repeat;}
#link3 a:hover {background: transparent url('../images/SASIA_hornav2.png') -294px -22px no-repeat;}
#link4 a:hover {background: transparent url('../images/SASIA_hornav2.png') -447px -22px no-repeat;}
#link5 a:hover {background: transparent url('../images/SASIA_hornav2.png') -558px -22px no-repeat;}
#link6 a:hover {background: transparent url('../images/SASIA_hornav2.png') -738px -22px no-repeat;}

#link1 a:active {background: transparent url('../images/SASIA_hornav2.png') 0 -44px no-repeat;}
#link2 a:active {background: transparent url('../images/SASIA_hornav2.png') -129px -44px no-repeat;}
#link3 a:active {background: transparent url('../images/SASIA_hornav2.png') -294px -44px no-repeat;}
#link4 a:active {background: transparent url('../images/SASIA_hornav2.png') -447px -44px no-repeat;}
#link5 a:active {background: transparent url('../images/SASIA_hornav2.png') -558px -44px no-repeat;}
#link6 a:active {background: transparent url('../images/SASIA_hornav2.png') -738px -44px no-repeat;}

.regis #link1 { background: transparent url('../images/SASIA_hornav2.png') 0 -66px no-repeat; }
#singapore #link2 { background: transparent url('../images/SASIA_hornav2.png') -129px -66px no-repeat; }
.travhouse #link3 { background: transparent url('../images/SASIA_hornav2.png') -294px -66px no-repeat; }
#contact_us #link4 { background: transparent url('../images/SASIA_hornav2.png') -447px -66px no-repeat; }
.general #link5 { background: transparent url('../images/SASIA_hornav2.png') -558px -66px no-repeat; }
.committee #link6 { background: transparent url('../images/SASIA_hornav2.png') -738px -66px no-repeat; }


/* LEFT-NAVIGATION BOTTOM BORDER STYLES */
li a#xsv {
	padding-bottom: 10px;
	border-bottom: 1px solid #c4c3c3;
}

li a#pres_papers {
	padding-bottom: 10px;
	border-bottom: 1px solid #c4c3c3;
}

/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 10em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 144px;	 and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #fff;
	background: #fff;
}

.menu {
	width: 134px;
}

.menu ul {
	width: 134px;
}

.menu li {
	padding: 5px 0 5px 0;
}

.menu li a {
	text-decoration: none;
	color: #fff;
	display: block;
}

.menu li.currentLI a {
	color: #000;
}

.menu a:hover, .menu li:hover>a {
/*	color: #fc3;*/
}

.menu a:hover {
	color: #000;
}

.menu ul li a {
	color: #000;
}

.menu ul li a:hover {
	color: #ff0000;
}

.menu li a.current {
	color: #000;
}

.menu ul.attendees li.currentLI a.current {
	color: #ff0000;
}

.menu ul.presenters li.currentLI a.current {
	color: #ff0000;
}

.menu ul.exhibitors li.currentLI a.current {
	color: #ff0000;
}

.menu ul.volunteers li.currentLI a.current {
	color: #ff0000;
}

.menu ul.media li.currentLI a.current {
	color: #ff0000;
}

.menu ul.sponsors li.currentLI a.current {
	color: #ff0000;
}

.menu li ul.currentUL { visibility: visible; /*top:10px;*/ left: 144px; }


.menu li {	/* create borders around each item */
/*	border: 1px solid #ccc;*/
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
/*	border-top: 0;*/
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
/*	top: 5px;
	left: 90%;*/
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts 
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}*/

.menu li ul {
	padding: 0 0 5px 5px;
	top: 30px;
}

.menu li ul.attendees {
	height: 325px;
	background: #fff;
}

.menu li ul.presenters {
	top: 8px;
	height: 300px;
	background: #fff;
}

.menu li ul.exhibitors {
	top: -14px;
	height: 325px;
	background: #fff;
}

.menu li ul.volunteers {
	top: -36px;
	height: 325px;
	background: #fff;
}

.menu li ul.media {
	top: -58px;
	height: 325px;
	background: #fff;
}

.menu li ul.sponsors {
	top: -80px;
	height: 325px;
	background: #fff;
}
