﻿@charset "utf-8";
/* CSS Document */

/* ------- HORIZONTAL DROPDOWN WITH IE HACK - SEE PAGE BOTTOM FOR EDITING EXAMPLES --------- */
#countryCodes {
	display:block;
	width:211px;
	height:25px;
	position:absolute;
	top:2px;
	left:500px;
	z-index:600;
}


/* ---------------------------- DON'T EDIT OR MOVE THIS BLOCK! ------------------------------ */
#countryCodes ul					{list-style:none;margin:0;padding:0;float:left;}
#countryCodes a, #countryCodes a:visited 	{display:block;width:auto;margin:0;}
#countryCodes li 					{position:relative;}
#countryCodes ul ul					{position:absolute;z-index:600;top:auto;display:none;margin-left:-25px;}
#countryCodes a.x, #countryCodes a.x:visited{background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;}
#countryCodes a.x, #countryCodes a.x:visited{font-weight:normal;color:#000;}
#countryCodes a.x:hover				{color:#FFF;background:#000;}
#countryCodes a.x:active			{color:#060;background:#CCC;}
#countryCodes li:hover			{cursor:pointer;z-index:100;}
#countryCodes li li li li:hover ul ul, div#countryCodes li li:hover ul ul, div#countryCodes li li li:hover ul ul, 
#countryCodes li:hover ul ul		{display:none;}
#countryCodes li li li li:hover ul, div#countryCodes li li:hover ul, div#countryCodes li li li:hover ul, 
#countryCodes li:hover ul 		{display:block;}
/* ----------- ------------------ END OF 'DON'T EDIT' BLOCK --------------------------------- */


/* ******************************************************************* */
/* ******************** LEVEL 1 (TOP) MENU ITEMS  ******************** */
#countryCodes ul {width:211px;} /* set menu item width with ul, not 'a' */
#countryCodes a, #countryCodes a:visited {
	padding:5px 5px 5px 5px; /* don't use 'height' attribute - instead use top & bottom padding to set menu item height and place text vertically */
	line-height:130%; /* SAFARI HACK; use with line-height along with top & bottom padding to set menu item height */
	color:#133457;
	border-right:none; 
	text-decoration:none; 
	text-align:left; 
	font:bold 12px Arial, Helvetica, sans-serif; 
	white-space:nowrap; /* keeps text from wrapping on LEVEL 1 */
}
/* LEVEL 1 hover state */
#countryCodes a:hover, #countryCodes a:active {
	/*background:#606A79;*/ 
}
/* LEVEL 1 selected state */
#countryCodes ul li a.tdcMenuSelected, #countryCodes ul li a:visited.tdcMenuSelected, #countryCodes ul li a.hover, #countryCodes ul li a:active.tdcMenuSelected {
	/*background:#606A79;*/
} 

#countryCodes ul li ul {
width:211px;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #375986;
}

/* ******************************************************************* */
/* ***************** LEVEL 2 (DROPDOWN) MENU ITEMS  ****************** */

#countryCodes ul li ul li a, #countryCodes ul li ul li a:visited {
	text-align:left; 
	width:177px; /* defaults to width of LEVEL 1 menu item */
	white-space: normal; /* allows text to wrap on LEVEL 2 (3, etc.) */
	background-color:#FFFFFF; 
	border-bottom:1px dotted #999999;
	font-weight:normal;
	color:#133457;
	font-size:12px;
	margin:0 0 0 0;
}
/* LEVEL 2 hover */
#countryCodes ul li ul li a:hover, #countryCodes ul li ul li a:active {
 	background:#D5DBE4; 
}

/* LEVEL 2 selected state */
#countryCodes ul li ul li a.tdcMenuSelected, #countryCodes ul li ul li a:visited.tdcMenuSelected, #countryCodes ul li ul li a.hover, #countryCodes ul li ul li a:active.tdcMenuSelected {
	background:#D3D5D8;
} 

/** ********* EXAMPLES OF EDITING UNIQUE MENU ITEMS BY CLASS ************ **/
/* 	set width on unique LEVEL 1 menu item */
/*#countryCodes ul.tdc_3_ul {width:150px; background:#606A79; }*/

/* remove right border from far right menu item */
/*#countryCodes ul li a.tdc_9_a, #countryCodes ul li a:visited.tdc_9_a {border-right:none;}*/

/* set background color on unique LEVEL 2 menu item */
/*#countryCodes ul li ul li a.tdc_21_a, #countryCodes ul li ul li a:visited.tdc_21_a {background-color:#99FFFF;}*/
