/****************************************************************************************************
*  
*  CSS for Revenue.net 
*
****************************************************************************************************/

/*----------------------------------------------------------------------------------------------------
	Imports
====================================================================================================*/
/* IE5/Mac only   -   IE5.x/Mac Band Pass Filter - http://www.stopdesign.com/examples/ie5mac-bpf/ */
/*\*//*/  @import "ie5mac.css";  /**/



/* Basics - big blocks
--------------------------------------------------*/
* {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif, Verdana, Geneva, Lucida;
}
html {
	height: 100%;
	width: 100%;
}
body {
	margin:0px; 
	padding:0px;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif, Verdana, Geneva, Lucida;
	font-size: 12px;
	color: #333;
	text-align: center;
	background-color: #666;
	behavior: url('../js/csshover2.htc'); /* for IE only */
}
.clear{
	clear: both;
}


/* Basics - image
--------------------------------------------------*/
img {
	border: 0;
}
div.imageLeft {
	position: relative;
	width: 99%;
}
div.imageLeft img {
	float: left;
	margin-Right: 10px;
	margin-top: 1px;
	padding: 2px;
}
div.imageRight {
	position: relative;
	width: 99%;
}
div.imageRight img {
	float: right;
	margin-Right: 10px;
	margin-top: 1px;
	padding: 2px;
}
div.imageCenter {
	position: relative;
	width: 99%;
}
div.imageCenter img {
	margin-Left: 8px;
	margin-top: 1px;
	padding: 2px;
	
}
#border_blue {
	border-top: 2px solid #447195;
	margin: 6px 0 0 0;
}



/* Basics - table
--------------------------------------------------*/
table {
	width: auto;
	text-align: left;
}
td.label {
	width: 38%;
}



/* Basics - link
--------------------------------------------------*/
a {
	color: #215986;
	text-decoration: underline;
}

a:hover {
	color: #FC7200;
	text-decoration: none;
}


/* Basics - text
--------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: .5em 0;
	color: #444; /* f6821b */
}

