.chromestyle{
margin:0 auto;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.dropmenudiv{
position:absolute;
top: 5px;
left: 5px;
margin-top:-11px;
margin-left:10px;
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
z-index:100;
width: 132px;
}

.dropmenudiv img{
	margin:0;
}

.dropmenudiv a{
width: auto;
display: block;
border-left: 8px solid #006c54;
border-right: 8px solid #006c54;
padding:5px 0;
text-decoration: none;
color: #000;
font-size:11px;
background-color:#fff3e1;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color:#006c54;
color:#FFF;
}

.dropmenudivAbout{
position:absolute;
top: 0;
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
z-index:100;
width: 200px;
margin-top:-11px;
margin-left:-25px;
}

.dropmenudivAbout a{
width: auto;
display: block;
text-indent: 3px; 
padding:5px 0;
text-decoration: none;
color: #000;
font-size:11px;
background-color:#fff1dc;
border-right: 8px solid #8c65aa;
border-left: 8px solid #8c65aa;
}

* html .dropmenudivAbout a{ /*IE only hack*/
width: 100%;
}


.dropmenudivAbout a:hover{ 
background-color:#8c65aa;
color:#FFF;
}

.dropmenudivDigitalPrinting{
position:absolute;
top: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
z-index:100;
width: 200px;
margin-top:-11px;
}

.dropmenudivDigitalPrinting a{
width: auto;
display: block;
text-indent: 3px;
padding: 5px 0;
text-decoration: none;
color: #000;
font-size:11;
background-color:#fff1dc;
border-right: 8px solid #bd1c5b;
border-left: 8px solid #bd1c5b;
}

* html .dropmenudivDigitalPrinting a{ /*IE only hack*/
width: 100%;
}

.dropmenudivDigitalPrinting a:hover{ 
background-color:#bd1c5b;
color:#FFF;
}

.dropmenudivContact{
position:absolute;
top: 0;
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
z-index:100;
width: 200px;
margin-top:-11px;
}

.dropmenudivContact a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #000;
font-size:11;
background-color:#fff1dc;
border-right: 8px solid #9397cc;
border-left: 8px solid #9397cc;
}

* html .dropmenudivContact a{ /*IE only hack*/
width: 100%;
}

.dropmenudivContact a:hover{ 
background-color:#9397cc;
color:#FFF;
}

a.notlink {
	background-color:#007a5a;
	color:#fff;
	width:148px;
	font-size:15px;
	margin-left:-10px;
	padding-left:10px;
}

img.dropDownBottom {
	padding:0;
	margin:0;
}

img.bullet {
	padding:3px;
}

span.indent {
	margin-left:13px;
}