/* red title bar bg 
*/
#menubg_gr  {
	visibility: visible;
	position: absolute;
	left: 391px;
	top: 269px;
	z-index: 3;
	width: 610px;
	height: 92px;
	background-color: #C51933;
	border:#FFC082 solid 2px
}

#list-menu-ex {
 background-color:#666666;  padding:0px; height:auto; width:auto

/*this width value is also effected by
the padding we will later set on the links. 
*/
}
#list-menu-ex ul {
margin:0px;
padding:0px;
list-style-type: none;
font-family: arial;
font-size: 17.5px;
text-align:center;
font-weight:bold; 
color:#CC0000;
} 

#list-menu-ex li {
float:left;
} 

#list-menu-ex a {
display:block;
width:114px;
height:30px;
text-align: center;
border: 1px solid #FFC082;
background:#EFEFEF;
text-decoration: none; /*lets remove the link underlines*/
filter:blendTrans(duration=0.2);
} 
#list-menu-ex a:link {
color: #CC3300;
padding:3px
}

#list-menu-ex a:visited{
color: #CC3300;padding:3px
}

#list-menu-ex a:hover {
border: 1px solid #FFC082;
background:#FFC082;
color:#CC3300;padding:3px
}


#activetab {
border: 1px solid #FFC082;
background:#FFC082;
color:#CC3300;padding:3px
}
