.navigation .submenu{
	margin:0px;
}
.navigation .submenu li{
	display : inline-block;
	margin-right:5px;
	border:1px silver solid;
	border-radius:4px;
	padding:4px 10px 4px 10px;	
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a8d3ff+0,88bff7+44,65a9ed+100&1+0,0.89+100 */
background: -moz-linear-gradient(top, rgba(168,211,255,1) 0%, rgba(136,191,247,0.95) 44%, rgba(101,169,237,0.89) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(168,211,255,1) 0%,rgba(136,191,247,0.95) 44%,rgba(101,169,237,0.89) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(168,211,255,1) 0%,rgba(136,191,247,0.95) 44%,rgba(101,169,237,0.89) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d3ff', endColorstr='#e365a9ed',GradientType=0 ); /* IE6-9 */	
}

.navigation .submenu li.active{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcdfaa+0,fac584+100 */
background: rgb(252,223,170); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,223,170,1) 0%, rgba(250,197,132,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(252,223,170,1) 0%,rgba(250,197,132,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252,223,170,1) 0%,rgba(250,197,132,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdfaa', endColorstr='#fac584',GradientType=0 ); /* IE6-9 */	
}

.navigation .submenu li:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fedada+0,fec0c0+45,ffa3a3+100&0.9+0,0.9+100 */
background: -moz-linear-gradient(top, rgba(254,218,218,0.9) 0%, rgba(254,192,192,0.9) 45%, rgba(255,163,163,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(254,218,218,0.9) 0%,rgba(254,192,192,0.9) 45%,rgba(255,163,163,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(254,218,218,0.9) 0%,rgba(254,192,192,0.9) 45%,rgba(255,163,163,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fedada', endColorstr='#e6ffa3a3',GradientType=0 ); /* IE6-9 */
}


.navigation .submenu a {
	font-weight:bold;
	color:brown;
	text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
}
.navigation .submenu a:hover {
	background:none;
}