@charset "utf-8";
/* CSS Document */


#menu {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    background-image:url(../images/nav_bg1.gif);
    background-repeat:repeat-x;
	background-color:#DEFFB3;
	background-position: top;
}


#firstContainer{
/*  background-color: #000000;*/
/*	background-image:url(../images/t_topbg.gif);*/
 height:25px;
 overflow:hidden;
}

#firstContainer ul {
margin:0;
padding:0;
}
#firstContainer li {
display:inline;
float:left;
list-style-type:none;
padding:0 2px 0 0;
}
#firstContainer li a{
color:#FFFFFF;
font-size:12px;
line-height:27px;
padding:7px 20px 6px;
text-decoration:none;
}
#firstContainer li a:hover, #firstContainer ul li a:hover {
	color: #000000 !important;
	background-color: #deffb3 !important;
}

#firstContainer ul li a.activated{
	color: #000000;
	background-color: #deffb3;
}




#secondContainer li a{
	color: #6b6b6b;
	padding: 5px 10px 5px 10px;
	display: block;
	float: left;
	font-size:12px;
	text-decoration:none;
}

#secondContainer{
       height: 25px;
}

#secondContainer li a:hover{
/*	text-decoration: none;  */
text-decoration: underline;
	color: #000000;
}

#secondContainer ul li {
	list-style-type: none;
	display: inline;
	background-image:url(../images/chevron2.gif);
	background-position:100% 8px;
	background-repeat:no-repeat;
	float:left;
	margin:0px 5px 0px 5px
}

#secondContainer ul{
	margin: 0;
	padding: 0;
	background-image: url(../images/iebfix.gif);
	background-color: transparent;
	border: 0;
}

#secondContainer ul li a.activated{
	text-decoration: none;
        font-weight: bold;
        font-style:italic;
	color: #000000;
}



#secondContainer li#no_img_g a {
background-image:none;
}
#secondContainer li#no_img_g a {
background-image:none;
}
#secondContainer li#no_img_g a {
background-image:none;
}
#secondContainer li#no_img_g a {
background-image:none;
}

.clearB2{
    clear: both;
    font-size: 0px !important;
   height: 0px !important;
}

