body {
 margin:0; 
 padding:0;
}
 html .monelementbogue { 
 height: 1%; 
 }

#tab1 { 	
	position:absolute;
	left:225px;
} 
#menu {
width:225px; 
text-align:center; 
position:fixed; 
left:0; top:0;
float:left; 
}
 
.box { 
position:relative; 
}
#menu a, #menu a:visited { 
background-color:#CD3301;
color:#FFFFFF; 
display:block;
width:200px; 
height:28px; 
font-weight: bold; 
font-size:16px; 
border:0px solid #fff; 
padding: 12px; 
}
* html #menu a, * html #menu a:visited {
width: 225px; 
height:28px; 
height:28px;  
}
#menu a span { 
display:none; 
}
#menu a:hover { 
border:1px solid #ccc; 
}
#menu a:hover span.left, #menu a:hover span.right { 
display:block; 
position:absolute; 
height:0; 
width:0; 
border-top:8px solid #fff; 
border-bottom:8px solid #fff; 
}
#menu a:hover span.left { 
left:13px; 
top:15px; 
border-left:8px solid #c00; 
}
#menu a:hover span.right { 
left:210px; 
top:15px; 
border-right:8px solid #c00; 
}
* html #menu a:hover span.left, * html #menu a:hover span.right {
width:8px; 
height:20px; 
width:0; 
}
#menu a:hover span.lk { 
display:block;
position:absolute;
left:225px; 
top:0; 
padding:10px; 
width:250px; 
background-color:#CCFFFF; 
color:#000; 
border:1px solid #CD3301; 
}