#nav_container 
{
    margin-top: 32px;
	padding: 0px 1px 0px 0px;
	background: url(../images/last.gif) right top no-repeat;
	width: auto;
	float: left;
}
#nav {
	float: left;
}

#nav a
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../images/left.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 8px;
	
}

#nav a span
{
	background: url(../images/right.gif) right top no-repeat;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#nav a, #nav a span
{
	display: block;
	float: left
}

#nav a, #nav a span
{
	float: none
}
#nav a:hover
{
	color: Black;
	background: url(../images/left_hover.gif) left top no-repeat;
}

#nav a:hover span
{
	background: url(../images/right_hover.gif) right top no-repeat;
}

#nav ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li
{
    float: left;
    margin: 0px;
    border-bottom: solid 1px #a4a29e;
}



.quick 
{
    padding-top: 2px;
    width: 220px;
    margin-bottom: 8px;
}

.quick div div b
{
    line-height: 21px;
}

.quick div div
{
    line-height: 16px;
}


.quick div
{
 	background-image: url(../images/last.gif);	
	background-repeat: no-repeat;
	background-position:right top;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}

.quick div div
{
 	background-image: url(../images/left.gif);	
	background-repeat: no-repeat;
	background-position:left top;
	padding-right: 10px;	
	padding-left: 10px;
	padding-top: 0px;	
	padding-bottom: 3px;	
    border-bottom: solid 1px #a4a29e;
}

.tab_nav
{
	width: auto;
	vertical-align:bottom;
	margin: 0px;
	height: 60px;
	background-image: url(../images/blank_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}


.tab_body {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a4a29e;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a4a29e;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a4a29e;
    background-color: White;
}


.current, .current a
{
	color: #ffffff;
}
.current a:hover
{
	text-decoration: none;
}

.tab th.current, .current div
{
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: transparent;
	text-align:left;
	font-weight: bold;
}
