.menustyle{
width: 100%;
font-weight: normal;
font-size: 1.15em;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
border-bottom: 1px solid #D8C7EA;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{
width: 100%;
color:#fff;
background-color:#7E5FB8;
/*background: url(../images/navbg.jpg) center center repeat-x; */
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a {
color:#fff;
font-style:normal;
font-size: 1.15em;
font-family:Arial, Helvetica, sans-serif;
padding: 4px 7px;
margin: 0;
text-decoration: none;

}

.menustyle a:visited {
color:#fff;
font-style:normal;
font-size: 1.15em;
font-family:Arial, Helvetica, sans-serif;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.menustyle ul li a:hover {
background-color:#7E5FB8;
/*background: url(../images/navbg-over.jpg) center center repeat-x; */
color:#fff;
text-decoration:underline;
}

.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: 1px solid #ccc; 
border-bottom-width: 0;
font-weight:normal;
font-size:0.9em;
font-family:Arial, Helvetica, sans-serif;
line-height:15px;
z-index:100;
color:#fff;
background-color:#7E5FB8;
width: 160px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a:link{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ccc; 
padding: 2px 0;
text-decoration: none;
font-weight: 500;
background-color:#7E5FB8;
color:#fff;
text-align:left;
}

.dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ccc; 
padding: 2px 0;
text-decoration: none;
font-weight: 500;
background-color:#7E5FB8;
color:#fff;
text-align:left;
}

.dropmenudiv a:active{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ccc; 
padding: 2px 0;
text-decoration: none;
font-weight: 500;
background-color:#7E5FB8;
color:#fff;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color:#7E5FB8;
text-decoration:underline;
color: #fff;
}
