/* mainnav*/
.dropmenudiv {
	position: absolute;
	text-align: left;
	font: normal 12px Verdana; 
	line-height: 22px;
	z-index: 100;
	background-color: #D6D8DA; 
	/* for IE */
  	filter:alpha(opacity=95);
  	/* CSS3 standard */
  	opacity:0.95;
	width: 200px;
	visibility: hidden;
	left: 778px;
	top: 97px;
	}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 16px;
	border-bottom: 1px solid #F2F2F2;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #4D525B;
	}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	}
.dropmenudiv a:hover{
	background-color: #5C616A;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	}
/* buttons*/
.btnProducts {
	width:113px;
	height: 43px;
	background: url(../img/common/nav/bt_solutions.jpg) no-repeat;
	}
.btnProducts:hover {
	background: url(../img/common/nav/bt_solutions_r.jpg) no-repeat;
	}

