/* CSS Document */

a:link    {color:#000000; background-color:transparent; text-decoration:none}
a:visited {color:#000000; background-color:transparent; text-decoration:none}
a:hover   {text-decoration:underline;}
a:active  {color:#B5B5B5; background-color:transparent; text-decoration:none}

#container-menu{ 
	margin-top:50px;
	margin-left: 200px;
}

.menu {
	float: left;
	padding: 0;
	margin: 2em 0;
}

.menu li {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 1px;
	font-size: 1.2rem;
}

.menu li a {
	display: block;
	width: 100%;
	height: 23px;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;

	/*background: -webkit-linear-gradient(#FFF, #B5B5B5); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#FFF, #B5B5B5); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#FFF, #B5B5B5); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(#FFF, #B5B5B5); /* Standard syntax */
}

.menu a:hover, .menu li.active a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	/*color: #000;*/
	/*background: transparent;*/

	/*background: -webkit-linear-gradient(#B5B5B5, #FFF); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#B5B5B5, #FFF); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#B5B5B5, #FFF); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(#B5B5B5, #FFF); /* Standard syntax */
}
