/* CSS Document */
li {
	font: 12px tahoma;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_a{
	position:absolute;
	top: 0;
	border: 0px solid #ff0000; /*THEME CHANGE HERE*/
	border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:30px;
	z-index:100;
	background-color: #F7954F;
	width: 209px;
	visibility: hidden;
	margin-top:-17px;
}

.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #FDE8E9;
	border-bottom:1px solid #ffffff; /*THEME CHANGE HERE*/
	padding: 3px 0px;
	text-decoration: none;
	color: white;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.dropmenudiv_a a.sub_bottom{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/
	padding:1px 0px 1px 0px;
	text-decoration: none;
	color: white;
	background: transparent url(../images/sub_bottom.gif) bottom left no-repeat;
	background-position:0% 0px;
}

.dropmenudiv_a a.subtop{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom:1px solid #ffffff; /*THEME CHANGE HERE*/
	padding:1px 0px 1px 0px;
	text-decoration: none;
	color: white;
	background: transparent url(../images/sub_top.gif) top left no-repeat;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	color: #000000;
}
.dropmenudiv_a a:hover.subtop{ /*THEME CHANGE HERE*/
	color: #000000;
}
.dropmenudiv_a a:hover.sub_bottom{ /*THEME CHANGE HERE*/
	color: #000000;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu2{
	margin: 0;
	padding: 0;
	float:right;
}

#pointermenu2 ul{
	margin: 0;
	margin-left: 0px; /*menu offset from left edge of window*/
	float: left;
	padding: 0px;
	font-size: 13px;
	background:none; /*optional left round corner*/
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 1em;
	margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
	display: inline;
}

#pointermenu2 ul li a{
	float: left;
	color: white;
	font-weight: 200;
	padding: 0px;
	text-decoration: none;
	border-right: 0px solid white;
}

#pointermenu2 ul li a.left_menu_item:hover{
	float: left;
	color: #000000;
	font-weight: 200;
	padding: 0px;
	text-decoration: none;
	border-right: 1px solid white;
}

#pointermenu2 ul li a.noborder_right:hover{
	float: left;
	color: #000000;
	font-weight: 200;
	padding: 0px;
	text-decoration: none;
	border-right: 0px solid white;
}

#pointermenu2 ul li a:visited{
	color: white;
}

#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
	color: lightyellow;
	background-color: #76A240;
}

#pointermenu2 ul li a#rightcorner{
	padding-right: 0;
	padding-left: 2px;
	background: url(../images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}
