


#header_logo{
float:left;
margin-left:-70px;
}

.image_raw{
margin-top:5px;
margin-left:1px;
margin-right:1px;

}

.trovestyle{
font-size : 13px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.bgmenu{
margin-top:10px;
}

/*.trovestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}*/

/*.trovestyle ul{
height:58px;
background: url(images/menu_bg.png) no-repeat; /*THEME CHANGE HERE*/
/*background-color:#006699;
margin-top:15px;
text-align: center; /*set value to "left", "center", or "right"*/
/*}*/

/*.trovestyle ul li{
display: inline;
}*/

/*.trovestyle ul li a{
color: #e7e7e7;
padding: 7px 7px;
text-decoration: none;
border-right: 0px solid #DADADA;
}*/

.trovestyle ul li a:hover, .trovestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
text-align:left;
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #3d3d3d;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: e7e7e7;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #373737;
}

/* stickyfloat for ads*/
#stickyfloat_left {
	left:0px;
	width:160px;
	height:600px;
}

#stickyfloat_right {
	right:0px;
	width:160px;
	height:600px;
}

.ads_left {width:100%; height:100%; position:relative;}

#tracker_ads {
	float:right;
	right:0px;
	height:0px;
	}


#ads_float_right {
	right:0px;
	float:right;
	width:160px;
	height:0;
}


.ads_marging_space {
min-width:1300px;
}

