#menuLeft 
{
height: 68px;
line-height: 59px;
margin: 0px 0px 0px 30px;
padding: 0px;
text-align: left;
font-size: 11px;
font-family: Verdana;
float: left;
color: #7e7e7e;
}

#menuRight 
{
height: 68px;
line-height: 60px;
margin: 0px 20px 0px 40px;
padding: 0px;
text-align: right;
font-size: 11px;
font-family: Trebuchet MS;
float: right;
color: #7e7e7e;
}

.menu_button {
width: 72px;
height: 68px;
float: left;
margin-right: 1px;
padding: 0px;
text-align: center;
}

.menu_button1 {
width: 72px;
height: 68px;
background: transparent url('../img/menu_button.png') no-repeat  top center;
float: left;
margin-right: 1px;
padding: 0px;
text-align: center;
}


#menuLeft a:visited	{ color: #FFFFFF; text-decoration: none;  text-shadow: 1px 1px 1px #000000; }
#menuLeft a:active		{ color: #FFFFFF; text-decoration: none;  text-shadow: 1px 1px 1px #000000; }
#menuLeft a:link		{ color: #FFFFFF; text-decoration: none;  text-shadow: 1px 1px 1px #000000; }
#menuLeft a:hover		{ color: #277ef1; text-decoration: none;  text-shadow: 1px 1px 1px #000000;}


#menuRight a:visited	{ color: #FFFFFF; text-decoration: none; padding: 0px 8px; text-shadow: 1px 1px 1px #000000;}
#menuRight a:active	{ color: #FFFFFF; text-decoration: none; padding: 0px 8px; text-shadow: 1px 1px 1px #000000;}
#menuRight a:link	{ color: #FFFFFF; text-decoration: none; padding: 0px 8px; text-shadow: 1px 1px 1px #000000;}
#menuRight a:hover	{ color: #277ef1; text-decoration: none; padding: 16px 8px 12px 8px; text-shadow: 1px 1px 1px #000000;}   
