.chromestyle{
width: 99%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
height: 15px;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 14px 0px 10px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
/*color: #fff;*/
/*padding: 4px 17px;*/
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.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(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
/*top: 100px;
left: 0;
margin-left: -199px;
margin-top: -104px;
padding: 0px;
/*
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

*html .dropmenudiv{
/*margin-left: -130px;*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #084D85; /*THEME CHANGE HERE*/
border-left: 1px solid #084D85;
border-right: 1px solid #084D85;
padding: 9px 0 9px 5px;;
text-decoration: none;
font-weight: normal;
color: white;
height: 20px;
background-color: #0A3A6E;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #135183;
}

a.m_home {
	color: #fff;
	background: url(../images/m_home.gif) top center no-repeat;
	padding:4px 30px 2px 70px;
    margin-left: 10px;
    margin-top:2px;
	width:50px;
	height: 19px;
}

a.m_home_a {
	background: url(../images/m_home.gif) bottom center no-repeat;
	padding:4px 30px 2px 70px;
    margin-left: 10px;
    margin-top:2px;
	width:50px;
	height: 15px;
		}

a.m_home:hover {
	background: url(../images/m_home.gif) bottom center no-repeat;
	}


	
a.m_investment {
	color: #fff;
	background: url(../images/m_investment.gif) top center no-repeat;
	padding:4px 90px 2px 90px;
	width:150px;
	height: 17px;
}

a.m_investment:hover {
	background: url(../images/m_investment.gif) bottom center no-repeat;
	}

a.m_investment_a {
	background: url(../images/m_investment.gif) bottom center no-repeat;
	padding:4px 90px 2px 90px;
	width:150px;
	height: 17px;
}

a.m_res {
	color: #fff;
	background: url(../images/m_res.gif) top center no-repeat;
   padding:4px 65px 2px 65px;
	width:150px;
}

a.m_res:hover {
	background: url(../images/m_res.gif) bottom center no-repeat;
	}

a.m_res_a {
	background: url(../images/m_res.gif) bottom center no-repeat;
   padding:4px 65px 2px 65px;
	width:150px;
	}
	
	
a.m_portfolio {
	background: url(../images/m_portfolio.gif) top center no-repeat;
   padding:4px 60px 2px 60px;
}

a.m_portfolio:hover {

	background: url(../images/m_portfolio.gif) bottom center no-repeat;
	}

a.m_portfolio_a {
	background: url(../images/m_portfolio.gif) bottom center no-repeat;
   padding:4px 60px 2px 60px;
	}	
	
a.m_news {
	color: #fff;
	background: url(../images/m_news.gif) top center no-repeat;
   padding:4px 50px 2px 50px;
}

a.m_news:hover {
	background: url(../images/m_news.gif) bottom center no-repeat;
	}

a.m_news_a {
	background: url(../images/m_news.gif) bottom center no-repeat;
   padding:4px 50px 2px 50px;
	}	
	
a.m_contact {
	color: #fff;
	background: url(../images/m_contact.gif) top center no-repeat;
   padding:4px 40px 2px 80px;
}

a.m_contact:hover {
	background: url(../images/m_contact.gif) bottom center no-repeat;
	}

a.m_contact_a {
	background: url(../images/m_contact.gif) bottom center no-repeat;
   padding:4px 40px 2px 80px;
	}






