#chromemenu ul{
border: 0px solid #BBB;
background: url(Beatitudes3.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin:7;
float: left;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #351600;      /*changes mouse off color of text*/
font-weight: plain;
padding:1px 15px 1px 15px;  /*changes space margins around buttons*/
text-decoration: None;
background: url(Beatitudesdivider.gif)  center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #fffb71;                       /*MouseOver Color*/
}

#chromemenu ul li a[onMouseover]: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: 0px;
border: 1px solid #E8BEBE; /*Change Meu Border Atributes*/
border-bottom-width: 0;
font:normal 12px Veranda;
line-height:15px;
z-index:100;
background-color: white;
width: 100px;		/*Change Menu Width*/
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #E8BEBE; /*Changes Line Color between Menu Text*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #e2d9c7;    /*Changes Highlighted Menu Color*/
}