

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.topmenu{
font: bold 95% Verdana;
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 #000; dark purple border*/
border-width: 1px 0;
background: black url(images/bg_nav.jpg) 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 #000; /*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(images/bg_nav2.jpg) center center repeat-x;
}

* html .sidemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 140px;
}

.sidemenu ul{
padding: 0;
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: #FF9900;
text-decoration: none;
/*border-bottom: 1px solid #C0C0C0;*/
}

.sidemenu a:visited{
color: #FF9900;
}

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;
color:#000066;
}

/* left menu style ends here */

.sidemenu2 ul{
padding: 0;
margin: 0 ;
list-style-type: none;
}
.sidemenu2 li{
padding: 5px;
}
.sidemenu2 a{
font: bold 90% Verdana;
color:#FF9900;
text-decoration: none;


}

.sidemenu2 a:visited{
color: #FF9900;
}

.sidemenu2 a:hover{
/*background-color: #F8FBBD;*/
color:#CCFFFF;
text-decoration:underline;
}




/* footer style starts here */

#footer a:link, a:visited, a:active{
	color: #FF9900;
}

#footer a:hover {
    text-decoration:underline;
}

#content a:link, a:visited, a:active{
	color:#FF9900;
}

#content a:hover {
    text-decoration:underline;
}