h1 { font-size: 175%; font-weight: normal;}
h2 { font-size: 150%; color: #f6821b;}
h3 { font-size: 140%; font-weight: normal;}
h4 { font-size: 130%; }
h5 { font-size: 1em;}
h6 { font-size: .9em; color: #000; margin: 0; }

h5.faq { 
	margin: 0;	
	color: #333; 
}
p {
	margin: 0 0 1em 0; 
	font-size: 1em;
}
em.required { 
	font-weight: bold; 
	color: #f6821b;
	font-style: normal;
}

code { font-size: 1.2em;  color: #666;}

label {
	font-weight: bold;
	font-size: 100%;
}
.error {
	color: #ff0000;
}
.error {
	font-weight: bold;
}
.orange {
	color: #ff7f00;
}


/* Basics - text block
--------------------------------------------------*/
div.desc {
	font-size: 80%;
}
dl.faq {
	position: relative; 
	margin: 10px 0 0 ;
}
dl.faq dd, dl.faq dt {
	margin: 0 .2em 1px 0;
}
dl.faq dt { 
	width: auto;
	float: none;
	margin-top: 0px;	
	font-weight: bold; 
	color: #444;
}
dl.faq dd { 

	margin-left: 16px;
	margin-top: 10px;
	font-weight: normal; 
	width: auto;
}

/* New dl for faq_listing_even begins*/
dl.faq_listing_even {
	position: relative; 
	margin: 0 0 0 20px;
}
dl.faq_listing_even dd, dl.faq dt {
	margin: 0 .2em 1px 0;
}
dl.faq_listing_even dt { 
	position: relative;
	display: block;
	float: left;
	width: 40%;
	margin-top: 0px;	
	font-weight: normal; 
	color: #444;
	padding: 0;
	border-right: 1px solid #ff7f00;
}
dl.faq_listing_even dd { 
	margin-left: 250px;
	margin-top: 0px;
	font-weight: normal; 
	width: auto;
}
dl.faq_listing_even dt ul,
dl.faq_listing_even dd ul{
	width: 95%; 
	margin: 0 -20px 0 -5px;
}
/* New dl for faq ends*/

dl.news {
	position: relative; 
	margin: 0 ;
}
dl.news dd, dl.news dt {
	margin: 0 .5em 1px 0;
}
dl.news dt { 
	position: relative;
	width: 6.5em;

	margin-top: 0px;
	font-size: 90%;
	font-weight: normal;
	color: #aaa;
}
dl.news dd { 
	position: relative;
	top: -1.3em;
	margin-left: 7em;
	font-weight: normal; 
}
dl.news dd.more { 
	padding-left: 3px;
	font-size: 95%;
	font-weight: normal;
}
dl.news dd.sub { 
	padding-left: 9px;
	font-size: 90%;
	font-weight: normal;
	color: #aaa;
}

div.sample_set {
	position: relative;
	clear: right;
	width: 500px;
	padding: 0;
	margin: 0;
}
* html div.sample_set {
	position: absolute;
}
div.sample_set.label {
	font-weight: bold;
}
div.sample_set div.left {
 	position: relative;
 	float: left;
 	width: 280px;
 	text-align: left;
}
div.sample_set div.right {
	position: relative;
	margin-left: 300px;
	text-align: left;
}
dl.form {
	position: relative; 
	margin: 0;
}
dl.form dd, dl.form dt {
	margin: 0 .2em 1px 0;
}
dl.form dt { 

	margin-top: 0px;	
	font-weight: normal; 
}
dl.form dd { 
	font-size: 94%;
	margin-left: 0;
	font-weight: normal; 

}
dl.listing {
	position: relative;
	margin-top: 10px;
}
dl.listing dt {
	margin: 0px;	
}
dl.listing dd {
	margin-top: -15px;
	margin-left: 200px;
}
dl.listing_even {
	position: relative;
	display: block;
	margin-top: -15px;
	margin-left: 10px;
}
dl.listing_even dt {
	position: relative;
	display: block;
	float: left;
	width: 48%;
	margin: 0px;
	padding: 0;
	border-right: 1px solid #ff7f00;
}
dl.listing_even dd {
	margin-left: 290px;
}
dl.listing_even dt ul,
dl.listing_even dd ul{
	width: 95%; 
	margin: 0 -20px 0 -5px;
}
dl.listing_even dt ul.bullets li,
dl.listing_even dd ul.bullets li { list-style-type: disc; }
dl.listing_even dt ul.bullets li.blank,
dl.listing_even dd ul.bullets li.blank { list-style-type: none; }

ul.listing_multiple_col {
	position: relative;
	display: block;
	
	margin: 0;
	padding: 0;
}
ul.listing_multiple_col li {
	position: relative;
	display: block;
	float: left;
	width: 92px;
	height: 180px;
	margin: 0 0 10px 0;
	padding: 0 8px;
	border-left: 1px solid #fc7200;
}
ul.listing_multiple_col li.last {
	position: relative;
	display: block;
	
	width: 90px;
	height: 180px;
	margin: 0 0 25px 0;
	padding: 0 8px;
	border-left: 1px solid #fc7200;
	border-right: 1px solid #fc7200;
}
ul.listing_multiple_col li label{
	position: relative;
	display: block;
	
	margin: 0 0 10px 0;
	color: #fc7200;
}

/* Basics - lists 
-------------------------------------------------- */
ul.image_bullets li {
	list-style-image: url(../../images/list_bullet.gif);
}
ul, ol, li { 
	list-style: none;
	padding-left: 0;
	margin: .5em 0 0.5em 1.7em;
}
ul.bullets li { list-style-type: disc; }
ul.bullets li.blank { list-style-type: none; }
ul.numbers li { list-style-type:decimal; }



/* Page Wrapper
--------------------------------------------------*/
#content {
	position: relative;
	width: 804px;
	margin-left: auto; 
	margin-right: auto;

	text-align: left;
	background-color: #fff;
}
div#wrapper_A{
	position: relative;
	display: block;
	padding: 0 0 0 12px;
	background:  #fff url(../../images/ds_left.gif) left top repeat-y; 
}
div#wrapper_B {
	position: relative;
	display: block;
	padding: 0 12px 0 0;
	background: #eee url(../../images/ds_right.gif) right top repeat-y; 
}


	
/* Page Content
--------------------------------------------------*/
div#pagecontent {
	position: relative;
	background: #fff; 
	padding: 10px 10px 10px 25px;
}
div#pagecontent_inner {
	padding: 5px 15px 10px 0;
}
div#gen_content {
	position: relative;
	clear: right;
	margin: 0 0 0 165px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}
