/****************** FRONT SITE NAV BAR ***************************/
#nav-frontside
{
float:left;
display:block;
}

#nav-frontside ul
{
list-style: none;
padding: 10px 1px 11px 1px;	/*45px*/
margin: 0 0 0 10px;
}

#nav-frontside li
{
float: left;
margin: 0 0 5px 0;/*0.15em;*/
}

#nav-frontside li a
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
background: url(backgrounds.gif) #fff bottom left repeat-x;
height: 1.4em; /*2em;*/
line-height: 1.4em;
float: left;
width: 13em;
/*display:inline;*/
/*border: 0.1em solid #dcdce9;*/
color: #0d2474;
text-decoration: none;
text-align: center;
}

#nav-frontside li a:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
background: url(backgroundh.gif) #fff bottom left repeat-x;
height: 1.4em;
line-height: 1.4em;
float: left;
width: 13em;
/*display: inline;*/
/*border: 0.1em solid #dcdce9;*/
color: #0d2474;
text-decoration: none;
text-align: center;
}

#nav-frontside li a.selected
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
background: url(background.gif) #fff bottom left repeat-x;
height: 1.4em;
line-height: 1.4em;
float: left;
width: 13em;
/*display: inline;*/
/*border: 0.1em solid #dcdce9;*/
color: #0d2474;
text-decoration: none;
text-align: center;
}
