.basictab ul{
margin:0 0 4px 0;
padding: 7px 0;
margin-left: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background:url(../images/top_nav_bg.gif);

}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding:7px 10px 7px 10px;
         /*7px 10px;*/

border-right:1px solid #ffffff;
color: #000000;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
/*color: #ffffff;*/
color: #ffffff;
background:url(../images/top_nav_bg_sel.gif);
/*background-color: #008fd4;*/
}
 .basictab li a.current{
 color: #ffffff;
 }

.basictab li a:active{
color: #ffffff;
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:2.0em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

ul.blue_bullet{
list-style:none;
padding:0;
margin:0
}

ul.blue_bullet li{
margin: 2px 0;
margin-left: 0;
padding: 2px 4px;
border-right:1px solid #008fd4;
display:inline;
color:#000000; /*Black */
background-color:#ffffff; /*White*/
}
ul.blue_bullet li a:hover{

background:url(../images/top_nav_bg.gif);
color: #000000;
}

/* background:url(../images/blue_bullet.gif) no-repeat left;*/
/*brijesh changes start*/
ul.blue_bullet li a{
color:blue;
text-decoration:none;
font-weight:bold
}


.tabcontainerOne{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:2.0em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
text-align: center;
}


ul.blue_bulletOne{
list-style:none;
padding:0;
margin:0
}

ul.blue_bulletOne li{
margin: 2px 0;

margin-left: 0;
padding: 2px 4px;
border-left:1px solid #000000;
border-right:1px solid #000000;
display:inline;
color:#000000; /*Black*/
background-color:#D8E9FE;
}

/* background:url(../images/blue_bullet.gif) no-repeat left;*/
ul.blue_bulletOne li a{
backgrounf:url(../images/top_nav_bg.gif);
text-decoration:blink;
font-weight:none}

ul.blue_bulletOne li a:hover{

background:url(../images/top_nav_bg.gif);
color: #000000;
}
/*Brijesh Changes Ends*/