div#gen_content_full {
	position: relative;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}
div.gen_content_header {
	padding: 2px 0 3px 0;
}
* html div.gen_content_header {
	padding: 1px 0 2px 0;
}



/* Header 
--------------------------------------------------*/
div#header {
	position: relative;
	height: 96px; 
	width: 100%;  /* or set to 800px */
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #415471;
	margin-bottom: 1px;
	background: #e1e1e2 url(../../images/bg/bg_header_new.gif) left top repeat-y;
	color: #fff;
}
div#header * { 
	color: #fff; 
}
div#rev_logo {
	position: absolute;
	height: 96px;
	width: 400px;
	background: transparent url(../../images/bg/bg_logo_revenue.gif) left top no-repeat;
	text-indent: -10000px;	
}
div#top_nav {
	position: absolute;
	z-index: 10;
	top: 12px;
	right: 20px;
}
div#top_nav li {
	display: inline;
	padding: 0;
	margin: 0;
}
div#top_nav li a {
	padding: 0 0 0 12px;
	margin: 0;
}
div#top_nav ul {
	margin: 0;
	padding: 0;
}



/* Footer 
--------------------------------------------------*/
div#footer {
	position: relative;
	clear: both;
	width: 100%;
	font-size: 85%;
	background: #ccc url(../../images/ds_bottom.gif) left bottom repeat-x;
}
div#footer_wrapper_C {
	border-top: 1px solid #fff; 
	padding: 10px 17px 10px 5px;
	background: #ccc url(../../images/ds_bottom.gif) left bottom repeat-x;
}
div#footer_wrapper_A{
	position: relative;
	padding: 0 0 0 12px;

	background:  #fff url(../../images/ds_bottom_left.gif) left bottom repeat-y; 
}
div#footer_wrapper_B {
	position: relative;
	padding: 0 12px 0 0;
	background: transparent url(../../images/ds_bottom_right.gif) right bottom repeat-y; 
}
div#section_footer {
	position: relative;
	width: 100%;  /* or set to 800px */

	margin: 0;
	padding: 0;
}
div#section_footer div#links {
 	position: relative; 
	width: auto;

	margin: 0; 
	text-align: left;
}
ul.footer_nav {
	margin: 0 3px;
	padding: 0;
}
ul.footer_nav li {
	display: inline;
	padding: 0;
	margin: 0;
}
ul.footer_nav li a {
	padding: 0 15px 0 8px;
	margin: 0;
	font-weight: normal;
	background: url(../../images/div/footer_nav_dot.gif) top right no-repeat;
	color: #444;
	text-decoration: none;
}
ul.footer_nav li a:hover {
	padding: 0 15px 0 8px;
	margin: 0;
	font-weight: normal;
	color: #fff;
	background: url(../../images/div/footer_nav_dot.gif) top right no-repeat;
}
ul.footer_nav li.last a,
ul.footer_nav li.last a:hover {
	border: 0;
	background: transparent;
}
div#section_footer div#copyright {
	position: relative;
	width: 130px;
	height: 24px;
	margin-left: auto;
	margin-top: -12px;
	text-align: right;
	color: #444;
}
div#footer_partners {
	position: relative;
	clear: both;
	width: 100%;
	text-align: center;
	background: #666;
	color: #fff;
}
div#footer_partners div.partner_sites {
	color: #CCC;
	font-size: 90%;
	text-decoration : none;
	text-align: center;
}
div#footer_partners div.partner_sites a:hover {
	color: #CCC;
	text-decoration : none;
}
div#footer_partners div.partner_sites a {
	color: #999;
	text-decoration : none;
	font-size: 10px;
}



