#topmenu{
	padding: 0px;
	margin: 0px;
	font-family: georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 780px;
	height: 26px;
	position: absolute;
	left: 4px;
	top: 80px;
	background: url(images/menu_780x26.gif) no-repeat 0px -26px;
	z-index: 1000;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1000;
	text-align: center;
}
#topmenu ul li {
	position: relative;
	float: left;
	text-align: center;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
}
#topmenu li ul {
	position: absolute;
	left: 0;
	top: auto;
	display: none;
}
#topmenu ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 26px;
	background: url(images/menu_780x26.gif) no-repeat 0px 0px;
	z-index: 1000;
}
/* commented backslash mac hiding hack \*/ 
* html  #topmenu ul li a {
	height:1%;
	z-index: 1000;
}
/* end hack */ 

/* rollover - when hovering, image sprite is replaced with transparent sprite.gif - showing the background image underneath */
#topmenu ul li:hover a, #topmenu ul li.over a {
	color: #FBD872;
	display: block;
	text-align: center;
	background: url(images/sprite.gif) no-repeat top left;
	z-index: 1000;
}

#topmenu ul li:hover li a, #topmenu ul li.over li a {

	/*Drop Down Anchor Normal*/

	color: #FDD774;
	background-image: url(images/bullet_11x8.gif);
	background-color: #7b1602;
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	border-right: 1px solid #FDD774;
	border-bottom: 1px solid #FDD774;
	border-left: 1px solid #FDD774;
	width: 270px;
	text-indent: 8pt;
	z-index: 1000;
	/*opacity for IE5+*/
	 filter: alpha(opacity=90);
	/*opacity for older Mozilla browsers*/
	 -moz-opacity: 0.9;
	/*opacity for mozilla/safari*/
	opacity: 0.9;
}
#topmenu ul li:hover li a:hover, #topmenu ul li.over li a:hover {

	/*Drop Down Anchor Hover*/

	background-image: url(images/bullet_11x8_roll.gif);
	background-color: #fdd774;
	background-position: left center;
	background-repeat: no-repeat;
	color: #7A2310;
	z-index: 1000;
}
#topmenu .brder {
	/*1st instance border*/
	border: 1px solid #FDD774;
}
#topmenu ul li ul li {
	/*Drop Down List Style*/
	background-image: url();
	line-height: 18px;
	height: 18px;
	font-size: 11px;
	z-index: 1000;
} 
#topmenu ul li ul li a {

	/*Drop down Anchor Style*/

	font-size: 11px;
	background-image: url();
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	line-height: 18px;
	height: 18px;
	z-index: 1000;
} 
#topmenu ul li:hover ul, #topmenu ul li.over ul { 
	display: block; 
	z-index: 1000;
} 

/*Menu Widths*/
#topmenu #w1 {
	width: 25px;
}
#topmenu #w2 {
	width: 90px;
}
#topmenu #w3 {
	width:41px;
}
#topmenu #w4 {
	width: 96px;
}
#topmenu #w5 {
	width: 41px;
}
#topmenu #w6 {
	width: 164px;
}
#topmenu #w7 {
	width: 41px;
}
#topmenu #w8 {
	width: 112px;
}
#topmenu #w9 {
	width: 41px;
}
#topmenu #w10 {
	width: 106px;
}
#topmenu #w11 {
	width: 23px;
}


/*Menu Image Sprite Positions*/
#topmenu .s1 {
	background-position: 0px 0px;
}
#topmenu .s2 {
	background-position: -25px 0px;
}
#topmenu .s3 {
	background-position: -115px 0px;
}
#topmenu .s4 {
	background-position: -156px 0px;
}
#topmenu .s5 {
	background-position: -252px 0px;
}
#topmenu .s6 {
	background-position: -293px 0px;
}
#topmenu .s7 {
	background-position: -457px 0px;
}
#topmenu .s8 {
	background-position: -498px 0px;
}
#topmenu .s9 {
	background-position: -610px 0px;
}
#topmenu .s10 {
	background-position: -651px 0px;
}
#topmenu .s11 {
	background-position: -757px 0px;
}
#topmenu .s12 {
	background-position: -780px 0px;
}


/*you are here - active state*/
#topmenu .here {
	color: #206DB3;
	display: block;
	text-align: center;
	background: url(images/sprite.gif) no-repeat top left;
	z-index: 1000;
}

