.mainmenumenustyle {	position: relative;	width: 750px;	height: 1px;	left: 1px;}.basictab {    padding: 5 0 0 0;    margin-top: 1;    left: 10px;    font: bold 11px Arial;    border-bottom: none;    letter-spacing: 0px;    width: 400px;	height: 17px;    list-style-type: none;    margin-bottom: 0;    position: relative;    vertical-align:top;    text-align: inherit; /*set to left, center, or right to align the menu as desired*/	background-image: url(images/menubg.gif);	background-repeat:repeat-x;}.basictab li {    display: inline;    position: relative;    height: 17px;	text-align:center;    padding: 5px 5px 5px 5px;	margin: 0px 0px 0px 0px;}.basictab li a {    text-decoration: none;	text-align:center;    padding: 5px 5px 5px 5px;	margin: 0px 0px 0px 0px;    border:;    background-color: ;    color: white;    height: 17px;}.basictab li a:visited {    color: white;    height: 17px;	text-align:center;}.basictab li a:hover {    background-image: url(images/menubg_over.gif);	background-repeat:repeat-x;    color: white;    height: 17px;	text-align:center;	}.basictab li a:active {    color: #aaaaaa;	background-color: ;    height: 17px;}.basictab li.selected a { /*selected tab effect*/    color: white;    height: 17px;}* html .basictab { /*IE only definition*/    margin: 0px 0px 0px 60px;	background-position: center;	position:absolute;	top: -8px;	right:40px;	bottom: 10px;	left:160px;}* html .basictab li a:hover {    background-position: 0 -1;}.submenustyle {    padding: 2px 2px 2px 2px;    font-family: Arial, Helvetica, sans-serif;    font-size: 11px;    font-weight: normal;    font-style: normal;    color: #E50278;    letter-spacing: 0px;    text-decoration: none;    width: 100%;    display: none;    filter:alpha(opacity=0);    -moz-opacity:10;    text-align: center;    position: relative;    top: 1px;}* html .submenustyle { /*IE only width definition*/    width: auto;}.submenustyle a {    position: relative;    border: 1px solid #aaaaaa;    padding: 2px 4px 2px 4px;    text-decoration: none;    background-color:#ffffff;    color: #314D5A;}.submenustyle a:hover {    position: relative;    background-color: #ffffff;    color: #E50278;}.submenustyle a:active {    position: relative;    color: #000000;}