/* Navigation 
--------------------------------------------------*/
div#nav {
	position: absolute;
	display: block; 
	overflow: visible;
	z-index: 2;
	top: 0px;
	right: 0px;
	width: 788px;
	height: 96px;
	
	padding: 0;
	margin: 0;
	
	background: transparent;
}

div#nav ul#nav_menu {
	position: absolute;
	display: block; 
	bottom: 0px;
	right: 0px;
	overflow: visible;
	
	padding: 0;
	margin: 0;
	list-style: none;
}

div#nav li {
	position: relative;
	display: block;
	float: left;
	overflow: visible;
	
	margin: 0;
}

div#nav a {
	display: block;
	z-index: -1;

	padding: 0;
	margin: 0px;
	
	color: #666;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
}

div#nav a:hover { 
	text-decoration: none; 
	color: #142F5A;
}

div#nav a.current {
	color: #142F5A;
	background: #fff;
	text-decoration: none;
}

div#nav a.current li a:hover {
	text-decoration: none; 
	color: #142F5A;
}


/* Product Tour nav */
div#tour_nav { 
	position: relative;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
div#tour_nav div.left { 
	position: relative;
	float: left;
	width: 49%;
}
div#tour_nav div.right { 
	position: relative;
	width: 45%;
	margin-left: 52%;
	text-align: right;
}



/* Forms
-------------------------------------------------- */
#verticalForm fieldset {
	display: block;
/*	width: 10em; */
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	border: 0;
	
}

#verticalForm fieldset.radio {
	width: 15em;
	margin: 1em 0 2em 0;
}
#verticalForm fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
}
* html #verticalForm fieldset.radio input {
	margin-top: -2px;
}
#verticalForm fieldset.radio label {
	font-weight: normal;
}

#verticalForm input {
	display: block;
	width: 97%;
	margin-top: 2px;
	font-size: 90%;
}
* html #verticalForm input {
	width: 96%; 
}

#verticalForm legend.img {
	font-weight: bold;
	margin-left: -2px;
	margin-bottom: 5px;
	color: #324b73;
}
* html #verticalForm legend.img {
	margin-left: -9px;
}

#verticalForm label {
	display: block;
	margin-bottom: 0.5em;

	font-weight: bold;
	color: #666666;	
}

#verticalForm label.first {
	padding-top: 1em;
}

#verticalForm select {
	display: block;
}

#verticalForm input.submit.img {
	float: right;
	width: auto;
}
#loginForm {
	width: 155px;
	padding-left: 14px;
	padding-top: 0px;
	font-size: 75%;
}
#loginForm.gen {
	width: auto;
	padding-left: 14px;
	padding-top: 0px;
	font-size: 75%;
}
#loginForm input {
	width: 97.5%;
	margin-bottom: 5px;
	font-size: 80%;
	font-weight: normal;
}
* html #loginForm input {
	width: 96.5%;
}
#loginForm input.img {
	width: auto;
}
#loginForm label {
	font-size: 125%;
	font-weight: bold;
}
div.important {
	font-size: 95%;
	font-weight: bold;
	color: #ff0000;
}
#loginForm dl {
	width: auto; 
	margin: 0;
}
#loginForm dd {
	float: right; 
	margin-top: -12px;
}
#loginForm.gen dd {
	float: right; 
	margin-top: -12px;
	padding-right: 3px;
}

/* Elements Layout & Format */
input.input {
	width: 150px;
	font-size: 12px;
	border: 1px;
	border-style: inset;
	border-color: #999;
	background-color: #ffffdf;
}
input.input.extended {
	width: 240px;
	background-color: #ffffdf;
}
input.input:focus { 
	border: 1px solid #f6821b;
	background-color: #ffffdf; 
}

