@charset "utf-8";
/* CSS Document */

#menustripe 
{
width:				880px;
height:				33px;
background-image:	url(../pics/button.jpg);
background-repeat:	repeat-x;
text-align:			left;
margin-top:			8px;
}

#menucontainer ul 
{
margin:				0;
padding:			0;
list-style-type:	none;
text-align:			center;
font-size:			12px;
font-weight:		normal;
font-family:		Tahoma, Geneva, sans-serif;
}

#menucontainer li 
{  
display:			table;
height:				33px;
background-image:	url(../pics/button.jpg);
background-repeat:	repeat-x; 
}

#menucontainer li a 
{ 
display:			table;
height:				33px;
padding-left:		8px;
padding-right:		8px;
}

#menucontainer li a:hover 
{ 
display:			table;
background-image:	url(../pics/button_rollover.jpg);
background-repeat:	repeat-x;
}

#menucontainer a 
{
color:				#333333;
padding-left:		0px;
padding-top:		10px;
text-decoration:	none;
}

#menucontainer a:hover 
{
color:				#080808;
}@charset "utf-8";
/* CSS Document */


<!-- menucontainer US SELECT-->
#button_select ul 
{
margin:				0;
padding:			0;
list-style-type:	none;
text-align:			center;
font-size:			11px;
font-weight:		normal;
font-family:		Verdana, Arial, sans-serif;
}

#button_select li 
{  
display:			table;
height:				33px;
background-image:	url(../pics/button_rollover.jpg);
background-repeat:	repeat-x;
}

#button_select li a 
{ 
display:			table;
height:				33px;
padding-left:		8px;
padding-right:		8px;
}

#button_select li a:hover 
{ 
display:			table;
background-image:	url(../pics/button_rollover.jpg);
background-repeat:	repeat-x;
}

#button_select a 
{
color:				#080808;
padding-top:		10px;
text-decoration:	none;
font-weight:		bold;
}

#button_select a:hover 
{
color:				#333333;
}

