.navbar, .navbarNone
{
}  


.mainDiv, .mainDivNone
{
  width:160px;
}

.ItemNone
{
  text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #231F20;
	line-height: 25px;
  background-image: url("1x1.gif");
  background-repeat:no-repeat;
  border: none;
  width: 160px;
  height: 25px;
  text-indent:26px;
}

.topItem
{
  text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #231F20;
	line-height: 25px;
  background-image: url("../images_osc/sddm/arrow-title-brown.gif");
  background-position: 0 -50px;
  background-repeat:no-repeat;
  border: none;
  width: 160px;
  height: 22px;
  cursor:pointer;
  text-indent:36px;
	margin-top: 3px;
}

.topItemOver
{
  text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #231F20;
	line-height: 25px;
  background-image: url("../images_osc/sddm/arrow-title-brown.gif");
  background-position: 0 -75px;
  background-repeat:no-repeat;
  height: 22px;
  width: 160px;
  cursor:pointer;
  text-indent:36px;
	margin-top: 3px;
}

.topItemClose
{
  text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #231F20;
	line-height: 25px;
  background-image: url("../images_osc/sddm/arrow-title-brown.gif");
  background-position: 0 0;
  background-repeat:no-repeat;
  height: 22px;
  width: 160px;
  cursor:pointer;
  text-indent:36px;
	margin-top: 3px;
}


.topItemCloseOver
{
  text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #231F20;
	line-height: 25px;
  background-image: url("../images_osc/sddm/arrow-title-brown.gif");
  background-position: 0 -25px;
  background-repeat:no-repeat;
  height: 22px;
  width: 160px;
  cursor:pointer;
  text-indent:36px;
	margin-top: 3px;
}



.dropMenu, .dropMenuNone
{
  font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #D8D0B7;
  color: #000;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:5px;
}

.subMenu
{
  display:block;
}

.subMenuNone {
	margin-left: 2px;
	margin-right: 2px;
}

.subItemNone
{
	display: block;
	 font-size: 11px;
	 line-height: 13px;
   text-decoration:none;
	 color: #231F20;
	 clear: both;
	 margin-bottom: 8px;
	 margin-left: 2px;
	 margin-right: 2px;
}

.subMenuNone A {
	display: block;
	font-size: 11px;
	clear: both;
}

.subItem
{
	 font-size: 12px;
   margin-top:2px;
   height:16px;
   text-decoration:none;
	 color: #231F20;
}

.subItem a
{
	 display: block;
	 font-size: 12px;
   text-decoration:none;
	 color: #231F20;
	 text-indent: -15px;
	 margin-left: 52px;
}

.subItemOver
{
	 font-size: 12px;
   margin-top:2px;
   height:16px;
}

.subItemOver  a
{
	 display: block;
	 font-size: 12px;
   text-decoration:none;
	 text-indent: -15px;
	 margin-left: 52px;
   cursor:pointer;
}


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





