.chromestyle{
	 width:940px; height:47px; float:left;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	list-style:none;
	float:left;
}

.chromestyle ul li{
float:left;
	}

.chromestyle ul li a{
width:auto;
	float:left;
	font-family: 'MyriadProSBdSCn';
	font-size:16px;
	text-decoration:none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */
.drop_top {
	width:940px;
	height:7px;
	float:left;
	background:url(/images/dropdown_top.png) no-repeat;
}
.drop_mid {
	width:940px;
	height:auto;
	float:left;
	background:url(/images/dropdown_mid.png) repeat-y;
}
.drop_bottom {
	width:940px;
	height:11px;
	float:left;
	background:url(/images/dropdown_bottom.png) no-repeat;
}
.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
left:0px!important;
top:65px!important;
width: 940px;
height:195px;
visibility: hidden;
background:url(/images/drop_downbg.png) no-repeat;
}
.dropmenudiv ul{
width:190px;
float:left;
padding-top:16px;
padding-left:6px;
}
.dropmenudiv ul li{
float:left;
padding:0 0 0px 37px !important;
border:none!important;
background:url(/images/drop_arrow.png) 14px 4px no-repeat;
}

.dropmenudiv ul li a{
width: auto;
display: block;
text-indent: 3px;
text-decoration: none;
 font-family: 'MyriadProSemiCondensed';
font-size:16px;
color:#000;
padding:0px!important;
}
.dropmenudiv ul li:hover{color:#000000;}
.dropmenudiv ul li:hover a{color:#000000;}
.dropmenudiv ul li a:hover {color: red; text-decoration: underline; }

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;
*/}

.dropmenu_name {
width:230px;
height:195px;
text-align:center;
font-family:'Conv_MyriadPro-Semibold',Sans-Serif;
padding-top: 24px;
padding-bottom: 24px;
/* padding:86px 0 80px 0; */
font-size:24px;
color:#000000;
float:left;
}

.dropmenu_name p {
text-align: left;
font-family:'MyriadProSemiCondensed',Sans-Serif;
padding-top: 24px;
padding-left: 24px;
padding-right: 24px;
font-size:14px;
color:#000000;
float:left;
}

.dropmenu_content {
width:280px;
height:130px;
padding: 20px 30px 30px 30px;
float:left;
font-family:"MyriadProSemiCondensed";
font-size:15px;
color:#000000;
}

.dropmenu_content h1 {
font-family:"Conv_MyriadPro-Semibold";
font-size:16px;
color:#976319;
padding-bottom: 10px;
}

.dropmenu_end {
width:120px;
height:130px;
padding-top: 20px;
padding-left: 24px;
float:left;
font-family:"MyriadProSemiCondensed";
font-size:11px;
color:#000000;
}

.dropmenu_end h1 {
font-family:"Conv_MyriadPro-Semibold";
font-size:16px;
color:#976319;
padding-bottom: 10px;
}

