﻿
#nav-bar
{
	width: 970px;
	_width: 960px;
	height: 32px;
	background-image: url(../images/nav-bar.jpg);
	background-repeat: repeat-x;
	background-color: #cccccc;
	border-style: solid;
	border-width: 2px 0px 2px 0px;
	border-color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	_padding-left: 10px;
	*padding-top: 0px;
	padding-bottom: -4px;
	padding-bottom: 0px;
}

#nav-bar a, #nav-bar a:visited
{
	width: auto;
	height: 30px;
	padding-top: 10px;
	padding-left: 8px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;	
	text-align: center;
	color: #ffffff;
	display: inline-block;
	margin-left: 1px;
}

#nav-bar a span
{
	width: auto;
	height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	cursor: pointer;
	margin-left: 1px;
}

#nav-bar a:hover
{
	width: auto;
	height: 20px;
	*height: 30px;
	_height: 30px;
	background: url(../images/nav-over-left.jpg) no-repeat left top;
	display: inline-block;
	padding-bottom: 0px;
	*padding-bottom: 0px;
	_padding-bottom: 0px;
	margin-top: -20px;
	*margin-top: 0px;
	_margin-top: 0px;
	margin-left: 1px;
}

#nav-bar a:hover span
{
	width: auto;
	height: 20px;
	*height: 30px;
	_height: 30px;
	background: url(../images/nav-over-right.jpg) no-repeat right top;
	margin-top: 4px;
	margin-top: -20px;
	*margin-top: -10px;
	padding-right: 10px;
	padding-bottom: 0px;
	*padding-bottom: 0px;
	_padding-bottom: 0px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	margin-left: 1px;
}

.nav-bar-separator
{
	width: 10px;
	height: 30px;
	padding-top: 8px;
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	margin-right: -4px;
}

.buttons
{
	width: 150px;
	height: auto;
}

.buttons-2
{
	width: 200px;
	height: auto;
}

.buttons a, .buttons a:visited
{
	width: 146px;
	height: 19px;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 4px;
	margin-top: 7px;
	*margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/button-off.png);
	background-repeat: no-repeat;
}

.buttons a:hover
{
	width: 146px;
	height: 19px;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 4px;
	margin-top: 7px;
	*margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/button-on.png);
	background-repeat: no-repeat;
}

.buttons-2 a, .buttons-2 a:visited
{
	width: 196px;
	height: 19px;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 4px;
	margin-top: 7px;
	*margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/button-off-2.png);
	background-repeat: no-repeat;
}

.buttons-2 a:hover
{
	width: 196px;
	height: 19px;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 4px;
	margin-top: 7px;
	*margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/button-on-2.png);
	background-repeat: no-repeat;
}

.odd-nav
{
	width: 150px;
	height: 250px;
	margin-top: 15px;
	margin-right: 0px;
	background: url(../images/odd-nav.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
}

.odd-nav a, .odd-nav a:visited
{
	width: 150px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

.odd-nav a:hover
{
	width: 150px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ff6600;
}