ul.sdt_menu{
	margin:0;
	padding:0;
	list-style: none;
/*	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;*/
	font-size:13px;
        min-width: 1190px;
    //    background: red;
        
}

ul.sdt_menu .active {
    
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(238, 238, 238)),
	color-stop(1, rgb(175, 175, 175))
);
background-image: -o-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(175, 175, 175) 100%);
background-image: -moz-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(175, 175, 175) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(175, 175, 175) 100%);
background-image: -ms-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(175, 175, 175) 100%);
background-image: linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgb(175, 175, 175) 100%);
    
}







ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:left;
	width:170px;
	height:85px;
	position:relative;
	cursor:pointer;
        width: 12.5%;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:85px;
	z-index:12;
/*	background:transparent url(../images/overlay.png) no-repeat bottom right;*/
/*        background: #343434;*/
/*background-color: #110C72;*/
/*	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;*/
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:170px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
/*	background:#111;*/
        background: #BCBABA;
	top:85px;
	width:170px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
/*	margin-left:15px;*/
    padding: 0 18px;
    text-align: center;
/*    text-shadow: 1px 1px 1px #000000;*/
    text-transform: uppercase;
    width: 130px;
    font-weight: bold;
}
ul.sdt_menu li span span.sdt_link{
/*	color:#fff;*/
	color:#231F20;
        font-size:13px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color:#0B75AF;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background:#000;
        
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#0B75AF;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}