textarea.textarea {
	width: 150px;
	font-size: 12px;
	border: 1px;
	border-style: inset;
	border-color: #999;
	background-color: #ffffdf;
}
textarea.textarea.extended {
	width: 250px;
}
textarea.textarea.extendedHeight {
	height: 80px;
}
textarea.textarea:focus { 
	border: 1px solid #f6821b;
	background-color: #ffffdf;
}

div.radio input{
	display: inline;
	width: auto;
	border: 0;
	background-color: #fff;
}
select.input  {
	width: 152px;
	font-size: 12px;
	border: 1px;
	border-style: inset;
	border-color: #999;
	background-color: #ffffdf;
}
select.input.long {
	width: auto;
}
.input_small input {
	width: 40px;
}


/* Box
---------------------------------------------- */
/* 	
	prototype taken from http://www.mashhoor.ws/tutorials/roundcorners/
	
	This box can extend across 800px and quite small but if you need a 
	wider box then extend the head_right.gif and foot_right.gif wider.
	The height will depend on the content within the redbox_body 
*/	
div.redbox {
	position: relative;
   	width: auto; /* set a static width here */
   	background: #fff url(../../images/box/round_red/body_left.gif) repeat-y;
}
div.redbox_head { 
   	background: #fff url(../../images/box/round_red/head_right.gif) no-repeat top right;
}
div.redbox_head span{ 
	display: block;
   	height: 27px; /* this is actually the height of the bg image */
   	overflow: hidden;
   	background: transparent url(../../images/box/round_red/head_left.gif) no-repeat top left;
}
div.redbox_head a { /* this is to make header link clickable across the entire width */
	display: block;
	width: auto;
	margin-top: 9px;
	margin-left: 10px;
}
div.redbox_body {
	padding: 10px;
   	background: transparent url(../../images/box/round_red/body_right.gif) repeat-y bottom right;
}
div.redbox_foot {   
   	background: #fff url(../../images/box/round_red/foot_right.gif) no-repeat bottom right;
}
div.redbox_foot span {
	display: block;

   	height: 25px; /* this is actually the height of the bg image */
   	overflow: hidden;
   	padding-right: 12px;
   	text-align: right;
   	background: transparent url(../../images/box/round_red/foot_left.gif) no-repeat bottom left;
}



/* Section Area
--------------------------------------------------*/

/* Page header - Banner */
div#section_banner {
	position: relative; 
	clear: right;
	width: 100%;  /* or set to 800px */
	height: 120px; 
	margin: 0;
	padding: 0;
}
div#section_banner_main {
	position: relative; 
	clear: right;
	width: 100%;  /* or set to 800px */
	height: 142px; 
	margin: 0;
	_margin: 0 0 -10px 0;
	padding: 0;
}
div#section_banner div#banner,
div#section_banner_main div#banner{
 	position: relative; 
	width: auto;
	margin: 0; 
	padding: 0;
}
div#section_banner div#login,
div#section_banner_main div#login {
	position: absolute;	
	top: 0px;
	width: 179px;
	height: 142px;
	margin-left: 555px;
	padding: 15px 23px 10px 23px;
	background: transparent url(../../images/bg/bg_main_login.gif) left top repeat-x;
}

/* Sales - DomainSponsors / DS */
div#section_sales {
	position: relative;
	height: 99px; 
	width: 100%;  /* or set to 800px */
	margin: 0;
	padding: 0;
	font-size: 90%; 
	border-top: 1px solid #fff; 
}
div#section_sales div#main {
 	position: relative; 
	top: 0px;
	width: auto;
	margin: 0; 
	padding: 0;
	border-top: 7px solid #cf5004;
}
div#section_sales div#sub {
	position: absolute;	
	top: 0px;
	width: 225px;
	height: 92px;
	margin-left: 555px;
	padding: 0;
	border-top: 7px solid #fc7200;
}

/* Information - News, Events, Testimonials */

