* {
	margin: 0px;
	padding: 0px;
	
}

ul#nav {
    list-style: none;
    height: 96px;
    border-bottom: 0px;
    padding-left: 0px;
}

#nav li {
    float: left;
    display: inline;
    position: relative;
    z-index: 1;
}

#nav li ul {
    position: absolute;
    top: 96px;
    left: -999em;
    border-top: 1px solid #FFF;
    display: block;
    height: auto;
    width: 140px;
    background: #273953;
 /*   padding: 5px 10px 10px 10px; */
}

#nav li ul li {
	width: 143px;
	display: block;
	/*padding: 2px;*/
	text-align: left;
	font-size: 11px;
	border-bottom: 1px solid #ece9db;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: af4747;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ece9db;
	border-left-color: #ece9db;
}

#nav li ul li a {
	color:  #FFF;
	float: right;
	width: 143px;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	text-indent: 0;
}

#nav li ul li a:hover {
    text-decoration: none;
	background-color: 5e1f1f;
}

#nav li:hover ul,
#nav li.hover ul {
    left: 0;
}

#nav a {
    float: left;
    height: 96px;
    text-decoration: none;
    text-align: left;
    text-indent: -999em;
}

a#btn-1 {
	width: 144px;
    background: url(../images/nav/01_about_off.jpg) no-repeat 0px 0px;
}

a#btn-1:hover,
#nav li.hover a#btn-1 {
    background: #273953 url(../images/nav/01_about_on.jpg) no-repeat 0px 0px;
}

a#btn-2 {
    width: 145px;
    background: url(../images/nav/02_interiors_off.jpg) no-repeat 0px 0px;
}

a#btn-2:hover,
#nav li.hover a#btn-2 {
    background: #273953 url(../images/nav/02_interiors_on.jpg) no-repeat 0px 0px;
}

a#btn-3 {
    width: 145px;
    background: url(../images/nav/03_costumes_off.jpg) no-repeat 0px 0px;
}

a#btn-3:hover,
#nav li.hover a#btn-3 {
    background: #273953 url(../images/nav/03_costumes_on.jpg) no-repeat 0px 0px;
}

a#btn-4 {
    width: 145px;
    background: url(../images/nav/04_org_off.jpg) no-repeat 0px 0px;
}

a#btn-4:hover,
#nav li.hover a#btn-4 {
    background: #273953 url(../images/nav/04_org_on.jpg) no-repeat 0px 0px;
}

a#btn-5 {
    width: 145px;
    background: url(../images/nav/05_press_off.jpg) no-repeat 0px 0px;
}

a#btn-5:hover,
#nav li.hover a#btn-5 {
    background: #273953 url(../images/nav/05_press_on.jpg) no-repeat 0px 0px;
}

/*a#btn-6 {
    width: 122px;
    background: url(../images/nav06_press_awards_off.jpg) no-repeat 0px 0px;
}

a#btn-6:hover,
#nav li.hover a#btn-6 {
    background: #273953 url(../images/nav06_press_awards_on.jpg) no-repeat 0px 0px;
} */

#nav ul li ul li a {
    display: block;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F1D0C5;
	padding: 25px 30px 12px 35px;
}

.footer a, visited, active {
	color: #F1D0C5;
	text-decoration: none;
}

.footer a:hover {
	color: #F1D0C5;
	text-decoration: underline;
}
.test {
	text-align: left;
	text-indent: 50px;
	word-spacing: normal;
	white-space: pre;
	display: table;
}
.test2 {
	background-color: #003333;
	padding: 20px;
	float: left;
	border: 1px solid #FF0000;
}
