li {
	font: 12px tahoma;
}


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

.dropmenudiv_a{
	position:absolute;
	top: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	text-align: left;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 8px;
border-top: 0 solid #FDE8E9;
border-bottom: 0px solid #FDE8E9; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
background-color: #6389b8;
}

.dropmenudiv_a a.sub_bottom{
width: auto;
display: block;
text-indent: 8px;
border-top: 0 solid #678b3f;
border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: #ffffff;
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: 8px;
border-top: 0 solid #678b3f;
border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
color: #ffffff;
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*/
background-color: #6996D3;
color: #FFF32E;
}
.dropmenudiv_a a:hover.subtop{ /*THEME CHANGE HERE*/
background: url(../images/sub_top.gif) top left no-repeat;
background-position:0% -20px;
color: #FFF32E;
}
.dropmenudiv_a a:hover.sub_bottom{ /*THEME CHANGE HERE*/
background: url(../images/sub_bottom.gif) bottom left no-repeat;
background-position:0% -20px;
color: #FFF32E;
}


/*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;
	text-align: center;
}

#pointermenu2 ul{
	margin: 0;
	width: 800px;
	margin-left: 186px; /*menu offset from left edge of window*/
	float: left;
	padding-left: 0px;
	font: 13px "Lucida Sans Unicode";
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 1em;
	margin-left: 95px; /*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: 8px 30px 14px 30px;
	text-decoration: none;
}

/*
#pointermenu2 ul li a.left_menu_item{
	float: left;
	color: #000000;
	font-weight: 200;
	padding: 15px 60px 14px 0;
	text-decoration: none;
	background-position:0% 0px;
}
*/

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


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{
	color: #FFF32E;
}

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