div#section_features #section_news div#main #leftcontent_btm {
	position: relative;
	float: left;
	width:246px;
	
}
div#section_info {
	position: relative;
	width: 100%;  /* or set to 800px */
	margin: 0;
	padding: 0;
	font-size: 80%;
	border-top: 0px solid #fff; 
}
div#section_info div#news {
 	position: relative; 
	float: left;
	width: 490px;
	margin: 0; 
	padding: 0;
	padding-left: 13px;	
}
div#section_info div#news h4,
div#section_info div#testimonials h4{
	margin-bottom: 10px;
	font-size: 120%;
	color: #cf5004;
}
div#section_info div#testimonials {
	position: relative;	
	width: 235px;
	margin-left: 505px;
	padding-left: 10px;
	padding: 0;
}
div#section_info.comp {
	font-size: 100%;
	padding-top: 6px;
}
div#section_info.comp div#left {
	position: relative;
/*	width: 350px; */
	margin-right: 190px;
	border-right: 1px dashed #ccc;
}	
div#section_info.comp div#right {
	position: relative;
	float: right;
	width: 180px;
}	

/* Information - Advertisers and Publishers */
div#section_features {
	position: relative;
	width: 100%;
	font-size: 80%;
}
div#section_features div#main {
	position: relative;
	float: left;
	width: 502px;
	padding-top: 30px;
	/*padding-top: 10px;
	padding-right: 15px;*/
}
div#section_features div#main #leftcontent {
	position: relative;
	float: left;
	width:246px;
	background:#fff;
}
div#section_features div#main #centercontent {
	position: relative;
	width:245px;
	margin-left: 257px;
	_margin-left: 253px;
	padding: 0;
}
/*div#section_features #rightcontent {
	position: relative;
	width:246px;
	margin-left: 514px;
	_margin-left: auto;
	background:#fff;
}*/
div#section_features  h4{
	margin-bottom: 10px;
	font-size: 120%;
	color: #cf5004;
}

/* General Content Wrapper */
div#section_gen {
	position: relative;
	clear: left;
	width: 750px;
	padding: 15px;
	background:#eee;
}


/* Sidebar
--------------------------------------------------*/

/* 1st level */
div#gen_sidebar {
	position: absolute; /* using relative will have this weird effect in IE... causing the content right of it to shift right a few pixels */
	float: left;
	left: 15px;
	width: 150px;
}
div#gen_sidebar ul {
	position: relative;
	width: 150px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin:  -1px 0 0 0;
	padding: 15px 0 0 0;
	background: #4d7a9e;
}
* html div#gen_sidebar ul {
	margin-bottom: -10px;
}
div#gen_sidebar li { 
	position: relative;
	margin-left: 0px;
	margin-bottom: 12px;
	_margin-bottom: 2px;
	padding: 0;
	text-align: right;
}
div#gen_sidebar li a.active {
	position: relative;
	display: block;
	padding: 0 25px 0 0;
	font-size: 90%;
	color: #fff;
	text-decoration: none;
	background: transparent url(../../images/icon/side_arrow_right.gif) right bottom no-repeat;
}
* html div#gen_sidebar li a.active {
	padding: 0 25px 2px 0;
	margin-bottom: -8px;
	background: transparent url(../../images/icon/side_arrow_right.gif) right bottom no-repeat;
}
div#gen_sidebar li a.current {
	position: relative;
	display: block;
	padding: 3px 25px 1px 0;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: transparent url(../../images/icon/side_current.gif) right bottom no-repeat;
}
* html div#gen_sidebar li a.current {
	margin-bottom: -5px;
	padding: 0 25px 0 0;
	background: transparent url(../../images/icon/side_current.gif) right bottom no-repeat;
}
div#gen_sidebar li.div {
	height: 1px;
	padding: 0px;
	margin: -3px 25px 3px 10px;
	background: transparent url(../../images/div/side_dots.gif) right no-repeat;
} 
* html div#gen_sidebar li.div {
	margin-top: -6px;
	margin-bottom: -6px;
}

