@charset "UTF-8";
li {font: 11px Verdana, Geneva, sans-serif;}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0px;
	font:normal 11px Verdana, Geneva, sans-serif;
	line-height:18px;
	z-index:100;
	width: 255px;
	visibility: hidden;
	float: left;
}



.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 20px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: white;
	/*border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;*/
}
.dropmenudiv_a a.sub_bottom{
	width: auto;
	display: block;
	text-indent: 20px;
	text-decoration: none;
	color: white;
	background-image: url(../dropdwn/bottomsub.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	background-position: 1px -5px;
	margin-top: -5px;
}

.dropmenudiv_a a.subtop{
	width: auto;
	display: block;
	text-indent: 20px;
	border-top: 0 solid #678b3f;
	text-decoration: none;
	color: white;
	background-color: transparent;
	background-image: url(../dropdwn/topsub.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-position: 1px 1px;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	color: white;
	text-decoration: underline;
}
.dropmenudiv_a a:hover.subtop{ /*THEME CHANGE HERE*/
	/*background-position:0% -20px;*/
	color: white;
	background-repeat: no-repeat;
	background-image: url(../dropdwn/topsub.gif);
	background-position: 1px 1px;
	padding-top: 15px;
}
.dropmenudiv_a a:hover.sub_bottom{ /*THEME CHANGE HERE*/
	width: auto;
	display: block;
	text-indent: 20px;
	text-decoration: underline;
	color: white;
	background-image: url(../dropdwn/bottomsub.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	background-position: 1px -5px;
	margin-top: -5px;
}
#mediabox {
	float: left;
	height: 215px;
	width: 594px;
	margin-top: 38px;
	padding-left: 2px;
}

* html #mediabox {
	float: left;
	height: 215px;
	width: 594px;
	margin-top: 0px;
	padding-left: 2px;
}

* html .img_padder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#pointermenu2{
	margin: 0;
}

#pointermenu2 ul{
	/*margin-left: -15px;*/ /*menu offset from left edge of window*/
	float: left;
	padding-left: 0px;
	font: 11px Verdana, Geneva, sans-serif;
	background: #ffffff;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

* 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;
	padding-top: 25px;
	padding-bottom: 15px;
}


#pointermenu2 ul li a{
	float: left;
	color: #333;
	/*font-weight: 200;*/
	text-decoration: none;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#pointermenu2 ul li a.left_menu_item{
	float: left;
	color: #000;
	/*font-weight: 200;*/
	padding: 45px 4px 14px 5px;
	/*border-right: 1px solid #ccc;*/ /*optional right round corner*/
	/*background-position:0% 0px;*/
	background-repeat: no-repeat;
}

#pointermenu2 ul li a.left_menu_item:hover{
	float: left;
	color: grey;
	/*font-weight: 200;*/
	padding: 45px 4px 14px 5px;
	text-decoration: none;
	/*border-right: 1px solid grey;*/
	background: #EEE; /*optional right round corner*/
	background-position:0% -45px;
}

#pointermenu2 ul li a.noborder_right{
	float: left;
	color: #333;
	/*font-weight: 200;*/
	padding: 45px 14px 14px 5px;
	text-decoration: none;
	border-right: 0px solid white; /*optional right round corner*/
	background-position:100% 0px;
}
#pointermenu2 ul li a.noborder_right:hover{
	float: left;
	color: #333;
	/*font-weight: 200;*/
	padding: 45px 14px 14px 5px;
	text-decoration: none;
	border-right: 0px solid white; /*optional right round corner*/
	background-position:100% -45px;
	background-color: #EEE;
}

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


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
	color: #333;
	background-color: #eee;
}

#pointermenu2 ul li a#rightcorner{
	padding-right: 0;
	padding-left: 2px; /*optional right round corner*/
}
.dd_custom {
	background-image: url(../dropdwn/midsub.gif);
	background-repeat: repeat-y;
	background-position: 1px;
}
.dd_img {
	margin-top: -4px;
	margin-bottom: -4px;
	background-image: url(../images/divider.jpg);
	height: 12px;
	width: auto;
	background-repeat: repeat-y;
	background-position: 1px;
}
* html .dd_img {
	margin-top: -4px;
	margin-bottom: -4px;
	background-image: url(../images/divider.jpg);
	height: 12px;
	width: auto;
	background-repeat: repeat-y;
}

