﻿div.menu
{
	width: 103px;
	height: 29px;
	float: left;
	position: relative;
	background-image: url(../images/nav-tabs.png);
	background-repeat: no-repeat;
}
div.menu a
{
	background-image: url(../images/nav-tabs.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	width: 103px;
	height: 29px;
}
div.menu a:hover
{
	background-image: url(../images/nav-tabs-roll.png);
}
ul.sidenav
{
	padding: 0px;
	margin: 0px;
}
li.sidemenu
{
	width: 199px;
	height: 29px;
	border-bottom: 1px solid #fff;
	text-align: left;
	list-style-type: none;
	background-image: url(../images/side-nav.jpg);
	background-repeat: no-repeat;
}
li.sidemenu a
{
	background-image: url(../images/side-nav.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 199px;
	height: 29px;
	line-height: 29px;
}
li.sidemenu a:hover
{
	background-image: url(../images/side-nav-roll.jpg);
}
div.detailsbtn
{
	width: 170px;
	height: 31px;
	list-style-type: none;
}
div.detailsbtn a
{
	background-image: url(../images/details-btn.png);
	background-repeat: no-repeat;
	display: block;
	width: 170px;
	height: 31px;
}
div.detailsbtn a:hover
{
	background-image: url(../images/details-btn-roll.png);
}
div.smalltext
{
	width: 15px;
	height: 15px;
	background-image: url(../images/txt-sm.jpg);
	background-repeat: no-repeat;
}
div.smalltext a
{
	background-image: url(../images/txt-sm.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 15px;
	height: 15px;
}
div.smalltext a:hover
{
	background-image: url(../images/txt-sm-roll.jpg);
}
div.mediumtext
{
	width: 19px;
	height: 19px;
	background-image: url(../images/txt-med.jpg);
	background-repeat: no-repeat;
}
div.mediumtext a
{
	background-image: url(../images/txt-med.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 19px;
	height: 19px;
}
div.mediumtext a:hover
{
	background-image: url(../images/txt-med-roll.jpg);
}
div.largetext
{
	width: 25px;
	height: 24px;
	background-image: url(../images/txt-lg.jpg);
	background-repeat: no-repeat;
}
div.largetext a
{
	background-image: url(../images/txt-lg.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 25px;
	height: 24px;
}
div.largetext a:hover
{
	background-image: url(../images/txt-lg-roll.jpg);
}
a.sidelinks:link
{
	font-family: Arial;
	font-size: 9pt;
	color: #17396c;
	text-decoration: none;
}
a.sidelinks:hover
{
	font-family: Arial;
	font-size: 9pt;
	color: #17396c;
	text-decoration: none;
}
a.sidelinks:visited
{
	font-family: Arial;
	font-size: 9pt;
	color: #17396c;
	text-decoration: none;
}
a.sidelinks:active
{
	font-family: Arial;
	font-size: 9pt;
	color: #17396c;
	text-decoration: none;
}