.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

div.menu
{
	background-color: #999999;
	float: left;
	width: 100%;
	margin:0px;
	height:22px;
	overflow:hidden;
}
div.menu, div.subMenu
{
	font-family:  'Arial';
	font-weight: normal;
	font-size: 12px;
}

div.tabMenuSelected
{	
	line-height: 22px;
	margin:0px;
}
div.tabMenu
{
	
	line-height: 21px;
	margin:0px;
}
div.tabSubMenu,
div.tabSubMenuSelected
{
	line-height:18px;
}

div.tabMenuSelected
{
	height: 100%;
	background-image: url(/images/sombra-menu-superior.jpg);
	background-repeat: repeat-x;
}

div.subMenu
{	
	text-align:center;	
	float:right;
	font-family: 'Arial';	
	font-weight: normal;
	font-size:12px;	
	color:	#232323;
	margin-top:1px;
}

div.tabSubMenu
{
	background-color: inherit;	
	text-align: center;
	margin-top:1px;
}

div.tabSubMenuSelected
{
	height: 100%;
	background-image: url(/images/sombra-menu-inferior.jpg);
	background-repeat: repeat-x;
	margin-top:2px;
}

div.menu a.menu
{
	text-decoration:none;
	color:	#FFFFFF;
	font-size: 12px;
}

div.subMenu a.subMenu
{
	text-decoration:none;
	color:	#232323;
	font-size:12px;
}

div.tabSubMenuSelected a.subMenu
{
	text-decoration:none;
	color:	#FFFFFF;
	font-size:12px;
}


div.subMenu div a
{
	margin-left:8px;
	margin-right:8px;
}
div.menu div a
{
	margin-left:12px;
	margin-right:12px;
}

div.endMenu
{
	
	line-height: 21px;
	overflow:hidden;
	float:none;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

