@charset "utf-8";
/* CSS Document */

nav_11  {
	display: block;
	width: 100%;
	overflow: hidden;
}

nav_11 ul {
	padding: 0.3em;
	float: left;
	list-style: none;
	/*border-radius: 0.5em;*/
	box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
	background-color: rgba(51,51,51,0.2);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	/*height: 52px;*/
	width: 100%;
}

nav_11 li {
	float: left;
}

nav_11 a {
	float: left;
	text-decoration: none;
	color: #555;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	letter-spacing: 1px;
	text-transform: none;
	border-width: 1.5px;
	border-style: solid;
	border-color: #fff #ccc #999 #eee;
	background: #c1c1c1;
	background: linear-gradient(#f5f5f5, #c1c1c1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	padding-top: 0.8em;
	padding-right: 1.7em;
	padding-bottom: 0.8em;
	padding-left: 1.6em;
	vertical-align: middle;
	text-align: center;
	/*height: 44px;*/
 }
 
nav_11 a:hover, nav a:focus {
	outline: 0;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	background: #999999;
}

nav_11 a:active {
    box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
}
 
nav_11 li:first-child a {
    border-left: 0;
    /*border-radius: 4px 0 0 4px;*/            
}

nav_11 li:last-child a {
    border-right: 0;
    /*border-radius: 0 4px 4px 0;*/            
}
