/*code based on Stu Nicholls "ultimate dropdown menu"
http://www.cssplay.co.uk*/
/*common styling*/
/*menu container*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7FC351;
}
body,td,th {
	font-size: 12px;
}

a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #222222;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #222222;
}
.menucontainer{
	background: #fff url(bgOFF.gif) no-repeat bottom left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/*basic menu styling*/
.menu {
	float:left;
	font-family: arial,verdana,sans-serif;
	width:100%;
	position:relative;
	font-size:11px;
	font-weight:bold;
	background:url(bgOFF.gif) repeat-x bottom left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #009900;
}
.menu ul {padding:0;margin:0;list-style-type:none;float:left;position:relative;}
.menu ul li {float:left;position:relative;display:inline;background:url(bgDIVIDER.gif) no-repeat bottom right;}
/*style of main items normal state*/
.menu ul li a, .menu ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#000;
	width:auto;
	color:#666;
	line-height:40px;
	height:40px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.menu ul li a:hover{
	float:left;
	display:block;
	text-decoration:none;
	color:#99CC00;
	width:auto;
	line-height:40px;
	height:40px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
* html .menu ul li a, .menu ul li a:visited {width:auto;w\idth:auto;}
/*hide sub nav items*/
.menu ul li ul {display:none;}
/*clear the main nav bg*/
.menu ul li ul li{background:none;}
/*style for table of sub nav items*/
table {margin:-1px;border-collapse:collapse;font-size:12px;}
/*specific to non IE browsers*/
/*main nav over state*/
.menu ul li:hover a {color:#B30000;background: transparent url(bgON.gif) bottom left repeat-x;}
/*show drop-down list*/
.menu ul li:hover ul {display:block;position:absolute;top:36px;margin-top:1px;left:0;width:100%;border-top:1px solid #fff;}
/*drop-down on state*/
.menu ul li:hover ul li a {display:block;background:#e3e3e3;color:#333;height:auto;line-height:16px;padding:2px 16px 2px 16px;width:120px;border-top:1px solid #fff;}
/*sub drop-down over state*/
.menu ul li:hover ul li a:hover {color:#fff;background: #B30000 url(sub-arrow.gif) no-repeat;background-position: 4px 8px;}



#bottom {
	width: 980px;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


#idd {
	background-image: url(index_bbg22.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	width: 980px;
	margin-left: 11px;
}

#copyrightc {
	letter-spacing: 2px;
}
#copyrighte {
	font-size: 12px;
}

#sub_left div{background-color:#9966CC; font-size:14px; color:#FFFFFF; font-weight:bold; line-height:30px; text-align:center; border-bottom:2px #FFFFFF solid; border-top:2px #FFFFFF solid; margin-top:2px}
.www{text-align:center; padding:4px 0 0 4px