div#gen_sidebar li a:hover {
	text-decoration: none;
	color: #16325f; 
}
div#gen_sidebar li img {
	padding-right: 20px;
} 
div#gen_sidebar li.unique {
	margin-left: -3px;
	font-size: 110%;
	color: #fff;
	text-align: center;
} 
div#gen_sidebar li.unique a {
	font-weight: bold;
	color: #fff;
}
div#gen_sidebar li.unique a:hover {
	text-decoration: none;
	color: #16325f; 
}
div#gen_sidebar li a.current, 
div#gen_sidebar li a:hover.current { font-size: 90%; font-weight: bold; }

/* 2nd level */
div#gen_sidebar ul ul.sidebar_sub {
	position: relative;
	display: block;
	padding: 0;
	padding-top: 5px;
	margin-bottom: 10px;
	border: 0;
	background: #4d7a9e;
}
* html div#gen_sidebar ul ul.sidebar_sub {
	margin-bottom: 2px;
	margin-top: 10px;
}
div#gen_sidebar ul ul.sidebar_sub li {
	height: auto;
}
* html div#gen_sidebar ul ul.sidebar_sub li {
	height: 10px;
}
div#gen_sidebar ul ul.sidebar_sub li a.active {
	position: relative;
	margin: -5px 15px 0 0;
	padding: 0px 10px 0 0;
	font-size: 80%;
	color: #ddd;
	background: transparent url(../../images/nav/sidebar_sub_arrow.gif) right top no-repeat
}
div#gen_sidebar ul ul.sidebar_sub li a.current {
	position: relative;
	display: block;
	margin: -5px 15px 0 0;
	padding: 0px 10px 0 0;
	font-size: 80%;
	font-weight: bold;
	background: transparent url(../../images/nav/sidebar_sub_current.gif) right top no-repeat
}
div#gen_sidebar ul ul.sidebar_sub li a:hover.active,
div#gen_sidebar ul ul.sidebar_sub li a:hover.current {
	font-size: 80%;
	color: #16325f; 
}

/* 3rd level */
div#gen_sidebar ul ul.sidebar_sub ul.sidebar_sub2 {
	position: relative;
	display: block;
	padding: 0;
	margin: 10px 0;
	padding-top: 2px;
	border: 0;
	background: #4d7a9e;
}
* html div#gen_sidebar ul ul.sidebar_sub ul.sidebar_sub2 {
	margin-top: 15px;
	margin-bottom: -5px;
}
div#gen_sidebar ul ul.sidebar_sub ul.sidebar_sub2 li {
	height: 15px;
}
* html div#gen_sidebar ul ul.sidebar_sub ul.sidebar_sub2 li {
	margin-top: -2px;
	height: 10px;
}
div#gen_sidebar ul ul.sidebar_sub ul.sidebar_sub2 li a.active {
	position: relative;
	display: block;
	margin: -12px 9px 0 0;
	padding: 0 10px 0 0;
	color: #ddd;
	background: transparent;
}
div#gen_sidebar ul ul.sidebar_sub ul.sidebar_sub2 li a.current {
	position: relative;
	display: block;
	margin: -12px 9px 0 0;
	padding: 0 10px 0 0;
	font-weight: normal;
	background: transparent;
}

div#gen_sidebar ul ul.sidebar_sub ul.sidebar_sub2 li a:hover.active,
div#gen_sidebar ul ul.sidebar_sub ul.sidebar_sub2 li a:hover.current {
	font-size: 80%;
	color: #16325f; 
}

div#gen_sidebar .ads {
	position: relative;
	display: block;
	height: 71px;
	width: 150px;
	margin: 5px 0 0 0;
}


/* Divider */
hr.div {
	position: relative;
	width: 150px;
	h\eight: 4px;						/* hide from Opera 8 */
	border-left: 0;
	border-right: 0;
	border-bottom: 4px solid #f98b30;
	border-top: 1px solid #fff;
	margin: -1px 0 0 0;
	padding: 0px;
}
* html hr.div {
	height: 5px;
	margin: 0px;
}

