.fixedwidth {
  min-width: 950px; 
  max-width: 1260px;
 /* margin: 0 auto; padding: 0 10px; */
/* width:expression(document.body.clientWidth < 900? "900px" : "auto"); */
}
div#wrapper {

/*    position:relative; */

/*    margin-left:auto; */

/*    margin-right:auto; */

/*    top: 20px; */

    width:930px;

/*    background-color: #CCCCCC; */

}
body {margin:0}

img {
	display: block;	/* removes extra spacing after image in IE */
}

.bannermenu a span {
	text-decoration: none;	/* removes underline */
	color:#fac000;
	margin: 0 0 0 0;
}

.homemenuclass ul {
  margin: 0 0 0 80px;
  padding: 0;
  list-style-type: none; /* gets rid of bullets */
}
.homemenuclass li {
  margin: 0;
  padding: 0;
  display: inline; /* makes the list go horizontal */
}



.slidetabsmenu ul {
  margin: 0 0 0 80px;
  padding: 0;
  list-style-type: none; /* gets rid of bullets */

margin: 0;
margin-left: 85px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
/*font: bold 13px Verdana; */
background: #a0a0a0 url(../images/leftround2.gif) no-repeat left bottom; /*optional left round corner*/
}


.slidetabsmenu ul li a#rightcorner2{
padding-right: 0px;
padding-left: 178px;	/* modify this to make the menubar the correct length */
background: #a0a0a0 url(../images/rightround2.gif) no-repeat right top; /*optional right round corner*/
}


.slidetabsmenu li {
  margin: 0;
  padding: 0;
  display: inline; /* makes the list go horizontal */

}
.slidetabsmenu a {
/*  margin: 0 -9px 0 0; */
/*  padding: 0 0 0 9px; */
/*  background: transparent url(media/slide-left.gif) no-repeat scroll left top; */
  float: left;
  text-decoration: none;	/* removes underline */
}
.slidetabsmenu a span {
  padding: 0px 15px; 
  /*  margin: 0 0px 0 0; */
  background: #a0a0a0 url(media/slide-right.gif) no-repeat scroll right top; 
  /*  float: left; */
  /*  display: block; */
  font-family: "Gill Sans", sans-serif; 
  /*  font-weight: bold; */
  color:  #fff;	/* white text color */
  border-right: 2px dotted #eee;	/* separator between menu items */
}

.slidetabsmenu li:first-child a span {
  border-left: none;
}

.slidetabsmenuk a span {
  float: none;
}
.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span {
  color: gold;
}
.slidetabsmenu a:hover, .slidetabsmenu li.selected a {
  background-position: 0% -125px;
}
.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span {
  background-position: 100% -125px;
}
html > body .IEonlybr {
  display: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
/* font:normal 12px Verdana; */
  font-family: "Gill Sans", sans-serif; 
line-height:18px;
z-index:100;
background-color: #a0a0a0;
width: 200px;
visibility: hidden;
}

.dropmenudiv_c_k{
visibility: hidden;
background-color:red;
width:300px;
}

.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
/* font-weight: bold; */
color: white;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
  color: gold;
/* background-color: #eaeaea; */
}
