body.custom {background: url('images/bg-graybar.jpg') 50% 0 repeat-x;}

.custom #header {
position:relative;
top:-49px;
width:978px;
height:236px;
background-image: url(images/header.jpg);
background-repeat:no-repeat;
border-bottom: 1px solid #c49d47;
}

.custom #content_box {
background-image:url(images/bg-goldbar.jpg);
background-repeat:repeat-y;
position:relative;
top:-49px;
}

.custom #content {background:transparent;}

.custom #logo {visibility:hidden;}
.custom .comments_closed {visibility:hidden;}

.custom .menu {
position:relative;
left:3px;
margin-top:40px;
z-index:500;
}

.custom .submenu {
background: url('images/bg-nav.png') 50% 0 repeat;
}

/* This is the main nav link style */
.custom .tab a {
padding-top:0px;
padding-right:0px;
padding-left:3px;
padding-bottom:5px;
margin-right:10px;
}
/* remove hover colors */
.custom .tab a:hover {
background:transparent;
}


/* These are the sub nav styles */
.custom .menu .current a {
background:transparent;
border:none;
}

.custom .menu .current a:hover {
background:transparent;
border:none;
}

.custom .menu .current-cat a {
background:transparent;
border:none;
}

.custom .menu .current-cat a:hover {
background:transparent;
border:none;
}


.custom .menu a {
background:transparent;
border:none;
}

.custom .menu .current ul a {
background:transparent;
border:none;
}

.custom .menu .current-cat ul a {
background:transparent;
border:none;
}


