#InformationContainer{
 position:relative;
 color: #1E1E1E;
 width: 100%; /* 500px; */
 font-family: Verdana, Arial, Helvetica, sans-serif;
 padding:0px 0px 0px 0px;
}

#InfoTabs{
 position:relative;
 height:33px;
 font-size: 1em;
 padding:0 0 0 5px;
 border-bottom: solid #7BB719;
 border-width: 1px;

 /* width:75%; */
 /* left:20px; */
 /* font-weight:bold; */
 /* background:url(images/TitleBg.gif); */
}

#InfoTabs ul{
 margin:0;
 padding:0;
 list-style-type:none;
 width:auto;
 float:left;
}

#InfoTabs ul li{
 display:block;
 float:left;
 margin:0 1px;
}

#InfoTabs ul li a{
 display:block;
 float:left;
 color: #1E1E1E;
 text-decoration:none;
 padding:0 0 0 20px;
 height:33px;
 background: #F2F2F2;
 border: solid #7BB719;
 border-width: 1px;
 border-bottom: 0px;
}

#InfoTabs ul li a span{
 padding:7px 20px 0 0;
 height:21px;
 float:left;
}

#InfoTabs ul li a:hover{
 color: #1E1E1E;
}

#InfoTabs ul li a:hover span{
 display:block;
 width:auto;
 cursor:pointer;
}

#InfoTabs ul li a.current,#InfoTabs ul li a.current:hover{
 background: WHITE;
 color: BLACK;

 /* font-weight:bold;  */
}

#InfoTabs ul li a.current span{
 display:block;
 width:auto;
 height:25px;
}

#InfoContents{
 color: #1E1E1E;
 padding: 5px;
 border: solid #7BB719;
 border-width: 0 1px 0 1px;
 background: #FFFFFF;
 /* height: <------- set height in html */

 /* background: url(images/textBg.gif); */
}

#InfoContents a:link, #InfoContents a:visited, #InfoContents a:active{
 color: #333333;
}

#InfoContents a:hover{
 /* color: yellow */
}

.innercontent{
 display: none;
}

