﻿.navbar
{

}  

.mainDiv
{
  width:150px;
}

.topItem
{
	width:150px;
	border: none;
	cursor:pointer;
	color: #fff;
	background: #A36121;
	text-indent: 0.5em;
	font-size: 1.4em;
	margin-bottom: 5px;
	margin-top: 1em;
	font-weight:bold;
	background-image:url('img/menupointerdown.jpg');
	background-repeat:no-repeat;
	background-position:133px 7px;

}

.topItemOver
{
	width:150px;
	border: none;
	cursor:pointer;
	color: #fff;
	background: #A36121;
	text-indent: 0.5em;
	font-size: 1.4em;
	margin-bottom: 5px;
	margin-top: 1em;
	font-weight:bold;
	background-image:url('img/menupointerdown.jpg');
	background-repeat:no-repeat;
	background-position:133px 7px;
}

.topItemClose
{
	width:150px;
	border: none;
	cursor:pointer;
	color: #fff;
	background: #A36121;
	text-indent: 0.5em;
	font-size: 1.4em;
	margin-bottom: 5px;
	margin-top: 1em;
	font-weight:bold;
	background-image:url('img/menupointeron.jpg');
	background-repeat:no-repeat;
	background-position:137px 4px;

}


.topItemCloseOver
{
	width:150px;
	border: none;
	cursor:pointer;
	color: #fff;
	background: #A36121;
	text-indent: 0.5em;
	font-size: 1.4em;
	margin-bottom: 5px;
	margin-top: 1em;
	font-weight:bold;
	background-image:url('img/menupointerdown.jpg');
	background-repeat:no-repeat;
	background-position:133px 7px;

}



.dropMenu
{
  color: #000;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
	

}

.subMenu
{
   display:block;
}

.subItem
{
	
   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #87451B;

   
}
.subItemSelected
{
	
    margin-top:4px;
    padding-top:4px;
    height:18px;
    font: 11px tahoma,verdana,sans-serif;	
	color: #47290E;
	border-bottom: 1px solid #A36121;
    background-color:orange;
}

.subItemOver
{
	

   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   


}

.subItemOver  a
{
margin-left:7px;

	color: #87451B;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




