/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.topmenu{
font: bold 100% "Trebuchet MS";
width: 100%; /*leave this value as is in most cases*/
}

.topmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #b4cc8e; /*dark purple border*/
border-width: 1px 0;
background: black url(/wb/media/logos/indentbga.gif) center center repeat-x;
}

.topmenu ul li{
display: inline;
}

.topmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.topmenu ul li a:visited{
color: white;
}

.topmenu ul li a:hover, .topmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
/*background: black url(/wb/media/logos/indentbgb.gif) center center repeat-x;*/
}




* html .sidemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 140px;
}

.sidemenu ul{
padding: 0 0 0 10px;
margin: 0;
list-style-type: none;
}

.sidemenu a{
font: bold 100% Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000;
text-decoration: none;
/*border-bottom: 1px solid #C0C0C0;*/
}

.sidemenu a:visited{
color: #000;
}

html>body .sidemenu a{ /*Non IE rule*/
width: auto;
}

.sidemenu a:hover{
/*background-color: #F8FBBD;
background-image:url(/wb/media/graphics/small_star.gif);
background-position:right;
background-repeat:no-repeat;*/
text-decoration:underline;
color:#69be28;
}

/* left menu style ends here */

.sidemenu2 ul{
padding: 0;
margin: 0 ;
list-style-type: none;
}
.sidemenu2 li{
padding: 5px;
}
.sidemenu2 a{
font: bold 95% Verdana;
color:#000;
text-decoration: none;


}

.sidemenu2 a:visited{
color: #000;
}

.sidemenu2 a:hover{
/*background-color: #F8FBBD;*/
color:#69be28;
text-decoration:underline;
}




/* footer style starts here */

#footer a:link, a:visited, a:active{
	color: #69be28;
}

#footer a:hover {
    text-decoration:underline;
}

#content a:link, a:visited, a:active{
	color:#69be28;
	text-decoration:none;
	font-weight:bold;
}

#content a:hover {
    text-decoration:underline;
	color:#000;
	font-weight:bold;
}

.sidetext a:link, a:visited, a:active{
	color:#69be28;
	text-decoration:none;
	font-weight:bold;
}

.sidetext a:hover {
    text-decoration:underline;
	color:#000;
	font-weight:bold;
}