/* colour matching codes
 * rgba(38, 13, 0, 0.9); = the dark brown in logo
 * A27026 = the dark orange in logo
 * 
 */

#menu {
	font-weight:lighter;
	list-style:none;
	width:900px;
	margin:0px auto 0px auto;
	/*this height is for the gap between the menu and the restof the page*/
		height:40px;
	padding:0px 0px 0px 0px;
	/* Background color and gradients */
		background: -webkit-linear-gradient(top, rgba(38,13,0,1), rgba(38,13,0,0)); /* For Safari 5.1 to 6.0 */
	    background: -o-linear-gradient(top, rgba(38,13,0,1), rgba(38,13,0,0)); /* For Opera 11.1 to 12.0 */
	    background: -moz-linear-gradient(top, rgba(38,13,0,1), rgba(38,13,0,0)); /* For Firefox 3.6 to 15 */
	    background: linear-gradient(to bottom, rgba(38,13,0,1), rgba(38,13,0,0)); /* Standard syntax (must be last) */
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	margin-top:0px; /*margin top is the gap betwwen logo and menu*/
	border:none;
	
}

#menu li:hover {
	border: 0px;
	padding: 0px 0px 0px 0px;
}

#menu li:hover a {
	color:#ffffff;
}

li.menuException {
	text-align:center !important;
	font-weight:normal;
}
/*#menu li .drop {
	padding-right:10px; /*the gap between each menu item and its arrow
		background:url("img/drop.png") no-repeat right 8px;
} 
#menu li:hover .drop {
	background:url("img/drop.png") no-repeat right 8px;
}
}
#menu li .nodrop {
	padding-right:15px; /*the gap between each menu item and its arrow*/
/*	background:url("img/drop.png") no-repeat right 8px;  
}
#menu li:hover .nodrop {
/*	background:url("img/drop.png") no-repeat right 8px;  
}*/

.dropdown_games, 
.dropdown_kingdomsEmpires, 
.dropdown_heroesLegend, 
.dropdown_lordsDarkness, 
.dropdown_multiverse,
.dropdown_pantheon,
.dropdown_history {
	margin:0px auto; /*the distance betwwen the main menu and the drop down boxes*/
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #000000;
	border-top:none;
	
	/* Gradient background */
	background:#a27026;
	background: -moz-linear-gradient(top, #a27026, #bf8e31);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a27026), to(#bf8e31));


}
/*   Making link text CAPS   */
.dropdown_games a, 
.dropdown_kingdomsEmpires a, 
.dropdown_heroesLegend a, 
.dropdown_lordsDarkness a, 
.dropdown_multiverse a, 
.dropdown_pantheon a, 
.dropdown_history a 
	{
        text-transform:uppercase;
        font-weight: normal;
    }


/*   width of dropdowns   */
.dropdown_games {width: 854px;}
.dropdown_kingdomsEmpires {width: 760px;}
.dropdown_heroesLegend {width: 850px;}
.dropdown_lordsDarkness {width: 850px;}
.dropdown_multiverse {width: 570px;}
.dropdown_pantheon {width: 700px;}
.dropdown_history {width: 854px;}


/*LEFT HAND MARGIN SETTINGS*/
#menu li:hover .dropdown_multiverse {
	left:-400px;
	top:auto;
	z-index: 400;
}
#menu li:hover .dropdown_kingdomsEmpires {
	left:-200px;
	top:auto;
	z-index: 400;
}
#menu li:hover .dropdown_heroesLegend {
	left:-300px;
	top:auto;
	z-index: 400;
}
#menu li:hover .dropdown_lordsDarkness {
	left:-420px;
	top:auto;
	z-index: 400;
}
#menu li:hover .dropdown_history {
	left:5px;
	top:auto;
	z-index: 400;
}
#menu li:hover .dropdown_pantheon {
	left:0px;
	top:auto;
	z-index: 400;
} 
 
#menu li:hover .dropdown_games {
	left:-755px;
	top:auto;
	z-index: 400;
}
.dropdown_lordsDarkness img {
	float:right;
	width: 50px;
	height:50px;
	margin-right:10px;
}


.col_1,
.col_1_float,
.col_2,
.col_2dark,
.col_3,
.col_3b,
.col_3c,
.col_4,
.col_5,
.col_6,
.col_7,
.col_games,
.col_end {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_1_float {width:130px;}
.col_2 {width:180px;} 
.col_2dark {width:180px;} 
.col_3 {width:180px;} 
.col_3b {width:270px;} 
.col_3c {width:560px;} 
.col_4 {width:530px;}
.col_5 {width:850px;}
.col_6 {width:830px;}
.col_7 {width:950px;}
.col_games {width:650px;}
.col_end {width:985px;}

/*#menu .menu_right {
	float:right;
	margin-right:0px;
	text-decoration:underline;
}*/

/*#menu .menu_center {
		float:right;
		padding-right: 50px;

}*/

/*#menu:hover .menu_center {
		float:right;
		padding-right: 50px;

}*/
#menu li .align_right {
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-0px;
	top:auto;
}

