.chromestyle{
width: 100%; 
/*font-weight: bold; */
font-family:Verdana;
font-size:12px;
font-weight:bold;
border:0px solid; 
text-transform:uppercase;
}

.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: 0px 0px;
	margin:0px 0px;
	text-align: center; 
}

.chromestyle ul li
{
	display: inline;
}

.chromestyle ul li {
height:10px;
padding: 5px 5px;
margin-left:0px;
/*margin-top:7px;
margin-bottom:2px; */
text-decoration: none;
border: 0px solid; 

}

/*.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*/
/*background-color:#823D5C;
color: white;

}*/



.clsHome
{
	
	text-decoration: none;
	background-color:#ffffff;	
	color: #00749C;
}
.clsHome a
{
	text-decoration: none;
	padding: 4px 11px;
	border: 1px solid #00749C;
	color: #00749C;
}
.clsHome  a:hover
{ 
	background-color:#00749C;
	color: #ffffff;
}


.clsHomeSel
{
	text-decoration: none;
}
.clsHomeSel a
{
	text-decoration: none;
	padding: 4px 10px;
	border: 1px solid #00749C;
	background-color:#00749C;	
	color: #ffffff;
}

.clsAbout
{
	text-decoration: none;
	background-color:#ffffff;	
	color: #823D5C;
}
.clsAbout a
{
	text-decoration: none;
	padding: 4px 10px;
	border: 1px solid #823D5C;
	color: #823D5C;
}
.clsAbout  a:hover
{ 
	background-color:#823D5C;
	color: #ffffff;
}


.clsAboutSel
{
	text-decoration: none;
}
.clsAboutSel a
{
	text-decoration: none;
	padding: 4px 10px;
	border: 1px solid #823D5C;
	background-color:#823D5C;	
	color: #ffffff;
}

.clsServices 
{
	text-decoration: none;
	background-color:#ffffff;	
	color: #C7982C;
}
.clsServices a
{
	text-decoration: none;
	padding: 4px 9px;
	border: 1px solid #C7982C;
	color: #C7982C;
}
.clsServices  a:hover
{ 
	background-color:#C7982C;
	color: #ffffff;
}


.clsServicesSel
{
	text-decoration: none;
	
}
.clsServicesSel a
{
	text-decoration: none;
	padding: 4px 10px;
	border: 1px solid #C7982C;
	background-color:#C7982C;	
	color: #ffffff;
}



.clsResrch
{
	text-decoration: none;
	background-color:#ffffff;	
	color: #3F7137;
}
.clsResrch a
{
	text-decoration: none;
	padding: 4px 9px;
	border: 1px solid #3F7137;
	color: #3F7137;
}
.clsResrch  a:hover
{ 
	background-color:#3F7137;
	color: #ffffff;
}


.clsResrchSel
{
	text-decoration: none;
	
}
.clsResrchSel a
{
	text-decoration: none;
	padding: 4px 10px;
	border: 1px solid #3F7137;
	background-color:#3F7137;	
	color: #ffffff;
}

.clsPartner
{
	text-decoration: none;
	background-color:#ffffff;	
	color: #B04520;
}
.clsPartner a
{
	text-decoration: none;
	padding: 4px 9px;
	border: 1px solid #B04520;
	color: #B04520;
}
.clsPartner  a:hover
{ 
	background-color:#B04520;
	color: #ffffff;
}

.clsPartnerSel
{
	text-decoration: none;
	
}
.clsPartnerSel a
{
	text-decoration: none;
	padding: 4px 10px;
	border: 1px solid #B04520;
	background-color:#B04520;	
	color: #ffffff;	
}

.clsOnTrade
{
	text-decoration: none;
	background-color:#ffffff;	
	/*color: #96489A;*/
	color: #7B4E84;
}
.clsOnTrade a
{
	text-decoration: none;
	padding: 4px 9px;
	/*border: 1px solid #96489A;
	color: #96489A;*/
	border: 1px solid #7B4E84;
	color: #7B4E84;
}
.clsOnTrade  a:hover
{ 
	/*background-color:#96489A;*/
	background-color:#7B4E84;
	color: #ffffff;
}


