.chromestyle{
/*width: 968px;*/
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*width: 928px;*/
height: 36px;
background: url('http://mnbc.ca/images/design/menu_hover.jpg') repeat; 
margin: 0;
padding: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin: 0;
padding-left: 2px;
padding-right: 2px;
}

.chromestyle ul li a{
margin: 0;
line-height: 36px;
text-decoration: none;
text-transform: uppercase;
color: #f9f9f9;
font-family:tahoma,verdana,"Lucida Grande",sans-serif;
font-size: 13px; 
font-weight: bolder; 
padding: 7px 3px 7px 3px;
margin-right: 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url('../images/design/menu_bg_hover.jpg')repeat;*/
text-decoration: underline;
border-bottom: 0;
padding: 7px 3px 7px 3px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top: 1px;
border-top: 0;
line-height:12px;
z-index:100;
background: #072354; 
width: auto;
visibility: hidden;
padding: 4px;
}


.dropmenudiv a{
font-size: 12.5px;
text-transform: uppercase;
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #403f3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #f1f1f1;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: white;
    text-decoration: underline;
}

