.chromestyle{
	width: 100%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: right;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul{
	width: 100%;
	text-align: center;
	text-decoration: none;
/*	background-image: url(navbg.jpg);
*/	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: right bottom;
	border: 1px none #BBB;
	margin: 0;
	padding: 0px;
	vertical-align:bottom;
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li a{
	
	text-decoration: none;
	
}

.chromestyle ul li a:hover{
	text-decoration: none;
	background-color: #ffffff;
}


.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 ######### */

.dropmenudiv{
	position:absolute; /*THEME CHANGE HERE*/	
	border-bottom-width: 1px;
	line-height:25px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style:0px solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	
	
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 11px;
	text-decoration: none;
	/*color: #3891C0;*/
	border-bottom:1px solid #BBB;
	/*border-top:1px solid #BBB;*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv  a:link, .dropmenudiv  a:visited{
	 color: #000000;
	 text-decoration:none
}

.dropmenudiv  a:hover{
	color: #ffffff; 
	background-color: #016db6;
}





/* Glossary table */
.glossary-table{
	font-size:13px;
	width:100%;
}
.glossary-table th{
	padding:10px;
	background-color:#ddd;
	text-align:left;
}
.glossary-table td{
	padding:10px;
	border-bottom:#f2f2f2 1px solid;
	background-color:#fff;
}
.glossary-table .odd td{
	background-color:#fafafa;
}



.btn  {
border: none;
padding: 5px 20px;
color: #fff;
border-radius: 5px;
font-size: 14px;
background-color: #0063a1;
text-decoration: none;
font-weight: bold;
display: inline-block;
cursor: pointer;
border: solid 1px #005387;
}


 .btn.grey-button {
background-color: #f2f2f2;
color: #666 !important;
border: solid 1px #d9d9d9;
text-shadow: none !important;
}


.btn.grey-button:hover {
background-color: #ddd;
}

.required {
color: #F00;
}
