@CHARSET "ISO-8859-1";

#classic_menu {
	background-image: url('../img/watermark/watermark-sphere-small.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	
	text-align: center;
}

#classic_menu table {
	display: inline-block;
	margin: 0.5em 1.5em;
}

#classic_menu table td {
	text-align: left;
	vertical-align: top; 
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 1.5em;
}

#classic_menu table tr td:first-child {
	margin-left: 1.5em;
}

#classic_menu table tr td:last-child {
	margin-right: 1.5em;
}

#classic_menu .section {
	/* margin-bottom: 1.5em; * Old Style */
	
	width:100%;
}

#classic_menu .section .title {
	/* margin-bottom: 0.5em; * Old Style */
	
	/* margin-bottom: 0.25em;
	padding: 0.25em 0.5em; */
	
	font-weight: bold;
	
	height: 16px;
	padding: 3px 6px;
	margin-bottom: 3px;
	border: 1px solid Transparent;
}

#classic_menu .section .item {
	/* padding: 0.15em 0.3em; * Old Style */
	/* margin-bottom: 0.1em; * Old Style */
	
	height: 16px;
	padding: 3px 6px;
	margin-bottom: 3px;
	border: 1px solid Transparent;
	
	cursor: pointer;
	white-space: nowrap;
}

#classic_menu .space {
	/* height: 2.2em; */
	/* height: 2.091em; */
	height: 24px;
	margin-bottom: 3px;
}

#classic_menu .section .item:hover {
	border: 1px solid gray;
	background: rgb(179,190,173); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(179,190,173,1) 0%, rgba(223,229,215,1) 60%, rgba(252,255,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,190,173,1)), color-stop(60%,rgba(223,229,215,1)), color-stop(100%,rgba(252,255,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(179,190,173,1) 0%,rgba(223,229,215,1) 60%,rgba(252,255,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(179,190,173,1) 0%,rgba(223,229,215,1) 60%,rgba(252,255,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(179,190,173,1) 0%,rgba(223,229,215,1) 60%,rgba(252,255,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(179,190,173,1) 0%,rgba(223,229,215,1) 60%,rgba(252,255,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3bead', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
}

#classic_menu .nav {
	text-align: center;
	vertical-align: middle;
	padding: 0.75em 0em;
	margin: 0.75em 0em;
	background: rgba(0,0,0,0.1);
	border: 1px solid #7cb0dd;
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
	border-radius: 0.75em;
}

#classic_menu .nav button {
	width: 6em;
	height: 1.75em;
}
#classic_menu .nav button:first-child {
	margin-left: 1em;
}
#classic_menu .nav button:last-child {
	margin-right: 1em;
}

#classic_menu .nav input {
	height: 1.5em;
	width: 16em;
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
	border-radius: 0.75em;
	border: 1px solid #7cb0dd;
	background: #EFEFEF;
	margin: 0em 1.5em;
	text-align: center;
}
