﻿#top-menu {
	background-color: #991d37;
	display: table;
}

#top-menu ul li {
	display: inline;
}

#top-menu ul li a {

	text-decoration: none;
	display: block;
	color: #fff;
	float: left;
	height: 35px;
	line-height: 35px;
}

/* Top Tabs */
#top-menu ul li a 
{
	text-align: center;
	margin-right: 0px;
	background-image: url(Images/red-tab.png);
	background-repeat: no-repeat;
	width: 125px;
	font-size: .9em;
}

#top-menu ul li a.visitors 
{
	width: 69px;
}

#top-menu ul li a.exhibitors 
{
	width: 92px;
}

#top-menu ul li a.international 
{
	width: 110px;
}

#top-menu ul li a.media 
{
	width: 73px;
}

#top-menu ul li a.conference 
{
	width: 95px;
}

#top-menu ul li a.visitors:hover, #top-menu ul li a.tab-selected 
{
	background: url(../images/top-menu-buttons.gif) 0 0 no-repeat;
}

#sub-menu 
{
	color: #000;
	width: 1000px;
	text-align: right;
	display: table;
}

#sub-menu div 
{
	float: left;
	background-color:#ebeaeb;
	width: 969px;
	margin: 0px 0px 0px 5px;
	padding-right: 5px;
	padding-top: 4px;
	display: table;
}

#sub-menu #sub-menu-left 
{
	padding-left: 15px;
	line-height: 23px;
	background-color:#ebeaeb;
	display: table;
}

#sub-menu #sub-menu-right 
{
	height: 23px;
	width: 15px;
}

#sub-menu a 
{
	text-decoration: none;
	color: #000;
}

#sub-menu a:hover 
{
	text-decoration: underline;
}

.whitetab
{
    background-image: url(Images/white-tab.png);
    background-repeat: no-repeat;
}