a {
    font : bold 12px Arial,Helvetica;
    color : #E3E3E3;
    text-decoration : none;
  }


BODY {
    background : #ffffff url('http://www.ardescosolutions.com/images/background.jpg') no-repeat 0px 120px;
    font : 12px Arial,Helvetica;
    padding : 0px;
    margin : 0px;
    color : #E3E3E3;
    text-decoration : none;
  }


H1 {
    font : 18px Arial, Helvetica;
    color : #E3E3E3;
    text-decoration : none;
  }


H2 {
    color : #E3E3E3;
    font-family : Arial,Helvetica;
    font-size : 15px;
    font-weight : bold;
    text-decoration : none;
  }


hr {
    outline:none;
  }


li {
    float: left;
    position: relative;
  }


li ul {
    display : none;
    left : 0;
    position : absolute;
    top : 1em;
    width : 10em;
  }

ol li  {
    float : none;
    position : relative;
    vertical-align : middle;
}

li > ul {
    background : #857399;
    border : #000000 solid 1px;
    left : auto;
    top : auto;
  }


ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }


a.footertext {
    font : bold 10px Arial,Helvetica;
    color : #000000;
    text-decoration : underline;
  }


a.amenu {
    font : bold 12px Arial,Helvetica;
    color : #E3E3E3;
    text-decoration : none;
  }


.dark {
    background : url('../images/dark.png');
    font : 12px Arial,Helvetica;
    color : #E3E3E3;
    filter : alpha(opacity=90);
    text-decoration : none;
  }


.footertext {
    font : 10px Arial,Helvetica;
    color : #000000;
  }


.light {
    background : #857399;
    font : 12px Arial, Helvetica;
    color : #E3E3E3;
    text-decoration : none;
  }


.mainsmall {
    font : 10px Arial,Helvetica;
    color : #E3E3E3;
    text-decoration : none;
  }


.menu_bar {
    background : #857399 url('../images/menu_background.jpg');
    font : 12px Arial, Helvetica;
    color : #E3E3E3;
    text-decoration : none;
  }


.menu_bar_background_left {
    background : #857399 url('../images/menu_background_left.jpg');
    font : 12px Arial,Helvetica;
    color : #E3E3E3;
    text-decoration : none;
  }


.menu_bar_background_right {
    background : #857399 url('../images/menu_background_right.jpg');
    font : 12px Arial, Helvetica;
    color : #E3E3E3;
    text-decoration : none;
  }


.side_button {
    background : #441575 url('../images/side_button.jpg') no-repeat;
  }


.side_button_long {
    background : #441575 url('../images/side_button2.jpg') no-repeat;
  }


.side_menu_title {
    font : bold 13px Arial,Helvetica;
    color : #E3E3E3;
    text-align : center;
    text-decoration : none;
  }


.submain {
    font : 12px Arial,Helvetica;
    color : #E3E3E3;
    text-decoration : none;
  }


#header_table {
    background : url('../images/header_background.jpg') repeat-x;
    height : 100%;
  }


a.footertext:Hover {
    font : bold 10px Arial,Helvetica;
    color : #441575;
    text-decoration : underline;
  }


a:Hover {
    font : bold 12px Arial,Helvetica;
    color : #A9BCFF;
    text-decoration : none;
  }


a.mainsmall:Hover {
    font : bold 10px Arial,Helvetica;
    color : #A9BCFF;
    text-decoration : none;
  }


a.amenu:Hover {
    font : bold 12px Arial,Helvetica;
    color : #A9BCFF;
    text-decoration : none;
  }


li:hover ul, li.over ul {
    display: block;
    background : #857399;
    border : #000000 solid 1px;
  }

