.Case_Study_Style{
width: 100%; 
font-family: Verdana, Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
font-size: 12px;
font-style: bold; 
}

.Case_Study_Style:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.Case_Study_Style ul{
width: 100%;
background: url(Case_Study_bg.gif) no-repeat left top; width:100%; height: 20px; padding: 5px;
padding: 4px 10px 4px 10px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.Case_Study_Style ul li{
display: inline;
}

.Case_Study_Style ul li a{
color: #FFFFFF;
font-weight: bold;
float: left;
padding: 4px 10px 4px 10px; 
/*margin: 5px 12px 5px 8px;*/
text-decoration: none;
border-right: 1px solid #DADADA;
}

.Case_Study_Style ul li a:hover{
background: url(bar.gif) no-repeat top center ; 
}

.Case_Study_Style 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 ######### */

.Case_Study_Drop{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:20px;
z-index:100;
background-color: white;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.Case_Study_Drop a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .Case_Study_Drop a{ /*IE only hack*/
width: 100%;
}

.Case_Study_Drop a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: #006994;
font-weight: bold;
}