.chromestyle{
	width: 100%;
 	font-weight:bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding:0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
/*color: #ffffff;
padding-right:11px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
background:url(../images/bg-nav1Pipe.gif) right no-repeat;*/
}
 
.chromestyle ul li a:hover{
 
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
 
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
left:0;
background-color: #f0f0f0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
width: 283px;	
}


.dropmenudiv a{
	display:block;
	font-family:arial;
	font-size:12px;
	line-height:normal;
	text-transform:none;
	font-weight:bold;
	padding:6px 14px 5px 13px;
	color:#fff;
	text-decoration:none;
	background-color:#80AC3F;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background:#6b903d;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-transform:none;
}


#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

 
#dropmenudiv a:hover{ /*hover background color*/
background-color: #b2b4bf;
}
 
.text1{
cursor:pointer;font-size:12px;font-family:arial;width:265px;padding:2px 20px 3px 2px;border:1px solid #cccccc;background:url(../images/ddlarrow.gif) #f0f0f0 top right no-repeat;
}
.text1hover{
cursor:default;font-size:12px;font-family:arial;width:265px;padding:2px 20px 3px 2px;border:1px solid #cccccc;background:url(../images/ddlarrow-h.gif)  #f0f0f0  top right no-repeat;
}
a.test{
color:#000;
display: block;
 
padding:1px 0 0 3px;
text-decoration: none;
font-size:12px;font-family:arial;
}
.text2{
cursor:pointer;font-size:12px;font-family:arial;width:265px;padding:2px 20px 3px 2px;border:1px solid #cccccc;background:url(../images/ddlarrow.gif) #f0f0f0 top right no-repeat;
}
.text2hover{
cursor:default;font-size:12px;font-family:arial;width:265px;padding:2px 20px 3px 2px;border:1px solid #cccccc;background:url(../images/ddlarrow-h.gif)  #f0f0f0  top right no-repeat;
}
a.test{
color:#000;
display: block;
 
padding:1px 0 0 3px;
text-decoration: none;
font-size:12px;font-family:arial;
}
/*
 .step1-hl{
 background:url(../images/step1-hl.jpg);width:264px;height:76px;
 }
  .step1-dehl{
 background:url(../images/step1-dehl.jpg);width:264px;height:76px;
 }
 .step2-hl{
 background:url(../images/step2-hl.jpg);width:100%;height:323px;
 }
  .step2-dehl{
 background:url(../images/step-hl.jpg);width:100%;height:36px;
 }
  .step3-hl{
 background:url(../images/hl-bg.jpg);width:100%;margin-bottom:20px;
 }
  .step3-dehl{
 background:url(../images/step3-dehl.jpg);width:100%;height:36px;
 }*/
