@CHARSET
"UTF-8"
;
/******* GENERAL RESET *******/
.clear {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

a {
    text-decoration: none;
}

/******* GENERAL RESET *******/
/******* LOGO *******/
#logo {
    margin-top: 1em;
    display: block;
}

/******* MENU *******/
#mainNav {
    background: url(../images/skin/mainnav_bg.jpg) no-repeat;
	width: 1000px;
	height: 70px;
	overflow: hidden;
}

#mainNav ul {
    list-style: none;
    list-style-position: outside;
	/*Remove this margin after we re-insert Race Info*/
	margin-left: 0px;
}

#mainNav ul.menu li {
    float: left;
	/*Remove this margin after we re-insert Race Info*/
    margin: 0 0 0;
	text-indent: -9000px;
}

#mainNav ul.menu li {
	color: #FFFFFF;
    font-weight: 700;
    display: block;
	top: 4px;
    margin-bottom: -3px;
    position: relative;
    cursor: pointer;
}

#mainNav ul.menu li.active {
    background-position: right;
	top: 4px;
	position: relative;

}

.content {
    /*border: 1px solid #d0ccc9;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    text-align: left;
	color: #e6b7b7;
	width: 950px;
	padding: 3px 0 0 10px;
}

.content ul li
{
    display: inline;
    margin: 0 5px 0 5px;
}

.content ul li.selectedNavItem a
{
    color: #FFFFFF;
    font-size: 0.90em;
	text-decoration:underline;
	top: 10px;
	position: relative;
}

.content a {
	color: #e6b7b7;
    font-size: 0.90em;
    font-weight: bold;
	top: 10px;
	position: relative;
}

.content h1 {
    line-height: 1em;
    vertical-align: middle;
    height: 48px;
    padding: 10px 10px 10px 52px;
    font-size: 32px;
}

.content.home {
    display: block;
	width: 800px;
}

.content.race {
    display: none;
}

.content.news {
    display: none;
}

.content.tickets {
    display: none;
}

.content.infield {
    display: none;
}

.content.visitors {
    display: none;
}

.content.tradition {
    display: none;
}

/*** TABS ***/
#home {
	background: url(../images/skin/nav_home.gif) left top no-repeat;
	width: 85px;
	height: 33px;
	display: block;
	position:relative;
}


#raceInfo{
	background: url(../images/skin/nav_raceinfo.gif) left top no-repeat;
	width: 122px;
	height: 33px;
	display: block;
	position:relative;
}

#newsCenter{
	background: url(../images/skin/nav_news.gif) left top no-repeat;
	width: 149px;
	height: 33px;
	display: block;
	position:relative;
}

#tickets {
	background: url(../images/skin/nav_tickets.gif) left top no-repeat;
	width: 111px;
	height: 33px;
	display: block;
}

#infield {
	background: url(../images/skin/nav_infield.gif) left top no-repeat;
	width: 134px;
	height: 33px;
	display: block;
	position:relative;
}

#visitorsGuide {
	background: url(../images/skin/nav_visitors.gif) left top no-repeat;
	width: 168px;
	height: 33px;
	display: block;
	position:relative;
}

#preaknessTradition {
	background: url(../images/skin/nav_tradition.gif) left top no-repeat;
	width: 223px;
	height: 33px;
	display: block;
	position:relative;
}
/*** END TABS ***/
