img {border:none;}

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:952px;
}

.basictab li{
display: inline;
margin: 0;
line-height:38px;
margin-left:20px;
font-family:arial;
font-size:12pt;
text-align:center;
color: white;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
color: white;

}


.basictab li a:visited{

}

.basictab li a:hover{
color: white;
}

.basictab li a:active{
color: white;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: white;
display: inline;
}


.submenustyle{
border: none;
border-top-width: 0;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
text-align:center;
}

* html .submenustyle{ /*IE only width definition*/

}

.submenustyle a{
text-decoration: none;
color: white;
}

.submenustyle a:hover{
color: #333333;
text-decoration:none;
}


#maintab
{
background:url('../files/images/menu.jpg');
background-position:top left;
background-repeat:no-repeat;
padding-top:6px;
padding-bottom:0px;
width:952px;
}


#yellow *,#rose *,#blue *,#green *,#violet *{
font-family:tahoma;
font-size:10pt;
}

#yellow	.spacer{background:url('../files/images/spacer_yellow.gif');padding-left:3px;}
#rose 	.spacer{background:url('../files/images/spacer_rose.gif');padding-left:3px;}
#blue	.spacer{background:url('../files/images/spacer_blue.gif');padding-left:3px;}
#violet	.spacer{background:url('../files/images/spacer_vi.gif');padding-left:3px;}
#green	.spacer{background:url('../files/images/spacer_green.gif');padding-left:3px;}

#yellow	.mn{background:url('../files/images/2level_yellow_bg.gif');padding:0px 10px;}
#rose 	.mn{background:url('../files/images/2level_rose_bg.gif');padding:0px 10px;}
#blue	.mn{background:url('../files/images/2level_blue_bg.gif');padding:0px 10px;}
#violet	.mn{background:url('../files/images/2level_vi_bg.gif');padding:0px 10px;}
#green	.mn{background:url('../files/images/2level_green_bg.gif');padding:0px 10px;}




#yellow  .left {
height:27px;
background:white url('../files/images/left_corner_yellow.gif');
background-repeat:no-repeat;
background-position:right top;
}
#yellow  .right {
height:27px;
background:white url('../files/images/right_corner_yellow.gif');
background-repeat:no-repeat;
background-position:left top;
}

#rose  .left {
height:27px;
background:white url('../files/images/left_corner_rose.gif');
background-repeat:no-repeat;
background-position:right top;
}
#rose  .right {
height:27px;
background:white url('../files/images/right_corner_rose.gif');
background-repeat:no-repeat;
background-position:left top;
}


#blue  .left {
height:27px;
background:white url('../files/images/left_corner_blue.gif');
background-repeat:no-repeat;
background-position:right top;
}
#blue  .right {
height:27px;
background:white url('../files/images/right_corner_blue.gif');
background-repeat:no-repeat;
background-position:left top;
}
#green  .left {
height:27px;
background:white url('../files/images/left_corner_green.gif');
background-repeat:no-repeat;
background-position:right top;
}
#green  .right {
height:27px;
background:white url('../files/images/right_corner_green.gif');
background-repeat:no-repeat;
background-position:left top;
}
#violet  .left {
height:27px;
background:white url('../files/images/left_corner_vi.gif');
background-repeat:no-repeat;
background-position:right top;
}
#violet  .right {
height:27px;
background:white url('../files/images/right_corner_vi.gif');
background-repeat:no-repeat;
background-position:left top;
}
