@charset "utf-8";
/* CSS Document */


#menuBar {
height:10px;
width:100%;
margin:auto;
background-color:#CCCCCC;

}



/* MENU */
ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 2px 2px 2px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
ul li {
  font: bold 11px/16px sans-serif;
  display: inline-block;
  margin-right: -4px;
  margin-left: 0px;
  position: relative;
  padding: 3px 8px; /* height and width of top menu box */
  background: #5d778c; /* top tier button color eae8e8  ebd9d9*/
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #729cb9;
  color: #fff;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 19px; /* children's distance from top menu box, must touch */
  left: -10px; /* children offset */
  width: 130px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #5d778c; /* children rolldown background color */
  display: block; 
  color: #fff;
  text-shadow: 0 0 0 #000;
}
ul li ul li:hover { background: #729cb9; } /* children rollover color */
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
/* MENU end */

hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}


/* BUTTON */

.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #7cacde;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}.classname:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */
/* BUTTON end */


/* ... general text definitions ... */
body, p, li  { font-family:Verdana, Arial, Helvetica, sans-serif }
h1, h2, h3, h4, h5, h6 { font-family:Verdana, Arial, Helvetica, sans-serif }

a {color:#3b3c3c;}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;color:#3b3c3c;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;color:#3b3c3c;
	text-decoration: none;	
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;color:#3b3c3c;
	text-decoration: underline;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;color:#3b3c3c;
	text-decoration: none;
}



.txtMenu {
     font-size: 11px;
	 font-weight: bold;
}

a.txtMenu:link {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.txtMenu:active {
    font-size: 11px;
	color: #fff; text-decoration: none;
	font-weight: bold;
}

a.txtMenu:visited {
    font-size: 11px;
	color: #fff; text-decoration: none;
	font-weight: bold;
}

a.txtMenu:hover {
    font-size: 11px;
	color: #fff; text-decoration: underline;
	font-weight: bold;
}
