.chromestyle{
	margin:0 auto;
	width: 915px;
}

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

.chromestyle ul{
	width: 100%;
	background-color:none;
	text-align: center; /*set value to "left", "center", or "right"*/
	margin-top: 575;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: white;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid white;
	font-size: 14px;
}

.chromestyle ul li a:hover{
background-color:black;
color:white;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: darkgray;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid black; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: black;
color:white;
z-index:100;
visibility: visible;
}

.freelesson {
	
	background-image: url(../app_graphics/fl-bg.png);	
}
/*slideshow*/

#slideShow {
                background-color: #000;
                width: 850px;
				height: 280px;
                margin-left: 50px;
				margin-bottom: 10px;
                padding: 7px;
            }

#slideShow img{
                background-color: #000;
                
            }

