* html img{
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "css/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

* html .filter {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/bg-image-new.png', sizingMethod='crop');
}
* html .login_input {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/input.png', sizingMethod='crop');
}

form {border:0; outline:0; vertical-align:baseline; background:transparent; margin: 0; padding: 0;}
p {margin: 0px;}
body {
	background-color: #cccccc;
	font-size: 10px;
	margin:0;
	padding:0;
	font-family: Tahoma;
	font-size: 11px;
	list-style-image: url('bullet.gif');

}
a, a:visited { color: #669900; }
a:hover { text-decoration: none; }
img{ border:0px; }
#ee{
	background-image: url('bg-image-new.png');
	background-position:10% 0;
	background-repeat: no-repeat;
	vertical-align: top;
	z-index: -1;
}
* html #ee{
/*
	background-image: none;
*/
}
#fake-body {  
	overflow:auto;  
/*
	z-index:1;
*/
}  
  
#footerdiv {  
	height:57px;  
	background-image: url('bg_footer.png');
	background-repeat: repeat-x;
/*
	z-index:100;  
*/
	width:100%;  
}  

.menu_selected  { color: #336600 !important ;}
span.menu_separator{
	background-image: url('menu_separator.gif');
	height: 21px;
	width: 1px;
	font-size: 1px;
	display: block;
	float: left;
}
#menu a{
	float: left;
	color: #999999;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	font-family: "Tahoma", "Verdana";
	font-weight: bold;
}


.foot_t{
	margin: 0 auto;
	margin-top: 13px;
	font-size: 11px;
	width: 80%;
	color:#666666;
}
.foot_t, .foot_t title{ font-size: 11px; }

*+html .foot_t input{
	border:0px;
	height: 12px;
	padding-bottom: 0px;
	font-size: 10px;
}

.lang a{	font-size: 11px; text-transform: uppercase;	color: #848484;	text-decoration: none;}
.lang a:hover{ text-decoration: underline;}
.login_input{ border: none; background-image: url("input.png");	background-repeat: no-repeat; background-color: transparent; padding-left: 2px;	padding-right: 2px;	font-size: 10px; width: 82px; height: 17px; }
* html .login_input{ background-image: none; }
.index_titles{ width: 50%; color: #2d5a00; font-size:20px; }
