.basictab {
padding: 1px 0;
margin-left: 0;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
line-height: 32px;
}
.basictab li {
display: inline;
margin: 0;
border-right: 1px solid white;
}
.basictab li a {
text-decoration: none;
padding: 3px 5px;
margin-right: 2px;
color: white;
font-weight: bold;
}
.basictab li a:visited {
color: white;
font-weight: bold;
}
.basictab li a:hover {
color: white;
font-weight: bold;
/*background: url(../images/ar.jpg) no-repeat center 25px;*/
}
.basictab li a:active {
color: white;
font-weight: bold;
}
.basictab li.selected a { /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
color: black;
}
.submenustyle {
padding: 0px 0px;
border-top-width: 0;
width: auto;
display: none;
/*filter:alpha(opacity=0);
-moz-opacity:0;*/
color: red;
border: solid 0px blue;
}
* html .submenustyle{ /*IE only width definition*/
width: 100%;
}
.submenustyle a {
padding: 0px 0px;
text-decoration: none;
color: black;
font-weight:normal;
}
.submenustyle a:hover {
color: red;
font-weight:normal;
}