
#menuContainer { }
.chromestyle{ margin: 0; padding: 0;  width:800px; background: #EFCED7 url(../images/menu_bar.jpg) no-repeat; }

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

.chromestyle ul{ width: 800px; margin: 0; padding: 0; }

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{ color: #fff; text-decoration: none; display: block; float: left; font-family: Arial, Helvetica, sans-serif; font-size: 12px; display: inline; font-weight: bold; padding: 5px 20px; border-right: 1px solid #E8B6C2; text-indent: -3000px; }
.chromestyle ul li a:hover{ position: relative; }
.chromestyle ul li a.home { background: url(../images/home.jpg) center no-repeat; width: 37px; }
.chromestyle ul li a.home:hover { background: url(../images/home_over.jpg) center no-repeat; }
.chromestyle ul li a.about { background: url(../images/about.jpg) center no-repeat; width: 62px; }
.chromestyle ul li a.about:hover { background: url(../images/about_over.jpg) center no-repeat; }
.chromestyle ul li a.info { background: url(../images/information.jpg) center no-repeat; width: 77px; }
.chromestyle ul li a.info:hover { background: url(../images/information_over.jpg) center no-repeat; }
.chromestyle ul li a.calander { background: url(../images/calander.jpg) center no-repeat; width: 62px; }
.chromestyle ul li a.calander:hover { background: url(../images/calander_over.jpg) center no-repeat; }
.chromestyle ul li a.latest { background: url(../images/latest.jpg) center no-repeat; width: 43px; }
.chromestyle ul li a.latest:hover { background: url(../images/latest_over.jpg) center no-repeat; }
.chromestyle ul li a.contacts { background: url(../images/contacts.jpg) center no-repeat; width: 63px; }
.chromestyle ul li a.contacts:hover { background: url(../images/contacts_over.jpg) center no-repeat; }

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #F2D7DE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:11px;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 200px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F2D7DE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
font-size: 11px !important;
color: #D98298;
}

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

* html .dropmenudiv { /*IE only hack*/

top: 0;
left: -100px !important;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FCE9ED;
}
