/*Example for a Menu Style*/
.menu {background-color:#fff; color:#272727; height:30px;width:950px;}
.menu ul {margin:0px; padding:0px; list-style:none; text-align:center; overflow:hidden;}
.menu li {display:inline; line-height:25px;}
.menu li a {
	background:#ccc url(/*../images/prodtabs.png*/) no-repeat 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    display:block;
	float:left;
    height: 30px;
    line-height:30px;
    /*width: 83px;*/
	width: 157px;
    text-align:center;
    text-decoration:none;
    color:#3e3e3e;
    padding:0px;
    margin:0px;
	margin-right:3px;
	position:relative;
	top:1px;
	border:1px solid #ccc;
	border-bottom:0;	
}
.menu li a:hover{
	background-position:0px -31px;
	background-color:#d5378a;
	border:1px solid #ccc;
	border-bottom:0;
	color:#fff;
}
.menu li a.tabactive {
	position:relative;
	background-position: 0px -62px;
	background-color:#d5378a;
	border:1px solid #ccc;
	border-bottom:0;
    cursor:default !important;
    color:#fff !important;}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5,#tabcontent6 { width:945px; text-align:left; padding:25px 15px 15px 15px !important;
 font-size:12px; border:1px solid #ccc; overflow:hidden; margin:0;}