.ClassLeft{
	right:-31px;
	position:absolute;
	z-index:999;
}
.ClassLeft2{
	right:5px;
/*	position:absolute;*/
}
.ClassLeft3{
	right:0px;
/*	position:absolute;*/
}
.dropdown {
	float:left;
	font-size:1px;
	margin:0;
	padding:0;
	position:relative;	
}
.dropdown dt {
	/*width:108px;*/ 
	font-weight:bold; 
	cursor:pointer; 
	position:relative;
}
.dropdown dd {
	/*border:1px red solid;*/
	position:absolute;
	z-index:999; 
	top:40px;
	overflow:hidden;
	/*width:178px; width:171px;*/
	display:none;
	/*background-color:#FFFFFF;*/
	opacity:0;
	left:0px;
	margin-left:-30px;
	padding:0;
	margin:0;
	background-image:url(../images/menu-grad.png);
	background-repeat:repeat-y;
	width:171px;
}

.dropdown ul {
	width:auto;  
	list-style:none;
	border-top:none;
	margin:0;
	padding:0;
	
}
.dropdown li {
	display:inline;
	font-size:12px;
	font-family:tahoma;
	color:#747575;
	text-align:center;
	width:171px;
	text-align:center;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
 	text-decoration:none; 
	color:#747575; 
	/*margin:0px 0px 0px 10px !important;
	margin:0px 0px 0px 0px;*/
}

.dropdown a:hover { 
	color:#cc0000;
	/*margin:0px 0px 0px 10px !important;
	margin:0px 0px 0px 0px;*/
	
}

.dropdown .underline {
	border-bottom:1px dashed #BCBCBC;
	/*width:145px !important;*/
	width:150px;
	padding:7px 0px 7px 0px !important;
	padding:7px 5px 7px 0px;
	text-align:center;
	margin:0px 0px 0px 10px !important;
	margin:0px 0px 0px 0px;
}
.dropdown .underline2 {
	/*margin-left:5px;*/
	padding:7px 0px 7px 5px !important;
	padding:7px 5px 7px 0px;
	width:145px !important;
	width:150px;
	margin:0px 0px 0px 7px !important;
	margin:0px 0px 0px 0px;
	text-align:center;
}
