/*CSS Document

*  CSS del Portal de Gobierno del estado de Colima
*  MAQUETACIÃƒâ€œN >> Estructura del sitio
*  Autor: DirecciÃƒÂ³n de Gobierno ElectrÃƒÂ³nico
*/
/*- Menu 2--------------------------- */
body {
	behavior: url(csshover.htc);
}
 
ul {
	list-style:none;
	margin: 0;
	padding: 0;
	}
	
img {
   	border: none;	
} 

	
#menu2 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 189px;
	margin:0px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 0px;
	border-width: 0px;
	
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #333333;
	display: block;
	background:  url(../images/menu2.gif);
	padding: 8px 0 0 30px;
	}
	
#menu2 li a:hover {
	color: #009933;
	background:  url(../images/menu2.gif) 0 -32px;
	padding: 8px 0 0 32px;
	}
	
#menu2 ul li {
	display: block; /* Make a menu item a block (height 100%, width 100%) */
	height:100%;
	width:100%;
	position: relative;
	float:left; /* Make sure (in IE) there is no margin between the menu items */	
}



