.slidetabsmenu{
float:left;
width:100%;
font-size: 12px;
line-height:normal;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}
.slidetabsmenu li a.aboutus {	background-image: url(../images/img_aboutus.gif); width:93px; height:37px;}
.slidetabsmenu li a.subscribe {background:url(../images/img_services.gif);width:93px; height:37px;}
.slidetabsmenu li a.contactus {background:url(../images/img_contactus.gif);width:93px; height:37px;}
.slidetabsmenu li a.home {background:url(../images/img_home.gif);width:43px; height:37px;}

.slidetabsmenu a{
float:left;
text-decoration:none;
}
.slidetabsmenu li a.aboutus:hover {
	background-image: url(../images/img_aboutus_hover.gif); width:93px; height:37px;
}

.slidetabsmenu2{
float:left;
width:450px;
font-size: 12px;
line-height:normal;
}

* html .slidetabsmenu2{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu2 ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu2 li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu2 li a.abtmentor {	background-image: url(../images/img_abt_mrntor.gif); width:132px; height:39px;}
.slidetabsmenu2 li a.pastissue {background:url(../images/img_pastissue.gif);width:129px; height:39px;}
.slidetabsmenu2 li a.advertise {background:url(../images/img_adverise.gif);width:131px; height:39px;}

.slidetabsmenu2 a{
float:left;
text-decoration:none;
}
.slidetabsmenu2 li a.aboutus:hover {
	background-image: url(../images/img_aboutus_hover.gif); width:93px; height:37px;
}

.slidetabsmenu a{
float:left;
text-decoration:none;
}
.slidetabsmenu li a.aboutus:hover {
	background-image: url(../images/img_aboutus_hover.gif); width:93px; height:37px;
}

.slidetabsmenu a:hover , .slidetabsmenu li.selected a span{
color: black;
}


html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
	position:absolute;
	top: 0;
	border: 3px solid #fff; /*THEME CHANGE HERE*/
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #50b7eb;
	width: 141px;
	visibility: hidden;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #8fd1f2; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 4px 2px;
text-decoration: none;
color: #fff;
font-family:Arial, Helvetica, sans-serif;

}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #1b94d2;
padding: 4px 2px;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 3px solid #fbe1c8; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #ffa248;
width: 150px;
visibility: hidden;
font-family:Arial, Helvetica, sans-serif;

}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #ffc48a; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 2px;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #eb8f35;
}


