/* imports generic css template design from your countries chosen style */
@import url(home_324/local.css);

/* overwrites 'home_324/local.css' css design to specifically display YourCountries header image */
#header {margin:0 10px; padding:0; height:110px; background:url(images/header.jpg) left top  no-repeat;}

/* overwrites 'home_324/local.css' css design to specifically display YourCountries flag */
#countryIndicator span {background:url(images/countryBgRight.gif) top right no-repeat;}

/* links main menu items - reducing font-size a bit and adding left padding for menu item does the tweak to a satisfying degree, change asper need */
#mainMenu a {text-decoration:none; font-weight:bold; color:#fff; font-size: 0.9em; padding-left:8px;}

/* links main submenu items - change the overruling of padding asper need/tweak and reducing text size slightly too*/
#mainMenu ul li a {font-size:0.70em; color:#fff; background:none; background-color:#769fa5; line-height:22px; text-transform:capitalize; padding-left:0;} 

 #mainMenu #home  {margin:0; width:13%;}
 #mainMenu #menu0 {margin:0; width:20%;}
 #mainMenu #menu1 {margin:0; width:20%;}
 #mainMenu #menu2 {margin:0; width:22%;}
 #mainMenu #menu3 {margin:0; width:23.4%;}
