/*  
CSS Code and Design copyright 2005 to Sullivan+Wolf Design. All Rights Reserved. 
Copying and/or re-using this code, its sub-code or derivatives without written permission is a violation of copyright law.
Visit us at SullivanandWolf.com
 */

a {
	font-size: 100%;
}
a:link {
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #990000;

}

a.toplinks:link {
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	background-image: url(../images/right-tab.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: right;
	font-family: "Trebuchet MS", Arial;
	font-size: 90%;
	font-weight: bold;
	margin: 0px -10px 0px 0px;
	clear: left;
}

a.toplinks:visited {
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	background-image: url(../images/right-tab.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: right;
	font-family: "Trebuchet MS", Arial;
	font-size: 90%;
	font-weight: bold;
	margin: 0px -10px 0px 0px;
	clear: left;
}
a.toplinks:hover {
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	background-image: url(../images/right-tab-on.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: right;
	font-family: "Trebuchet MS", Arial;
	font-size: 90%;
	font-weight: bold;
	margin: 0px -10px 0px 0px;
	clear: left;
}

a.toplinksa:link {
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	background-image: url(../images/right-tab-active.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: right;
	font-family: "Trebuchet MS", Arial;
	font-size: 90%;
	font-weight: bold;
	margin: 0px -10px 0px 0px;
	clear: left;
}
a.toplinksa:visited {
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	background-image: url(../images/right-tab-active.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: right;
	font-family: "Trebuchet MS", Arial;
	font-size: 90%;
	font-weight: bold;
	margin: 0px -10px 0px 0px;
	clear: left;
}

a.toplinksa:hover {
color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	background-image: url(../images/right-tab-active.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: right;
	font-family: "Trebuchet MS", Arial;
	font-size: 90%;
	font-weight: bold;
	margin: 0px -10px 0px 0px;
	clear: left;
}

a.footerlinks:link {
	color: #990000;
	text-decoration: none;
	font-size: 85%;


}
a.footerlinks:visited {
	font-size: 85%;
	color: #666666;
	text-decoration: none;
}
a.footerlinks:hover {
	text-decoration: none;
	font-size: 85%;
	color: #999999;

}



ul#sidenav {
	padding: 0;
	margin: 0 0 12;
	list-style-type: none;
	width: auto;
	display: block;
	height: auto;

}
ul#sidenav a,ul{
	margin-top: 0;
}
ul#sidenav li {
 display: inline;
	margin-bottom: 2px;
	height: 16px;
	width: auto;
}
ul#sidenav a
{
	width: auto;
	color: #FFFFFF;
	padding: 4px 6px 2px 8px;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 2px;
	background-color: #000066;
	height: 16px;
	display: block;
	font-weight: bold;
}
ul#sidenav li a:hover
{
color: #FFFFFF;
	background-color: #0000B3;
}


ul#sidenavsub {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: auto;
	display: block;
	height: auto;


}
ul#sidenavsub li {
 display: inline;
	margin-bottom: 0px;
	height: auto;
	width: auto;

}
ul#sidenavsub a.sidenavsub{

	width: auto;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 6px 2px 12px;
	background-color: #CCCCCC;
	color: #000000;
	height: auto;
}

ul#sidenavsub a.sidenavsub:hover{
	background-color: #333333;
	color: #FFFFFF;
}
