#allcat
{
	width: 186px;
	height: 35px;
	background: url(../images/all_cats.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 14px;
	top: 68px;
}

#visible_navbar_container
{
	position: relative;	
        width: 186px;
	left: 14px;
	margin: 0px 0px 0px 0px;
	display: block;
	z-index: 1000;
}

#hidden_navbar_container
{
	position: absolute;	
        width: 186px;
	left: 14px;
	top:103px;
	margin: 0px 0px 0px 0px;
	display: none;
	z-index: 1000;
}

.navbar
{
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 185px;
}

#downarrow
{
	width: 13px;
	height: 9px;
	background: url(../images/arrowwhitedown.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	position: absolute;
	top: 14px;
	left: 167px;
}

.navmenutext
{
	position: relative;
	top: 4px;
	left: 2px;
}

.navmenutextselected
{
	position: relative;
	top: 4px;
	left: 7px;
}

.subnavbar
{
	width: 209px;
	background-color: #DCDDDF;	
	display: none;
	position: absolute;
	left: 162px;
	z-index:1002;

        background: #e8e8e8;
        border: 1px solid #bfbfbf;

}     

.navmenu
{
	background-color: #C7C8CA;
	width: 184px;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 170px 4px;	
	/* padding-top: 2px;*/
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	height: 21px !important;
	height: 22px;	
}

.navmenuselected
{
	background-color: #DCDDDF;
	width: 184px;
	background-image: url(../images/arrow1.gif);	
	background-repeat: no-repeat;
	background-position: 170px 4px;		
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	height: 21px !important;
	height: 22px;
}

.navsubmenu
{
        background: #e8e8e8;
	width: 200px;
	padding-left: 5px;
	padding-top: 4px;
	height: 20px !important;
	height: 22px;
}

.navsubmenuselected
{
	background-color: #BDC9CD;
	width: 200px;
	padding-left: 5px;
	padding-top: 4px;
	height: 20px !important;
	height: 22px;	
}

.background
{
	background-color: #C7C8CA;
	width: 178px;
}
