@charset "UTF-8";
ul.dd, ul.dd li, ul.dd ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	
}

ul.dd {
	text-transform: capitalize;
	font-weight: normal;
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 0px;

}

ul.dd li {
	line-height: 15px;
	float: left;
	padding-top: 7px;
	padding-right: 18px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
}

ul.dd li.hover, ul.dd li:hover {
	position: relative;
	z-index: 599;
	cursor:default;
	height:23px;
	background-color: #666666;
	
}

ul.dd ul {
	/*visibility: hidden;
	position: absolute;
	z-index: 598;
	width: 160px;
	left: 0px;
	top: 100%;
	margin-top: 1px;*/
}

ul.dd ul li {
	/*float: none;
	font-weight: normal;*/
	/*background-color:#00F;
	background-image: -moz-linear-gradient(100% 140% 90deg, #151B8D, #2B65EC);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2B65EC), to(#151B8D));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#151B8D, endColorstr=#2B65EC);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#151B8D, endColorstr=#2B65EC)";
*/
	/*background-color: #5671A8;
	background-repeat: no-repeat;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #5671A8;*/
}

ul.dd ul ul {
	/*left: 99%;
	top: 1px;*/
}

ul.dd li:hover > ul {
	/*visibility: visible;*/
}

ul.dd a:link {
	color: #FFF;
}

ul.dd a:visited {
	color: #FFF;
}
/*-------backgroung of menu words color--------*/
ul.dd a:hover {
	color: #FFF;
	
}

ul.dd a:active {
	color: #FFF;
}

ul.dd *.dir {
	/*padding-right: 20px;
	background-image:url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 95% 70%;*/
}

/* -- Components override -- */

ul.dd ul *.dir {
	/*padding-right: 15px;
	background-image:url(../images/arrow-right-white.png);
	background-position: 99% 50%;
	background-repeat: no-repeat;*/
}

/* text links
----------------------------------------------*/

@media screen and (max-width: 1024px){
	
/*ul.dd, ul.dd li, ul.dd ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	font-family: "Arial Black", Gadget, sans-serif;
	
}	*/




}

/* text links
----------------------------------------------*/
@media screen and (max-width: 768px) {

ul.dd, ul.dd li, ul.dd ul {
	/*margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;*/
	/*font-family: "Arial Black", Gadget, sans-serif;*/
	
}
ul.dd li {
	/*/*line-height: 10px;
	float: left;
	zoom:1;
	padding-top: 7px;
	padding-right: 8px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C03;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	padding-bottom: 5px;
	background-color: #5671A8;
	padding-left: 10px;*/
	/*width:auto;*/
	
}

/* text links
----------------------------------------------*/
@media screen and (max-width: 480px) {

/*ul.dd, ul.dd li, ul.dd ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	font-family: "Arial Black", Gadget, sans-serif;*/
	
}




}/* CSS Document */

