@media screen{
	
	.mainMenu {
	  position: relative;
	  background-color: #FFFFFF;
	  border-left: 1px solid #CCC;
	  border-top: 1px solid #FFFFFF;
    left:5px;
    top:0px;
	 
	  
}	
	#menuList {
	  margin: 0px;
	  padding: 15px 0px 5px 0px;
	}
	
	li.menubar {
	  background: url(../images/plus.gif) no-repeat 0em 0.2em;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
	  color: #0087ff;
	  font-weight: bold;
	  text-align: justify;
	  text-decoration: none;
	  line-height: 1.2em;    
	  list-style: none outside;
	}
	
	.menu, .submenu, .submenuServ {
	  display: none;
	  margin-left: 10px;
	  padding: 0px;
	}
	
	.menu li, .submenu li, .submenuServ li {
	  /*background: url(../images/transparent.gif) no-repeat 0em 0.2em;*/
	  list-style: none outside;
	  /*font-weight: normal;*/
	  font-style: oblique;
	}
	
	.submenu li{
		font-style: oblique;		
		color: #7c7c7c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	  font-style: normal;
	  font-weight: normal;
	}
		
	.submenuServ li{
    font-style: oblique;		
		color: #7c7c7c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	  font-style: normal;
	  font-weight: bold;
  }
  
  .greyText, .greyText2 {
		font-style: oblique;		
		color: #7c7c7c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	  font-style: normal;
	  font-weight: normal;
	}
	
	a.actuator {
	  background-color: transparent;
	  color: #7c7c7c;
	  font-size: 10px;
	  padding-left: 5px;
	  text-decoration: none;
	}
	
	a.actuator:hover {
	  text-decoration: underline;
	}
	
	.menu li a, .submenu li a, .submenuServ li a {
	  background-color: transparent;
	  color: #7c7c7c;
	  font-size: 10px;
	  padding-left: 5px;
	  text-decoration: none;
	}
	
	.menu li a:hover, submenu li a:hover, submenuServ li a:hover {
	  /*border-bottom: 1px dashed #000;*/
	  text-decoration: underline;
	}
	
	span.key {
	  text-decoration: underline;
	}
	
  .button{ 
    font-size:10px;
    margin-top:2px;
    margin-bottom:0px;
    margin-left:0px;
    border-top:1px solid #666;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    border-left:1px solid #666;
    clear:right;
    padding:2px;
    border:1px solid #ccc;
    background:#fff;
    padding:2px;
    color:#444;
  }
  
  .divInfo{
    position:relative;
	  width:190px;
	  margin-left:0px;
	  padding:5px;
	  border:1px solid #eee;
   }
  
  .buttonRadio{
    border:0px;
   }
  
  .realceText {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  font-style: normal;
	  font-weight: normal;
	  /*color: #7c7c7c;*/
	  color: black;
	  text-align: justify;
	  text-decoration: none;
	  background: #F99B0C;
   } 
   .orangeText {
  font-style: oblique;		
	color: #F99B0C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
 }
}
