html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
#nav, #nav ul{
     margin:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1.5em;
padding: 0 0 0 0px;

 }
 #nav a:link, #nav a:active, #nav a:visited{
    display:block;
    padding:0px 5px;
    border:1px solid #333;
    color:#CECECE;
    text-decoration:none;
     background: url(images/header.jpg) no-repeat;
     padding-top: 20px;
     height: 30px;

 }
 
#nav a:hover{
    background-color:#CECECE;
    color:gray;

}
#nav li{
    float:left;
    position:relative;
 border-right: 1px solid #A26A6B;
 list-style: none;
}

#nav li.last {
 border-right: none;
}
#nav ul {
    position:absolute;
    width:12em;
    top:1.5em;
    display:none;
}
#nav li ul a{
    width:12em;
    float:left;
}
#nav ul ul{
	top:auto;
	}	
#nav a {
 color: #CECECE;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav .selected a {
 font-weight: bold;
}

#nav li ul ul {
    left:12em;
    margin:0px 0 0 10px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
)
)