/* Generated by KaZcadeS */
.menustyle {
  font-weight: bold;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;}
  
.menustyle:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}
  
.menustyle ul {
  margin: 0 0 0 -40px;
  text-align: center;}
  
.menustyle li {display: inline;}
  
.menustyleRed {
  /*border: 1px solid #ca3434; */
  border: 1px solid #ba0202;
  margin: 0;
  float: left;
  color: #ffffff;
  padding-top: 3px;
  width: 129px;
  height: 20px;
  text-decoration: none;
  background-color: #ba0202;}

.menustyleBlue {
  border: 1px solid #21418c;
  margin: 0;
  float: left;
  color:#FFFFFF;
  padding-top: 3px;
  width: 129px;
  height: 20px;
  text-decoration: none;
  background-color: #21418c;}
  
.dropmenudivr {
	opacity: 0.9;
	
 	position:absolute;
	top: 0;
	margin-left:2px;
	border: 1px solid #CA3434; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px sans-serif;
	line-height:18px;
	z-index:100;
	background-color: #BA0202;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000CC,direction=135,strength=4) alpha(opacity=80); /*Add Shadow and transparancy in IE. Remove if desired*/ }
	html>body .dropmenudivr {margin-left:0;}
	*:first-child+html .dropmenudivr {margin-left:2px;}
	
.dropmenudivb {
	opacity: 0.9;
	filter: alpha(opacity=60);
 	position:absolute;
	top: 0;
	margin-left:2px;
	border: 1px solid #0000CC; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px sans-serif;
	line-height:18px;
	z-index:100;
	background-color: #21418c;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CA3434,direction=135,strength=4) alpha(opacity=80); /*Add Shadow in IE. Remove if desired*/ }
	html>body .dropmenudivb {margin-left:0;}
	*:first-child+html .dropmenudivb {margin-left:2px;}

.dropmenudivr a {
  border-bottom: 1px solid #ca3434;
  padding: 2px 0;
  width: auto;
  display: block;
  text-indent: 3px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;}

.dropmenudivb a {
  border-bottom: 1px solid #0000CC;
  padding: 2px 0;
  width: auto;
  display: block;
  text-indent: 3px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;}

.dropmenudivr a:hover {background-color: #21418c;}

.dropmenudivb a:hover {background-color: #BA0202;}
