.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;
	font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	xbackground:url(../images/bg_dropdown.gif) repeat-y left #ededed;
	background:#c0c0c0;
	margin-top:-1px;
}
.dropmenudiv ul{
	list-style:none;
	padding:0 1px;
	margin:0;
}
.dropmenudiv li{
	xbackground:url(../images/site/line2.gif) repeat-x bottom;
	padding:0 0 1px;
	width:200px;
	float:left;
}


.dropmenudiv a{
	display: block;
	background:#f2f0f0;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	font-weight: bold;
	color:#7E141E;
	position:relative;
	-width:200px;
	font-size:11px;
}

*html .dropmenudiv a {
    padding: 2px 5px 2px 4px;
}


*+html .dropmenudiv a{
	width:190px;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background:#fff;
	text-decoration:none;
	color:#5B7A9B !important;
}

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;
	}






