
#navigation {
background: url('/images/nav.gif') repeat-y center;
width: 194px;
}
#nav {
background-color: #BBD0EB;
}
#nav div {
border: 1px solid #FFFFFF;
}

.nav 
{
font-family: Tahoma;
height: 25px; 
width: 100%;

filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D4E1EE', startColorstr='#FFFFFF', gradientType='0');
background-color: #E7EEF5; 
font-weight: bold;
color: #051353;
margin: 1px;
padding: 5px 0px 0px 12px;
cursor: pointer;
}
html>body .nav {
width: 178px;
height: 18px;
background: url('/images/navBg.jpg');
background-color: #D8E4F2;
}

.navOn 
{
font-family: Tahoma;
height: 25px; 
width: 100%;
filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#B6CBE1', startColorstr='#EFF4FA', gradientType='0');
background-color: #E7EEF5; 
font-weight: bold;
color: #05134F;
margin: 1px;
padding: 5px 0px 0px 12px;
cursor: pointer;
}
html>body .navOn 
{
width: 178px;
height: 18px;
background: url('/images/navBgOn.jpg');
}


.navContact {
display: inline; 
width: 47px;
}

.navContactPad 
{
color: #7d92a5;
font-family: arial;
/*padding: 20px 0px 11px 12px;*/
padding: 20px 0px 20px 12px;
line-height: 14px;
}
html>body .navContactPad {
padding: 12px 0px 5px 14px;
}

.navContactPad td 
{
color: #7d92a5;
line-height: 13px;
}

.navContactPad div
{
margin-top: 5px;
font-size: 10px;
font-weight: bold;
}

#navigationContact {
font-family: arial;
vertical-align: bottom;
background: url('/images/nav.gif') repeat-y center;
/*width: 194px;*/
}
#navigationContact a 
{
color: #7d92a5;
font-weight: normal;
}
#navigationContact a:hover {
color: #153A61;
}
#navigationContact td {
font-family: arial;
padding-top: 2px;
}
#navigationContact p {
margin-top: 12px;
}

a.pub {background-color: #dde7f5;}
a:hover.pub {background-color: #c8d6ea;}
