#menu {
width: 100%;
height: 38px;
background: url(../images/masthead_gradient.gif) repeat-y top center;
text-align: center;
}

#topMenu {
margin: 0 auto;
width: 845px;
height: 38px;
}

#topMenu ul {
margin: 0;
padding: 0;
list-style: none;
}

#topMenu li {
display: inline;
font-size: 0.9em;
}

#topMenu a {
display: block;
float: left;
height: 20px;
padding-top: 18px;

text-align: center;
text-decoration: none;
color: #636363;
}

#topMenu a:hover {

}

/*  menu buttons  */

#topMenu .m1 a {
width: 105px;
background: url(../images/menu_105.png) no-repeat bottom left;
}

#topMenu .m2 a {
width: 105px;
background: url(../images/menu_105.png) no-repeat bottom left;
}

#topMenu .m3 a {
width: 105px;
background: url(../images/menu_105.png) no-repeat bottom left;
}

#topMenu .m4 a {
width: 105px;
background: url(../images/menu_105.png) no-repeat bottom left;
}

#topMenu .m5 a {
width: 105px;
background: url(../images/menu_105.png) no-repeat bottom left;
}

#topMenu .m6 a {
width: 105px;
background: url(../images/menu_105.png) no-repeat bottom left;
}

#topMenu .m7 a {
width: 105px;
background: url(../images/menu_105.png) no-repeat bottom left;
}

#topMenu .m8 a {
width: 98px;
background: url(../images/menu_08.png) no-repeat bottom left;
}

#topMenu .m1 a:hover, #topMenu .m2 a:hover, #topMenu .m3 a:hover,
#topMenu .m4 a:hover, #topMenu .m5 a:hover, #topMenu .m6 a:hover,
#topMenu .m7 a:hover, #topMenu .m8 a:hover, #topMenu .active a {
background-position: right;
color: #4098dc;
}

.fcp-message-success {
padding: 8px 6px 8px 28px;
margin-bottom: 10px;
background: #E8FFDF url("../images/img-success-icon.png") no-repeat 5px 8px;
color: #555;
width: 500px;
border: 0px solid #0000A0;
}
.fcp-message-error {
padding: 8px 6px 8px 28px;
margin-bottom: 10px;
background: #FFECEC url("../images/img-success-error.png") no-repeat 5px 8px;
color: #555;
width: 500px;
border: 0px solid #0000A0;
}




