.chapDiv{
	margin-top:-20px;
	margin-left:128px;
}
.chapDiv2{
	margin-top:-20px;
	margin-left:128px;
}
.chromestyleRight{
width: 270px;
font-weight: bold;
}
.chromestyleRight:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyleRight ul{
border: 1px solid #BBB;
width: 100%;
padding: 4px 0;
background-color : #E1EC83;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyleRight ul li{
display: inline;
}

.chromestyleRight ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyleRight ul li a:hover, .chromestyleRight ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color : #E1EC83;
}


.chromestyle{
width: 270px;
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{
border: 1px solid #BBB;
width: 100%;
padding: 4px 0;
background-color : #E1EC83;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color : #E1EC83;
}

/* ######### Style for Drop Down Menu ######### */

.chromestyle2{
width: 172px;
font-weight: bold;
}
.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle2 ul{
border: 1px solid #BBB;
width: 100%;
padding: 4px 0px;
background-color : #E1EC83;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul li{
display: inline;
height:18px;
}

.chromestyle2 ul li a{
color: #494949;
margin: 0;
text-decoration: none;
}

.chromestyle2 ul li a:hover, .chromestyle2 ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color : #E1EC83;
}

.dropmenudiv{
position:absolute;
margin-left: 7px;
margin-top: 11px;
border: 1px solid #D9D9D9; /*THEME CHANGE HERE*/
z-index:100;
background-color: white;
width: 270px;
visibility: hidden;
overflow:hidden;
}


.dropmenudiv a{
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

.dropmenudiv2{
position:absolute;
margin-left:-5px;
margin-top:-9px;
top: 0;
border: 1px solid #D9D9D9; /*THEME CHANGE HERE*/
z-index:100;
background-color: white;
width: 173px;
visibility: hidden;
overflow:hidden;
}


.dropmenudiv2 a{
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


.dropmenudivRight{
position:absolute;
top: 0;
border: 1px solid #D9D9D9; /*THEME CHANGE HERE*/
z-index:100;
background-color: white;
width: 270px;
visibility: hidden;
overflow:hidden;
}

.dropmdropmenudivRightenudiv2 a{
}

* html .dropmenudivRight a{ /*IE only hack*/
width: 100%;
}

.dropmenudivRight a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


