
/* the menu bar*/
.chromestyle{
/*
width: 100%;
background:#0092C8;
line-height:1.2em;
*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
/*
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
width: 100%;
padding: 4px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
/*
margin-left:60px;
*/
}

.chromestyle ul li{
display: inline;
}

/* top level menu items*/
.chromestyle ul li a{
/*
color:white;
font:bold;
padding: 4px 5px;
margin: 0;
text-decoration: none;
margin-right:15px;
font-weight:800
*/
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

/* second level menu container */
.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #242424;

width: 150px; /* no width to adjust to menu item content*/

visibility: hidden;
}

/* second level menu items*/
.dropmenudiv a{
text-align: left;
width: auto;
display: block;
text-indent: 3px;
/*
padding: 2px 10px;
*/
text-decoration: none;
/*
color:white;
*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ADADAD;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    
    color:#59C6F2;

/*
background-color: #25B9F1;
*/
}

.fieldset_css
{
    margin: 50px 20px 0 0;
    padding:20px;
    font-family:Arial;
    font-size:12px
}
