/* set the language: */
#util-nav li#util-nav-country {
        cursor:pointer;
        background:transparent url(http://es-rae.onelink-translations.com/sites/all/themes/zen/rae/images/bg_util_nav_flag_spain.png) 20px 4px no-repeat;
        padding:0 0 0 42px;
        _padding:2px 0 0 42px;
}

/* change dimensions of Markets dropdown and replace background image so it matches new dimensions */
#nav-sub-solutions {
	background:transparent url(/_onelink_/raesystems/en2es/images/nav_solutions_content.png) no-repeat scroll 0 0;
	height:243px;
	width:518px;
}

/* change dimensions of Products dropdown and replace background image so it matches new dimensions */
#nav-sub-products {
	background:transparent url(/_onelink_/raesystems/en2es/images/nav_products_content.png) no-repeat scroll 0 0;
	height:312px;
	width:630px;
}
/* increase top value so that inner divs line up in the products dropdown */
#nav-sub-products-three {
	height:80px;
	left:18px;
	top:236px;
	width:400px;
}

/* change dimensions of Support dropdown and replace background image so it matches new dimensions */
#nav-sub-support {
	background:transparent url(/_onelink_/raesystems/en2es/images/nav_support_content.png) no-repeat scroll 0 0;
	height:375px;
	width:584px;
}
/* change top value so that bottom contact info lines up correctly in support dropdown */
#nav-sub-support-four {
	top:248px;
}

/* change dimensions of Technology dropdown and replace background image so it matches new dimensions */
#nav-sub-technology {
	background:transparent url(/_onelink_/raesystems/en2es/images/nav_technology_content.png) no-repeat scroll 0 0;
	height:283px;
	width:498px;
}
/* increase height of div so link that is aligned to botton lines up correctly */
#nav-sub-technology-two {
	height:250px;
}

/* on product page, change width of cat-product div so that /mas informacion' shows up on one line */
#shop-by-category .cat-product {
	width:146px;
}
/* on product page, change width of cat-desc div so that increased size of product divs does not break page format */
#shop-by-category .cat-desc {
	width:180px;
}
