/* CSS Document */
/* Main Menu Container */
#menu_container {
	height: 30px;
	padding: 0;
	margin: 0;
	z-index: 1000;
	position: absolute;
	bottom: 0;
	left: 183px;
	}

#menu {
	list-style: none;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 30px;
	font-size: 13px;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	}
	
#menu li {
	float: left;
	position: relative;
	height: 30px;
	background-image: url(li.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	margin: 0 0 0 -1px;
	}
	
#menu li.last {
	background: none;
	}
	
#menu a {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	float: left;
	position: relative;
	padding: 0 20px;
	
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	
	background-image: url(menu.over.a.png);
	background-repeat:  repeat-x;
	background-position: 0 0;	
	}
		
#menu a strong {
	display: block;
	font-weight: normal;
	float: left;
	cursor: pointer;
	}
	
* html #menu strong {
	}

/** drop down **/

#menu li.over {
	z-index: 10;
	}
	
#menu li.over a,
#menu li.has_sub_over a
 {
	z-index: 20;
	}
	
/* [ Colour Variations ] */
#menu #menu_international.over a{background-color: #a2a5a4;}
#menu #menu_domestic.over a {background-color: #cbc453;}
#menu #menu_archive.over a {background-color: #a2a5a4;}
#menu #menu_grassroots.over a {background-color: #55a51c;}
#menu #menu_corporate.over a {background-color: #675545;}
#menu #menu_fans.over a {background-color: #cb340d;}

#menu li.has_sub_over ul li.over a,
#menu li.has_sub_over ul li.has_sub_over a
 {
	background: #eee;
	padding: 5px 10px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #555;
	}

#menu li.over ul, #menu li.has_sub_over ul {
	display: block;
	}
		
#menu ul li.over ul {
	display: block;
	}


#menu li.has_sub_over ul ul{
	display: none;
	}

#menu li.has_sub_over ul li.has_sub_over ul {
	/*display: block;*/
	}

#menu ul {
	position: absolute;
	display: none;
	padding: 10px;
	margin: 0;
	top: 30px;
	left: -5px;
	width: 190px;
	background: url(menu_ul.png) no-repeat bottom right;
	}
	
	* html #menu ul {
		background: url(menu_ul.gif) no-repeat bottom right;
		}
	

#menu ul ul {
	top: -5px;
	left: 190px;
	background: #ccc;
	border: 1px solid #ccc;
	}
	
#menu ul li {
	display: block;
	float: left;
	position: relative;
	width: 190px;
	background: none;
	padding: 0;
	height: auto;
	}
	
#menu ul li.last {
	border-bottom: none !important;
	}
	
#menu li.has_sub_over ul a {
	display: block;
	padding: 5px 10px;
	width: auto;
	position: relative;
	height: auto;
	min-height: 12px;
	line-height: 12px;
	text-align: left;
	float: none;
	margin: 0;
	background: none;
	border: 1px solid transparent;
	color: #333;
	font-size: 11px;
	text-decoration: none;
	}
	
* html #menu li.has_sub_over ul a {
	border-color: #fff;
	}
	
