@charset "UTF-8";
/* CSS Document */
a.ioem1 {
	height:30px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	color:#FFF;
	float:left; 
	background-image:url(../images/menu/button_live_onep.png);
	background-repeat: repeat-x;
	width:150px;
	line-height: 15px;
	border-right:#FFFFFF solid 1px;
	font-size:100%;
	font-weight:bold;
}
a:hover.ioem1 { 
	background-image: url(../images/menu/button_over_1px.png);
	background-repeat:repeat-x;
	color:#FFF;
	}
a:active.ioem1 { 
	background-image:url(../images/menu/button_live_onep.png);
	background-repeat: repeat-x;
	}
a.nada {
	background-image: url(../images/menu/button_over_1px.png);
	background-repeat: repeat-x;
	height:30px;
   	text-decoration:none;
   	text-align:center;
   	vertical-align:middle;
   	color:#000;
   	float:left;
	width: 194px;
   	line-height: 15px;
	}
*.small {
	font-size:80%;
	font-weight:normal;
	}