/* CSS Document */


.nav_bar {
top: 122px;
padding: 5px;
font-size: small;
font-family: arial;
text-align: justify;
background: black;
position: absolute;
width: 748px;
height: 8px;
background-image: url("images/cell_bg.jpg");
border: solid; border-width: 1px; border-color: #666666;
opacity: .50;
filter: alpha(opacity=50); */
}

.menu_nav {
top: 117px;
padding: 5px;
font-size: 10px;
font-family: Arial, 'Times New Roman';
font-weight: bold;
text-align: justify;
position: absolute;
width: 748px;
height: 5px;
background: ;
/*
background-image: url("images/nav-bar.jpg");
border: solid; border-width: 1px; border-color: #666666;
opacity: .90;
filter: alpha(opacity=100); */
}


.menu_nav ul
{
list-style: none;
padding: 0;
margin: 0;
}

.menu_nav li
{
float: left;
margin: 0 0em;
}


.menu_nav li a
{
/* background: url("images/nav_button.gif") #fff bottom left repeat-x; */
font-size: 12px;
font-weight: bold;
height: 21px;
line-height: 19px;
float: left;
width: 100px;
display: block;
/*border: 0.1px solid #dcdce9;*/
color: #000000;
text-decoration: none;
text-align: center;
}

.menu_nav li a:hover
{
/* background: url("images/nav_button_lit.gif") #fff bottom left repeat-x; */
font-size: 12px;
font-weight: bold;
height: 21px;
line-height: 19px;
float: left;
width: 100px;
display: block;
/*border: 0.1px solid #660099;*/
color: #000000;
text-decoration: underline;
text-align: center;
}


/* Hide from IE5-Mac \*/
.menu_nav li a
{
float: none
}
/* End hide */

/*#nav-menu
{
width:30em
}*/


.header_address {

font-family: Garamond, Georgia, "Times New Roman", Times, serif;
top: 25px;
left: 25px;
position: relative;

}