.mainmenu
{
 float:left;
 width :100%;
 line-height:normal;
 border-bottom: 2px solid #7e9fff; 
}

.mainmenu ul
{
 list-style-type: none;
 margin:0;
 margin-left: 5px; 
 padding:0;
}

.mainmenu li
{
 display:inline;
 margin:0;
 padding:0;
}

.mainmenu a
{
 float:left;
 background:url(/JosSite/App_Themes/test1_ca/images/tab-leftNotPressed.gif) no-repeat left top;
 margin:0;
 margin-right: 5px;
 padding:0 0 0 9px;
 text-decoration:none;
}

.mainmenu a span
{
 float:left;
 display:block;
 background:url(/JosSite/App_Themes/test1_ca/images/tab-not-press-right.gif) no-repeat right top;
 padding: 5px 12px 3px 3px;
 font-weight:bold;
 color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.mainmenu a span 
{
	float:none;
}
/* End IE5-Mac hack */

.mainmenu a:hover span 
{
 color: black;
}

.mainmenu a:hover
{ 
 background-position:0% -82px; 
 background:url(/JosSite/App_Themes/test1_ca/images/tabLeftPressed.gif) no-repeat left top;
}

.mainmenu a:hover span
{ 
 background-position:100% -82px; 
 background:url(/JosSite/App_Themes/test1_ca/images/tab-right-pressed.gif) no-repeat right top;
}

