#menuContainer{  height:26px; background-image:url(../../Images/Frontal/Tab2/bg.jpg);}
.menuItem{ margin-right:-2px;  float:left; font-weight:bold;}
.menuItem .defaultItem{ height:26px; color:#999999; }
.menuItem .selectedItem{ height:26px;color:#999999; }
.menuItem a:visited{
	text-decoration:none;
	color:#999999;
}
.menuItem a:link{
	text-decoration:none;
	color:#999999;
}
.menuItem a:hover{
	text-decoration:none;
	color:red;
}

.menuItem .selectedItem a:visited{
	color:#777777;
}
.menuItem .selectedItem a:link{
	color:#777777;
}
.menuItem .selectedItem a:hover{
	color:#777777;
}

.menuItem .defaultItem .left{ width:2px; background-image:url(../../Images/Frontal/Tab2/default_left.jpg); }
.menuItem .defaultItem .center{ background-image:url(../../Images/Frontal/Tab2/default_bg.jpg); color:#000000; padding-left:15px;padding-right:15px;padding-top:2px;}
.menuItem .defaultItem .right{ width:2px; background-image:url(../../Images/Frontal/Tab2/default_right.jpg); }

.menuItem .selectedItem .left{ width:2px; background-image:url(../../Images/Frontal/Tab2/active_left.jpg); }
.menuItem .selectedItem .center{background-image:url(../../Images/Frontal/Tab2/active_bg.jpg); color:#FFFFFF; padding-left:15px;padding-right:15px; padding-top:2px;}
.menuItem .selectedItem .right{ width:2px; background-image:url(../../Images/Frontal/Tab2/active_right.jpg); }
#divArrow{ width:7px; position:absolute; border:solid 0px red; }