.chromestyle{
width:100%;
font-weight: bold;
background-image:url(../images/menu_bg.jpg);
height:35px;
background-repeat:repeat-x;
z-index:1000px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
z-index:1000px;

}

.chromestyle ul{
width:auto;
padding:8px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
z-index:1000px;
}

.chromestyle ul li{
display: inline;
z-index:1000px;
}

.chromestylefirst{
color: #ffffff;
padding: 4px 20px;
margin: 0;
text-decoration: none;
background-image:url(../images/menu_bgline.jpg);
background-repeat:no-repeat;
background-position:right;
z-index:1000px;
}

.chromestylelast{
color: #ffffff;
padding: 4px 20px;
margin: 0;
text-decoration: none;
background-repeat:no-repeat;
background-position:right;
z-index:1000px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
  
  font-family:Trebuchet MS;
  font-size:11px;
  color:#ffd200;
  text-decoration:none;
/*background-color:#3582D8;*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
width:auto;
position:absolute;
/*border-bottom:1px solid #49a9e7;*/
font-family:Trebuchet MS;
font-size:10px;
color:#ffd200;
line-height:18px;
z-index:100;
background-color:#225895;
margin-top:0px;
visibility: hidden;
border:1px solid #f8fcff;
}


.dropmenudiv a{
width:auto;
display: block;
text-indent: 3px;
padding: 3px 0;
text-decoration: none;
font-family:Trebuchet MS;
font-size:10px;
color:#ffffff;
border-bottom:1px solid #f8fcff;
padding-right:15px;

}

* html .dropmenudiv a{ /*IE only hack*/
width:auto;
background-color:#225895;
font-family:Trebuchet MS;
font-size:10px;
color:#ffffff;
}

.dropmenudiv a:hover{  
width:auto;
background-color: #3582d8;
border-bottom:1px solid #ffffff;
margin-left:0px;
margin-right:0px;
font-family:Trebuchet MS;
font-size:10px;
color:#ffd200;
}




/*chromestyle menu demo*/
.chromestyle-red ul
{
text-align: left; 
/*set value to "left", "center", or "right"*/
}

.chromestyle-red ul li a{
font-family:Trebuchet MS;
font-size:11px;
color:#FFFFFF; 
text-decoration:none;
}

.chromestyle-red ul li a:hover, .chromestyle-red ul li a.selected{
padding-top:5px;
font-family:Trebuchet MS;
font-size:11px;
color:#ffd200;
text-decoration:none;
}
.topmenu
{
font-family:Trebuchet MS;
font-size:11px;
color:#FFFFFF; 
text-decoration:none;
}
.feedbackformtext
{
	font-family:Trebuchet MS;
	font-size:12px;
	color:#3c3c3c;
}
.startext
{
	font-family:Trebuchet MS;
	font-size:12px;
	color:#ff7800;
}
.textfield
{
	width:115px;
	height:15px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#3c3c3c;
}
.textfieldcombo
{
	width:auto;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#3c3c3c;
}
	
		




/* DIVIDER 

.chromestyle-green ul{
background: url(chrometheme/chromebg3.gif) center center repeat-x;  
text-align: right; /*set value to "left", "center", or "right"
}

.chromestyle-green ul li a{
border-right: 1px solid #ADED7C;
}

.chromestyle-green ul li a:hover, .chromestyle-green ul li a.selected{
 
}

.dropmenudiv-green{
border: 1px solid #ADED7C;  
}

.dropmenudiv-green a{
border: 1px solid #ADED7C;
  
}

.dropmenudiv-green a:hover{  
background-color: #EAFADC;
}



/* DIVIDER 

.chromestyle-blue ul{
background: url(chrometheme/chromebg2.gif) center center repeat-x;
text-align: center; 
/*set value to "left", "center", or "right"
}

.chromestyle-blue ul li a{
border-right: 1px solid #B5E2FE; 
}

.chromestyle-blue ul li a:hover, .chromestyle-blue ul li a.selected{
background-image:url(../images/menu_bgline.jpg);
background-repeat:no-repeat;
height:35px;
background-position:right;

}

.dropmenudiv-blue{
background-image:url(../images/menu_bgline.jpg);
background-repeat:no-repeat;
height:35px;
background-position:right;

}

.dropmenudiv-bluea{
background-image:url(../images/menu_bgline.jpg);
background-repeat:no-repeat;
height:35px;
background-position:right; 
}

.dropmenudiv-blue a:hover{ 
background-image:url(../images/menu_bgline.jpg);
background-repeat:no-repeat;
height:35px;
background-position:right;
}
/*chrome style menu demo end*/