.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
float:left;
	width:960px;
	height:24px;
	padding:0 0 0 0;
	list-style:none;}

.chromestyle ul li{
float:left;
	height:40px;
	margin:0 0 0 0;
	display:inline;
}

.chromestyle ul li.first {
	float:left;
	height:40px;
	margin:0 0 0 160px;
}
.chromestyle ul li .general {
	float:left;
	width:96px;
	height:40px;
	cursor:pointer;
	background:url(../../images/nav_02.jpg) no-repeat 0 -40px;
}

.chromestyle ul li .characters {
	float:left;
	width:122px;
	height:40px;
	cursor:pointer;
	background:url(../../images/nav_03.jpg) no-repeat 0 -40px;
}


.chromestyle ul li .expertise {
	float:left;
	width:110px;
	height:40px;
	cursor:pointer;
	background:url(../../images/nav_04.jpg) no-repeat 0 -40px;
}


.chromestyle ul li .equipment {
	float:left;
	width:129px;
	height:40px;
	cursor:pointer;
	background:url(../../images/nav_05.jpg) no-repeat 0 -40px;
}


.chromestyle ul li .worldlore {
	float:left;
	width:120px;
	height:40px;
	cursor:pointer;
	background:url(../../images/nav_06.jpg) no-repeat 0 -40px;
}


.chromestyle ul li .reality {
	float:left;
	width:100px;
	height:40px;
	cursor:pointer;
	background:url(../../images/nav_07.jpg) no-repeat 0 -40px;
}


.chromestyle ul li .connect {
	float:left;
	width:94px;
	height:40px;
	cursor:pointer;
	background:url(../../images/nav_08.jpg) no-repeat 0 -40px;
}


.chromestyle ul li .general:hover, .chromestyle ul li .general.selected{ 
	float:left;
	width:96px;
	height:40px;
	background:url(../../images/nav_02.jpg) no-repeat 0 0; 
}

.chromestyle ul li .characters:hover, .chromestyle ul li .characters.selected{ 
	float:left;
	width:122px;
	height:40px;
	background:url(../../images/nav_03.jpg) no-repeat 0 -0;
}

.chromestyle ul li .expertise:hover, .chromestyle ul li .expertise.selected{ 
	float:left;
	width:110px;
	height:40px;
	background:url(../../images/nav_04.jpg) no-repeat 0 0;
}

.chromestyle ul li .equipment:hover, .chromestyle ul li .equipment.selected{ 
	float:left;
	width:129px;
	height:40px;
	background:url(../../images/nav_05.jpg) no-repeat 0 0;
}

.chromestyle ul li .worldlore:hover, .chromestyle ul li .worldlore.selected{ 
	float:left;
	width:120px;
	height:40px;
	background:url(../../images/nav_06.jpg) no-repeat 0 0;
}

.chromestyle ul li .reality:hover, .chromestyle ul li .reality.selected{ 
	float:left;
	width:100px;
	height:40px;
	background:url(../../images/nav_07.jpg) no-repeat 0 0;
}

.chromestyle ul li .connect:hover, .chromestyle ul li .connect.selected{ 
	float:left;
	width:94px;
	height:40px;
	background:url(../../images/nav_08.jpg) no-repeat 0 0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
display:block;
border: 1px solid #562c1f; /*THEME CHANGE HERE*/
border-bottom-width: 0;
padding-top:0;
font:normal 12px Georgia;
line-height:22px;
z-index:100;
background-color:#3a1003;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 1px solid #562c1f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #562c1f;
}
