﻿#tabs
{
	white-space: nowrap;
}

.left-tab,
.center-tab,
.right-tab
{
	height: 31px;
	display: block;
	line-height: 31px;
	text-indent: 25px;
	color: #eee;
	text-decoration: none;
	font-size: 15px;
	float: left;
}

.left-tab
{
	width: 316px;
	background: transparent url(../images/layout/ryder/left_tab.jpg) no-repeat;
}

.center-tab
{
	width: 319px;
	background: transparent url(../images/layout/ryder/middle_tab.jpg) no-repeat;
}

.right-tab
{
	width: 315px;
	background: transparent url(../images/layout/ryder/right_tab.jpg) no-repeat;
}

#body
{
	min-height: 400px;
}

#sidebar
{
	width: 310px;
	float: left;
}

#content
{
	float: right;
	width: 629px;
}

#sidebar ul
{
	padding: 0;
}

#sidebar li
{
	line-height: 2;
	font-weight: bold;
	background: transparent url(../images/layout/ryder/leftnav_right_arrow.jpg) no-repeat 0 8px;
	padding-left: 10px;
}

#sidebar li.child-selected
{
	background: transparent url(../images/layout/ryder/leftnav_down_arrow.jpg) no-repeat 0 9px;
	padding-left: 10px;
}

#sidebar ul,
#sidebar li,
#sidebar ul ul li
{
	list-style: none;
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

#sidebar ul ul
{
	padding-left: 15px;
	display: none;
}

#sidebar li.child-selected ul
{
	display: block;
}

#sidebar ul ul li,
#sidebar ul ul li.child-selected
{
	list-style: none;
	line-height: 1.5;
	font-weight: normal;
	background: none;
	padding: 0;
}

#sidebar a
{
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

#sidebar a:hover,
#sidebar a.selected
{
	color: #f00;
}
