﻿div.clear {
	clear: both;
}
/*----------------------------------------- Ads Column ------------------------------------------*/
#ads {
	float: left;
	width:150px;
	height:auto;
	position:relative;
	padding-top:11px;
	margin-left:0px;
}
#ads div
{
    position:relative;
}
#ads span
{
    background-image:url('../aimg/bgads.gif');
    position:absolute;
}
#ads div span
{
    height:14px; 
    width:14px;
    line-height:0; 
    font-size:0; 
    background-image:url('');
    position:absolute; 
}
#ads .t
{
    height:14px; 
    width:150px; 
    background-image:url('../aimg/adsbox-top.gif'); 
    background-position:0 0; 
    background-repeat:repeat-x;
}
#ads .t span.l
{
    background-position:0 0; 
    left:0; 
}
#ads .t span.r
{
    background-position:-14px 0; 
    right:0; 
}
#ads .m
{
    padding:0 15px 0 15px; 
    height:auto;
    width:120px; 
    background-image:url('../aimg/ads.gif'); 
    background-repeat:repeat-y;
    text-align:center
}
#ads .b
{
    height:14px; 
    width:150px; 
    background-image:url('../aimg/adsbox-bottom.gif'); 
    background-position:0 0; 
    background-repeat:repeat-x
}
#ads .b span.l
{
    background-position:0 -14px; 
    left:0; 
}
#ads .b span.r
{
    background-position:-14px -14px; 
    right:0; 
}

.ads {
	float: left;
	padding-left: 7px;
	width: 156px;
	background: url('../aimg/ads-bg.gif') no-repeat right top;
}
.ads div.sp_ads {
	text-align: center;
	height: 120px;
	background: url('../aimg/adsbox-right.gif') no-repeat right top;
}
.ads div.adsbox {
	width: 120px;
	margin: 0 auto;
}
.ads div.leftshadow {
	width: 150px;
	background: #fff url('../aimg/adsbox-left-shadow.gif') repeat-y left top;
}
.ads div.rightshadow {
	text-align: center;
	background: url('../aimg/adsbox-right-shadow.gif') repeat-y right top;
}
.ads div.middle1 {
	height: 27px;
	text-align: right;
	padding-top:10px;
	padding-right:12px;
}
.ads div.middle2 {
	height: 25px;
	text-align: right;
	padding-top:10px;
	padding-right:12px;
}
.ads div.top {
	height: 26px;
	text-align: right;
	width: 150px;
	background: url('../aimg/adsbox-top.gif') no-repeat center bottom;
}
.ads div.bottom {
	width: 150px;
	background: url('../aimg/adsbox-bottom.gif') no-repeat center top;
}
/*----------------------------------------- Navigation Menu ------------------------------------------*/
#nav-main {
	margin-top: 0px;
	height: 30px;
	margin-right:23px;
}
#nav {
	float: right;
	margin-top:2px;
}
#nav ul {
	list-style: none;
}
#nav li {
	float: right;
	display: inline;
	margin-left: 2px;
}
#nav a {
	float: right;
	display: block;
	background: url('../aimg/nav-bg.gif') no-repeat 50% top;
	text-decoration: none;
	padding-top: 2px;
	text-align: center;
	color: #555;
	height: 17px;
	width: 102px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {
	float: none;
}
/* End IE5-Mac hack */
#nav a:hover {
	background-position: 0% -19px;
	color: #550;
}
#signtip {
	list-style-image : url('../aimg/bullet.gif');
	list-style-position : outside;
}
