﻿.chromestyle{
width: 898px;
height:29px;
background-color:#f0f5f1;
border:#dde6df solid 1px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin-bottom:2px; /*jpo 11:45 30/09/2008*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 6px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #707a7c;
padding: 7px 17px;
margin:0;
text-decoration: none;
background-image:url(../images/mline.jpg);
background-repeat:no-repeat;
background-position:right;
}

.chromestyle ul li a:hover{
color:#008fc5;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-top:0px;
position:absolute;
top: 0;
border-left: 1px solid #dde6df;
border-right: 1px solid #dde6df;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#707a7c;
line-height:15px;
z-index:100;
background-color:#f0f5f1;
width: 200px;
visibility: hidden;
}

* html .dropmenudiv{ /*IE only hack*/
margin-top:1px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 1px solid #dde6df; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#707a7c;
padding: 2px 0;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #dde6df;
}
