.menustyle{
width: 70%;
height: 30px;
font: 26px "Times New Roman", Times, serif; /* CHANGE MENU TEXT SIZE & STYLE */
/*background-color: Black; /* CHANGE MENU BACKGROUND COLOR */
padding: 0;
margin: 0;
text-align: left;
/*background-image: url(gfx/MenuBar.gif);*/
list-style: none;
}

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

.menustyle ul{
/*border: 1px solid #BBB;*/ /* ADD BORDER AROUND MENU */
width: 100%;
/*background: url(bg.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
margin: 0;
padding: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: #EEEEEE; /* CHANGE MENU TEXT COLOR */
padding: 0;
margin: 0;
text-decoration: none; /*border-right: 1px solid #DADADA;*/
}

.menustyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
color: White; /* CHANGE HIGHLIGHT COLOR ON HOVER */
}

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

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

.dropmenudiv{
position: absolute;
top: 0;
border: 2px solid #E9E9E9; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: Black; /* CHANGE DROP DOWN BACKGROUND COLOR */
color: #EEEEEE; /* CHANGE DROP DOWN TEXT COLOR */
width: auto;
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: 0px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/*/
padding: 0px;
text-decoration: none;
color: black;
color: #EEEEEE; /* CHANGE DROP DOWN TEXT COLOR */
}

.dropmenudiv h5{
width: auto;
display: block;
text-indent: 0px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/*/
padding: 0px;
margin: 0px;
text-decoration: none;
font: bold 17px "Times New Roman", Times, serif; /* CHANGE DROP DOWN HEADER TEXT STYLE */
color: #EEEEEE; /* CHANGE DROP DOWN TEXT COLOR */
}

.dropmenudiv ul{
padding-left: 20px;
margin: 0px;
text-decoration: none;
list-style: none;
}

.dropmenudiv li{
width: auto;
display: block;
padding: 0px;
margin: 0px;
text-decoration: none;
color: black;
list-style: none;
font: normal 16px "Times New Roman", Times, serif; /* CHANGE DROP DOWN TEXT ATTRIBUTES */
color: #EEEEEE; /* CHANGE DROP DOWN TEXT COLOR */
}

.dropmenudiv td{
padding: 2px; /* SET PADDING AROUND DROP MENU TABLE */
}

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

.dropmenudiv a:hover{
	/* CHANGE HOVER CHARACTERISTICS */
	background-color: #C9C9C9;
	color: Black;
}