.clsMajorSel
{
	text-decoration: none;
}
.clsMajorSel a
{
	text-decoration: none;
	padding: 4px 10px;
	/*border: 1px solid #96489A;
	background-color:#96489A;*/
	border: 1px solid #7B4E84;
	background-color: #7B4E84;
	color: #ffffff;
}

/*
.clsPartner
{
	text-decoration: none;
	background-color:#ffffff;	
	color: #807f7f;
}
.clsPartner a
{
	text-decoration: none;
	padding: 4px 9px;
	border: 1px solid #807f7f;
	color: #807f7f;
}
.clsPartner  a:hover
{ 
	background-color:#807f7f;
	color: #ffffff;
}
*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
/*font-family: Bell Gothis Std.Bold;*/
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: 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*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: white;
}


.subMAbt{
position:absolute;
font-family:Verdana;
font-size:13px;
text-transform:uppercase;
top: 0;
border: 1px solid #823D5C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
/*font-family: 12px Bell Gothis Std.Bold;*/
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*/
}


.subMAbt a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #823D5C; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
color:#823D5C;
}

* html .subMAbt a{ /*IE only hack*/
width: 100%;
}

.subMAbt a:hover{ /*THEME CHANGE HERE*/
background-color: #823D5C;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: white;
}





.subMService{
position:absolute;
font-family: Verdana;
font-size:13px;
text-transform:uppercase;
top: 0;
border: 1px solid #C7982C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: 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*/
}


.subMService a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #C7982C; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
color: #C7982C;
}

* html .subMService a{ /*IE only hack*/
width: 100%;
}

.subMService a:hover{ /*THEME CHANGE HERE*/
background-color: #C7982C;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: white;
}


.subMResearch{
position:absolute;
font-family: Verdana;
font-size:13px;
text-transform:uppercase;
top: 0;
border: 1px solid #3F7137; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: 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*/
}


.subMResearch a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3F7137; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
color: #3F7137;
}

* html .subMResearch a{ /*IE only hack*/
width: 100%;
}

.subMResearch a:hover{ /*THEME CHANGE HERE*/
background-color: #3F7137;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: white;
}



.subMCareers{
position:absolute;
font-family: Verdana;
font-size:13px;
text-transform:uppercase;
top: 0;
border: 1px solid #00749C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: 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*/
}


.subMCareers a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #00749C; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
color: #00749C;
}

* html .subMCareers a{ /*IE only hack*/
width: 100%;
}

.subMCareers a:hover{ /*THEME CHANGE HERE*/
background-color: #00749C;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: white;
}


.subMOnline{
position:absolute;
font-family: Verdana;
font-size:13px;
text-transform:uppercase;
top: 0;
/*border: 1px solid #96489A; *//*THEME CHANGE HERE*/ 
border: 1px solid #7B4E84; /*THEME CHANGE HERE*/ 
border-bottom-width: 0;
font-family: 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*/
}


.subMOnline a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #96489A; *//*THEME CHANGE HERE*/
border-bottom: 1px solid #7B4E84; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
/*color: #96489A;*/
color: #7B4E84;
}

* html .subMOnline a{ /*IE only hack*/
width: 100%;
}

.subMOnline a:hover{ /*THEME CHANGE HERE*/
/*background-color: #96489A;*/
background-color: #7B4E84;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: white;
}


.subMPartnerUs{
position:absolute;
font-family: Verdana;
font-size:13px;
text-transform:uppercase;
top: 0;
border: 1px solid #B04520; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: 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*/
}


.subMPartnerUs a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B04520; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
color: #B04520;
}

* html .subMPartnerUs a{ /*IE only hack*/
width: 100%;
}

.subMPartnerUs a:hover{ /*THEME CHANGE HERE*/
background-color: #B04520;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: white;
}


.footText
{
	font-family: Verdana;
	font-size:13px;
	font-weight:bold;
}

.footText a
{
	color:white;
	text-decoration:none;
}
.footText a:hover
{
	color:white;	
	text-decoration:underline;
}

.txt
{
	font-family:Verdana;
	font-size:13px;
	color:black;
	text-align:justify;
}

.headerTxt
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
}

.homeHeader
{
	font-family:Verdana;
	color:white;
	font-size:25px;
}