#menu p, #menu h3, #menu ul li {
	font-family:Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
	line-height:15px;
	font-size:14px;
	text-align:left;
	font-weight:normal;

}
#menu h2 {
	font-family:Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
	font-size:15px;
	color: #000000;
	font-weight:normal;
	font-style:oblique;
	margin:2px 0 2px 0;
	padding-bottom:2px;
	border-bottom:0px solid #000000;
}
#menu h2 a {
	font-style:normal;
}

#menu h2 span {
	color: #ffffff;
}

#menu h3 {
	font-family:Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
	/*color: #000000;*/
	font-size:14px;
	font-weight: normal;
	margin:2px 0 2px 0;
	padding-bottom:2px;
	border-bottom:1px solid #000000;
	text-transform:uppercase;
}
#menu h3 a {
	font-weight:normal;	
}

#menu h4 {
	color: #000000;
	font-family:Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
	font-size:16px;
	font-weight: normal;
	text-align:left;
	margin:7px 0 5px 0;
	padding-bottom:1px;
	text-transform:uppercase;
}
#menu h4 a {
	font-family:Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
	font-size:16px;
	text-align:center;
	font-weight: normal;
	margin:7px 0 5px 0;
	padding-bottom:1px;
    text-transform:uppercase;
}

#menu h5  {
	font-size:14px;
	line-height:10px;
	font-weight: lighter;
	margin: 10px 5px 0px 5px;
	padding-bottom:3px;
	border-bottom:0px solid #000000;
}

#menu h5 a {
	font-size:14px;
	line-height:10px;
	
}

#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a:hover {
	color:#ffffff;
}


.strong {
	font-weight:normal;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

.img_bot { /* Image sticks to the bottom */
	width:auto;
	float:right;
	margin:5px 15px 5px 5px;
}
.img_middle { /* Image sticks to the bottom */
	width:auto;
	float:right;
	margin:5px 40px 5px 5px;
}


#menu li .black_box {
	background-color:#333333;
	color: #ffffff;
	
	padding:4px 6px 4px 6px;


}

#menu li .black_box_img {
	margin-left: 100px;
	margin-right: auto;
	position: relative;

}



#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 10px 0;
}
#menu li ul li {
	font-size:14px;
	line-height:20px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
}
#menu li ul li em {
	font-size: 14px;
    line-height: .9em;
    vertical-align: top;
    position: relative;
    padding-left:20px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;


}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


/* MENU HEADERS */
.NavBarTop, .NavBarTopLeft, .NavBarTopRight {
  color: #ffffff; 
  /*background: green;*/
  font-size: 16px;
  font-weight: lighter;
  padding: 0px;
  line-height:15px;
  font-family: Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
}
.NavBarTop:hover, .NavBarTopLeft:hover, .NavBarTopRight:hover {
  color: #A27026;
}
.NavBarTop {
	margin-right: 34px;
}
/* WORLD HISTORY */
.NavBarTopLeft {
	margin-left: 20px;
	margin-right: 25px;
}
/* GAMES AND PUBLICATIONS  */
.NavBarTopRight {
}



/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */



TD.menu_group1 {
	border: 1px;
	border-color: #000000;
	background:#ffffff;
}

.dropdown_header {
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
		
}
.dropdown_header a {
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
		
}
/* footer menu */
/* Container */
#footerMenu {
	list-style:none;
	width:100%;
	margin:auto auto;
/*this height is to give a blank space below footer*/
	height:150px;
	padding:0px 0px 0px 0px;
	text-align:center;
	background:#000000;
	
}

#footerMenu hr {
	color: #a9864a;
}
/* Cells */
.footerNav {
	color: #ffffff; 
 	font-size: 17px;
  	font-weight: lighter;
  	width: 16%;
  	height:50px;
  	padding: 0px;
  	line-height:15px;
  	font-family: Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
  	text-align:center;
  	vertical-align:top;
  	display:inline-block;
  	
  	background-color:;
}
.footerNavLeft {
	width: 16%;
	font-size: 10px;
  	font-weight: lighter;
	float: left;
    font-style: italic;
}
.footerNavLeft em {
    color: yellow;
}

.footerNavRight {
	width:250px;
	font-size: 10px;
  	font-weight: lighter;
	float: right;
}

#footerImage {
	border:#A27026 solid 0px;
}
#footerImage img {
	width: 100%;
	height: 50px;
}

.ALT {
	color:#ffffff;
	border: 1px solid #a9864a;
    background: rgba(38, 13, 0, 1);
    padding: 5px;
    margin-top:-5px;
}
.col_1 h3, .col_2 h3, .col_3 h3, .col_3b h3, .col_3c h3 {
	color: #000000;
	font-weight:normal;
    display: block;
    font-style: normal;
	
}
.col_2dark {
	color: white;
	font-weight:normal;
}

#menuBox {
	color:#ffffff;
	border: 1px solid #a9864a;
    background: rgba(38, 13, 0, 1);
    padding: 5px;
    margin-top:-6px;
    margin-bottom:12px;
}
#menuBox h3 {
    font-family:Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
	color: #ffffff;
	font-size:14px;
	font-weight: normal;
	margin:2px 0 2px 0;
	padding-bottom:2px;
	border-bottom:1px solid #ffffff;
	text-transform:uppercase;
}

.col_3 span {
	color: #00ffff !important;
	font-weight: lighter !important;
}

#MenuSubheading {
    color: black;
    line-height: .7;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

li.caps {
    text-transform:uppercase;
}



/* AI generated CSS */





