#navigation{
    clear: both;
    height: 105px;
    width: 100%;

}

#navigation #topMenu{
    clear: both;
    height: 30px;
    margin: 0px 0px 0px 0px ;
    padding: 0px;
}

#navigation #bottomMenu{
    clear: both;
    height: 40px;
    width: auto;
    margin: 0px 0px 0px 0px ;
    padding: 0px;
    border-bottom: 1px #000 solid;
    background-color: #eeeeee;
}

a {
	color:#F87602;
	text-decoration:none;
    border-bottom:0px dotted;
}

a:hover{
	color:#5D5D60 ;
	text-decoration:none;
    border-bottom:0px dotted;
}

a:visited, a:active{
    color:#F87602;
	text-decoration:none;
    border-bottom:0px dotted;
}



#topMenu ul{
    float: left;
    display:block;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    width: 966px;
    text-align:center;
    background: url('../images/navBg.png') repeat-x;
    height: 30px;
}

#topMenu li{
    float: left;
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style:none;
}

#topMenu a{
    text-decoration:none;
    display:block;
    padding: 5px 10px;
    margin: 0px 0px;
    color: #ffffff;
    font-size:95%;
    font-weight:bold;
    height: 20px;
    border-bottom:0px;
}

#topMenu a:hover{
    text-decoration:underline;
    padding: 5px 10px;
    margin: 0px 0px 0px 0px;
    color: #F87602;
    background-color: #eeeeee;
    height: 20px;
}

#topMenu .current a{
    text-decoration:underline;
    padding: 5px 10px;
    margin: 0px 0px;
    color: #000000;
    background-color: #eeeeee;
    height: 20px;
}

#topMenu a.lastItem{
    border-right: 0px;
}

#bottomMenu ul{
    float: left;
    display:block;
    list-style:none;
    margin: 3px 0px 5px 5px;
    padding: 0px;
    width: auto;
    text-align:center;
}

#bottomMenu li{
    float: left;
    margin: 0px 0px;
    padding: 0px;
    list-style:none;
}

#bottomMenu a{
    text-decoration:none;
    display:block;
    padding: 5px 20px;
    border-right: 1px #91b9db solid;
    color: #336699;
    font-size:80%;
    font-weight:bold;
    border-bottom:0px;

}

#bottomMenu a:hover{
    text-decoration:underline;
    padding: 5px 20px;
    color: #F87602;
}

#bottomMenu a.lastItem{
    border-right: 0px;
}

#footer ul{
    float: left;
    display:block;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 976px;
    text-align:left;
}

#footer li{
    float: left;
    margin: 0px 0px 0px 4px;
    padding: 0px 0px 0px 0px;
    list-style:none;
}

#footer a.siteMap{
    text-decoration:none;
    display:block;
    padding: 5px 10px;
    margin: 0px 0px;
    color: #336699;
    font-size:95%;
    font-weight:bold;
}

#footer a:hover.siteMap{
    text-decoration:underline;
    padding: 5px 10px;
    margin: 0px 0px;
    color: #F87602;
    background-color: #eeeeee;
}

#footer ul.subMenu{
    float: left;
    display:list-item;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align:left;

}

#footer li.subMenu{
    float: left;
    display:list-item;
    margin: 0px 0px 10px 4px;
    padding: 0px 0px 0px 0px;
}

#footer a.subMenu{
    text-decoration:underline;
    width: auto;
    display:block;
    padding: 3px 10px;
    margin: 0px 0px;
    color: #808080;
    font-size:95%;
    font-weight:bold;
}

#footer a:hover.subMenu{
    text-decoration:underline;
    padding: 3px 10px;
    margin: 0px 0px;
    color: #F87602;
    background-color: #eeeeee;
}

#footer a{
    text-decoration:underline;
    padding: 0px;
    margin: 0px;
    color: #000000;
    font-size:95%;
}

#footer a:hover{
    text-decoration:underline;
    padding: 0px;
    margin: 0px;
    color: #F87602;
    background-color: #eeeeee;
}