/* CSS Document */
body{
background-color:#000000;
margin-top:5px;
margin-bottom:5px;
}
.menu_back{
background-image:url(../images/topbuttonback.jpg);
background-repeat:repeat-x;
background-position:left top;
height:23px;
}
.flash_back{
background-image:url(../images/flashtopback.jpg);
background-repeat:repeat-x;
background-position:left top;
background-color:#000000;
}
img{
border:none;
}

#menu a:link{
font-family: Tahoma;
font-size:12px;
color:#339900;
font-weight:bold;
text-decoration:none;
text-decoration:none;
}
#menu a:visited{
font-family: Tahoma;
font-size:12px;
color:#339900;
font-weight:bold;
text-decoration:none;
}
#menu a:hover{
font-family: Tahoma;
font-size:12px;
color:  #999999;
font-weight:bold;
text-decoration:none;
}
#menu a:active{
font-family: Tahoma;
font-size:12px;
color:;
font-weight:bold;
}
.title{
font-family: Tahoma;
font-size:14px;
color: #8ac000;
font-weight:bold;
}
.title2{
font-family: Tahoma;
font-size:12px;
color: #999900;
font-weight:bold;
}
.text{
font-family: Tahoma;
font-size:12px;
color: #ffffff;
line-height:20px;
}

#chromemenu{
background-color:;

	position:relative;
	width:100%;
	padding-left:;
	display:block;
	height:15px;
	font-size:12px;
	font-weight:bold;

	font-family:Arial,Verdana,Helvitica,sans-serif;
	}

#chromemenu ul{
	margin:0px;
	padding-left:60px;
	list-style-type:none;
	width:auto;
	}

#chromemenu ul li{
	display:block;
	float:left;
	margin:0;
	}

#chromemenu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:0px 0px 0 23px;
	height:20px;
	}

#chromemenu ul li a:hover,#chromemenu ul li a.current{
	color:#000;
	background-color:;
	background-image:;
	background-repeat:repeat-x;
	}

/*/--------Droup down Menu-----------------------/*/
.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 12px  Tahoma, Arial, Helvetica, sans-serif;
line-height:20px;

z-index:100;
background-color:#879929;
width:250px;
visibility: hidden;
text-align:left;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid  #FFFFFF; /*THEME CHANGE HERE*/
padding: 5px 0;
padding-left: 2px;
text-decoration: none;
font-weight:bold;
color: #FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
color:#FFFFFF;
font-weight:bold;
}
/*/-------------------------/*/

/*/------Submenu---------------/*/
#blueblock{
width: 250px;
border-right: 0px solid #000;
padding: 0 0 0em 0;
margin-bottom: 0em;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-image:url(../images/subbuttonback.jpg);
background-repeat:repeat-x;
background-position:left top;
color: #009900;
}

* html #blueblock{ /*IE 6 only */
width:250px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #333333;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 0px solid #1958b7;
border-right: 0px solid #508fc4;
background-image:url(../images/subbuttonback.jpg);
background-repeat:repeat-x;
background-position:left top;
color:#8BC000;

text-decoration: none;
width: 250px;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 0px solid #1c64d1;
border-right: 0px solid #5ba3e0;
background-image:url(../images/subbuttonback_hover.jpg);
background-repeat:repeat-x;
background-position:left top;
color: #fff;
}


/*/--------Footer----------------/*/
.footer{
font-family: Tahoma;
font-size:11px;
color: #666666;
}
.footer a:link{
font-family: Tahoma;
font-size:11px;
color: #666666;
}

.footer a:link{
font-family: Tahoma;
font-size:11px;
color: #666666;
text-decoration:none;
}
.footer a:visited{
font-family: Tahoma;
font-size:11px;
color: #666666;
}
.footer a:hover{
font-family: Tahoma;
font-size:11px;
color: #ffffff;
}
.footer a:active{
font-family: Tahoma;
font-size:11px;
color: #666666;
}


