/* ######### Style for Drop Down Menu ######### */
img {
	border:0px;
}
.menuwidth {
	width:100%;
	display:block;
	margin:0px auto;
}
.dropmenudiv_a {
display:block;
	position:absolute;
	/*THEME CHANGE HERE*/
 /*Top border width. Should match height of .ddcolortabsline above*/
	font:normal 11px Tahoma;
	z-index:100;
	width: 188px;
	visibility: hidden;
	margin-top:10px;

}
.dropmenudiv_a a {
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 0px 0;
	text-decoration: none;
	color: #ffffff;
background-color: #013079;



}
.dropmenudiv_a a.sub_bottom {
	width: auto;
	display: block;
	text-indent: 5px;
	/*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	color: #ffffff;
	background: transparent url(../images/sub_bottom.png) bottom left no-repeat;
	background-position:0% 0px;
}
.dropmenudiv_a a.subtop {
	width: auto;
	display: block;
	text-indent: 5px;
	/*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	color: #ffffff;
	background: transparent url(../images/sub_top.png) top left no-repeat;
}
* html .dropmenudiv_a a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
	background-color: #1E91BF;
	color: #ffffff;
}
.dropmenudiv_a a:hover.subtop { /*THEME CHANGE HERE*/
	background:  url(../images/sub_top.png) top left no-repeat;
	background-position:0% -28px;
	color: #ffffff;
}
.dropmenudiv_a a:hover.sub_bottom { /*THEME CHANGE HERE*/
	background:  url(../images/sub_bottom.png) bottom left no-repeat;
	background-position:0% -28px;
	color: #ffffff;
}
/*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;
}
#pointermenu2 ul {
	margin: 0;
	margin-left: 0px; /*menu offset from left edge of window*/
	float: left;
	padding-left:0px;
	font: 11px "Tahoma";/*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: #ffffff;
	font-weight: 200;
	padding: 0px;
	text-decoration: none;
}
#pointermenu2 ul li a.left_menu_item {
	float: left;
	color: #ffffff;
	font-weight: 200;
	padding:0px;
	text-decoration: 200;
	background: url(../images/leftround2.gif) bottom left no-repeat; /*optional right round corner*/
	background-position:0% 0px;
}
#pointermenu2 ul li a.left_menu_item:hover {
	float: left;
	color: #ffffff;
	font-weight: 200;
	padding:0px;
	text-decoration: none;
	background: #76A240 url(../images/leftround2.gif) bottom left no-repeat; /*optional right round corner*/
	background-position:0% -45px;
}
#pointermenu2 ul li a.noborder_right {
	float: left;
	color: #ffffff;
	font-weight: 200;
	padding:0px;
	text-decoration: none;
	background: url(../images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
	background-position:100% 0px;
}
#pointermenu2 ul li a.noborder_right:hover {
	float: left;
	color:#FFFFFF;
	font-weight: 200;
	padding:0px;
	text-decoration: none;
	background: #76A240 url(../images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
	background-position:100% -45px;
}
#pointermenu2 ul li a:visited {
	color: #ffffff;
}
#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;
	background: url(../images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}
.leftmar {
	padding-left:10px;
	line-height:28px;
}
