a {
    font : bold 14px Arial,Helvetica;
    color : #E3E3E3;
    text-decoration : none;
  }

p {
    font : 14px Arial, Helvetica;
    color : #E3E3E3;
    text-decoration : none;
  }
  
td {
    font : 14px Arial, Helvetica;
    color : #E3E3E3;
    text-decoration : none;
  }
  
BODY {
    background : #000000 url('') no-repeat 0px 120px;
    font : 12px Arial,Helvetica;
    padding : 0px;
    margin : 0px;
    color : #FFFFFF;
    text-decoration : none;
  }


H1 {
    font : 18px Arial, Helvetica;
    color : #FFFFFF;
    text-decoration : none;
  }

li {
    float : left;
    height : 33px;
    position : relative;
    vertical-align : middle;
  }
  
li ul {
    display : none;
    left : 0;
    position : absolute;
    top : 2em;
    width : 8em;
  }
  
ol li  {
    float : none;
    position : relative;
    vertical-align : middle;
}

li > ul {
    background : #310708;
    border : #000000 solid 1px;
    left : auto;
    top : auto;
  }


ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

form { 
	margin: 0; 
	padding: 0;
  }

th {
    background-color : #451B1C;
    background-image : url('../images/sub_menu_bar.jpg');
    background-repeat : repeat-x;
    color : #FFFFFF;
    font-family : Arial,Helvetica;
    font-size : 14px;
    font-weight : bold;
    text-align : center;
    text-decoration : none;
    vertical-align : middle;
  }
  
a.footertext {
    font : bold 10px Arial,Helvetica;
    color : #FFFFFF;
    text-decoration : underline;
  }

a.amenu {
    font : bold 12px Arial,Helvetica;
    color : #FFFFFF;
    text-decoration : none;
  }

.dropdown {
    float : left;
	height: 20px;
    position: static;
    vertical-align:middle;
	text-align:center;
  }

.noclass {
    float: inherit;
    height: auto;
    position: inherit;
	padding: inherit;
	margin: auto;
	list-style: inherit;
    vertical-align: inherit;
  }

.footertext {
    font : 10px Arial,Helvetica;
    color : #FFFFFF;
  }


.menu_bar {
    background-color : #310708;
    background-image : url('../images/menu_bar.jpg');
    color : #FFFFFF;
    font-family : Arial,Helvetica;
    font-size : 12px;
    text-decoration : none;
    vertical-align : middle;
  }

.server_config_table {
	border-bottom:solid;
	border-bottom-style:solid;
	border-bottom-color:#451B1C;
	border-right:solid;
	border-right-style:solid;
	border-right-color:#451B1C;
	border-left:solid;
	border-left-style:solid;
	border-left-color:#451B1C;
  }

.menu_bar_background_left {
    background-image : url('../images/button_left.png');
    background-position : center center;
    background-repeat : no-repeat;
    color : #FFFFFF;
    filter : alpha(opacity=60);
    font-family : Arial,Helvetica;
    font-size : 12px;
    line-height : 33px;
    text-decoration : none;
  }


.menu_bar_background {
    background-image : url('../images/button_middle.png');
    background-position : center center;
    background-repeat : repeat-x;
    color : #FFFFFF;
    filter : alpha(opacity=60);
    font-family : Arial,Helvetica;
    font-size : 12px;
    line-height : 33px;
    text-decoration : none;
  }


.menu_bar_background_right {
    background-image : url('../images/button_right.png');
    background-position : center center;
    background-repeat : no-repeat;
    color : #FFFFFF;
    filter : alpha(opacity=60);
    font-family : Arial,Helvetica;
    font-size : 12px;
    line-height : 33px;
    text-decoration : none;
  }

a.footertext:Hover {
    font : bold 10px Arial,Helvetica;
    color : #FFFFFF;
    text-decoration : underline;
  }


a:Hover {
    font : bold 14px 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 : #512E2E;
    border : #000000 solid 1px;
  }