/**{
	margin:0;
	padding:0;
}*/
#menu{
	width:200px;
	margin:20px auto 0 auto;
	position:relative;
}
.menu{
	height:18px;
	width:200px;
	padding:2px 0;
	background:#02B4B4;
	text-align:center;
}
.menu a{
	display:block;
	width:100%;
	height:100%;
	color:#010765;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:#02B4B4;
}
.menu a.medium {
	color:#010765;
	font-size:14px;
}
.menu a.big {
	color:#0084FF;
	font-size:16px;
}
.menu a:hover, .menu a:active, .menu a:focus{
	background:#FDED01;
}
#menu10 {
    width: 12em;
    /*border-right: 1px solid #000;*/
	margin:20px auto 0 auto;
    /*padding: 0 0 1em 0;*/
    margin-bottom: 1em;
    font-family: 'Trebuchet MS', 'Lucida Grande',
       Verdana, Lucida, Geneva, Helvetica,
       Arial, sans-serif;
    background-color: #90bade;
    color: #333;
	position:relative;

   }
#menu10 ul {
    list-style: none;
    margin:0;
   padding:0;
    border: none;
}

#menu10 li {
    border-bottom: 1px solid #90bade;
    margin: 0;
   }
#menu10 li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    background-color: #2175bc;
    color: #fff;
    text-decoration: none;
    width:100%;
}

/*html>body#menu10 li a {
    width: auto;
   }
*/
#menu10 li a:hover {
    border-left: 10px solid #1c64d1;
    border-right: 10px solid #5ba3e0;
    background-color: #2586d7;
    color: #fff;
   }
#webcams1 #menu10-w1 a, #webcams2 #menu10-w2 a,#webcams3 #menu10-w3 a, 
#liens #menu10-li a, #index #menu10-in a,#livre #menu10-lo a
{
  background:#00ff7f;  /*#e35a00*/
  color:#fff;
  /*text-shadow:none;*/
}

#webcams1 #menu10-w1 a:hover, #webcams2 #menu10-w2 a:hover, #webcams3 #menu10-w3 a:hover, 
#liens #menu10-li a:hover, #index #menu10-in a:hover
{
  background:#e35a00; 
}
#menu10 a:active 
{
   background:#e35a00;
   color:#fff;
}
