ul.nav {
    position: absolute;
    top:    30px;
    left:    0px;
    z-index: 100;    
    }
ul.nav li {
    float: left;
    }
    
ul.nav li a {
	font           : 10pt 'Arial', Helvetica, Gill Sans MT, sans-serif;
	display        :block;
	width          :158px;
	text-align     :center;
	color          :#fff;
	text-transform :uppercase;
	font-size      :10pt;
	padding        :25px 0 15px 0;     /* Controls height of buttons */
	background-color:#3e070c;
    opacity: 0.8;
    filter:    alpha(opacity=80); /* For IE8 and earlier */
	text-decoration:none;
	-moz-transition:all .75s;
	-o-transition  :all .75s;
	-webkit-transition:all .75s;
	transition     :all .75s
}

ul.nav li a span {
	color:#acd3e1
}

ul.nav li a:hover{
	background-color:#1e0e10;
    opacity: 0.95;
    filter:    alpha(opacity=95); /* For IE8 and earlier */
	-moz-transition:all .25s;
	-o-transition:all .25s;
	-webkit-transition:all .25s;
	transition:all .25s
}

ol, ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}
#mLine1              { /* Menu Bottom Black Line */
	position: absolute;
	left:          0px;
	top:          30px;
	width:       900px;
	height:        1px;
    opacity:       0.4;
    filter:    alpha(opacity=40); /* For IE8 and earlier */
    z-index:       100;    
	}
#colorBx           { /* Menu Right Fill Box */
	position        : absolute;
	left            :    632px;
	top             :     30px;
	width           :    268px;
	height          :     55px;
    opacity         :      0.8;
	background-color:  #3e070c;
    filter          : alpha(opacity=80); /* For IE8 and earlier */
    z-index         :       10;
	}