@charset "UTF-8";
/* CSS Document */

.dropdownmenu{ /*Auto assigned by jquery-menu*/
	margin-top: -8px;
	
	border: solid #333;
	border-width: 2px;
	border-radius: 4px;	
	overflow-x: hidden;
	background-color: darkslategrey;
	
	 -webkit-box-shadow: -4px 4px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    -4px 4px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         -4px 4px 5px 0px rgba(50, 50, 50, 0.2);
}

.idb_menu{
	padding: 2px 1px 1px 1px;
	min-width: 150px;
	font-size: 14px;
}

.idb_menu li{
	padding: 6px;
	border-radius: 2px;
	margin: 0px 1px 2px 1px;
	height: 1.5em;
	line-height: 1.5em;
	vertical-align: middle;
	
	border: thin solid #AAA;
}

.idb_menu li *{
	line-height: 20px;
	vertical-align: middle;
}

.idb_menu li img{
	vertical-align: middle;
	height: 20px;
}

.idb_menu li, .menu_link:visited, .menu_link:active, .menu_link{
	color: white;
}

.idb_menu li:not(.ddmtitle):not(.ddmspacer):hover, .idb_menu li:not(.ddmtitle):not(.ddmspacer):hover a{
	background: rgb(246,248,249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	
	color: black;
	cursor: pointer;
}

.idb_menu .ddmtitle{
	font-size:larger;
	font-weight: bold;
	color: white;
}

.ddmspacer{
	font-size: 4px;
	height: 6px;
}

.ddmcolumn{
	float: left;
	display: inline;
}

.menu_image_right{
	display: inline; 
	float: right;
}

.attached_buttons{
	width: auto;
	height: auto;
	padding-right: 2px;
	vertical-align: middle;
	background-color: darkslategrey;
	border: 3px solid darkslategrey;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	position: absolute;
	top: 3px;
	left: 3px;
	text-align: left;
	z-index: 5000;
	display:none;
}

.attached_buttons-inner-container{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: thin solid #AAA;
	border-radius: 8px;
	margin: 0px 1px 1px 0px;
	position: relative;
}

.attached_buttons a{
	display: inline;
	float: left;
	margin-left: 5px;
}

.attached_buttons img{
	margin-left: 5px;
	vertical-align: middle;
}
