﻿.navbar
{
	padding-top:0px;
}  

.mainDiv
{
  width:150px;
}

.topItem
{
  font: 14px verdana;
  letter-spacing: 0;
  /*background: url("images/arrow-up-title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;*/
  border: none;
  width: 150px;
  height: 20px;
  color: #fff;
  cursor:pointer;
  text-indent:10px;
  font-weight:bold;
  background-color:#f65100;
}

.topItemOver
{
  text-indent:10px;
  font: bold 14px verdana;
  letter-spacing: 0;
  /*background: url("images/arrow-up-title-on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;*/
  height: 20px;
  width: 150px;
  color: #fff;
  cursor:pointer;
  background-color:#f65100;
}

.topItemClose
{
  text-indent:10px;
  font: bold 14px verdana;
  letter-spacing: 0;
  /*background: url("images/arrow-down-title.gif") no-repeat 0 0;
  background-position:center center;*/
  background-repeat:no-repeat;
  background-color:#f65100;
  height: 20px;
  width: 150px;
  color: #215dc6;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 14px verdana;
  letter-spacing: 0;
  /*background: url("images/arrow-down-title-on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;*/
  height: 20px;
  width: 150px;
  color: #428eff;
  cursor:pointer;
}



.dropMenu
{
  font: bold 14px verdana;
 /* background-color: #E5F1F7;*/
  color: #000;
  border: 1px solid #efeeee;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
  
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:5px;
   margin-top:2px;
   height:auto;
   font: 14px verdana;	
   text-decoration:none;
   color: #777777;/*777777   5d335d*/
   
   
}

.subItem a
{
   margin-left:0px;
   font: 14px verdana;	 	
   text-decoration:none;
   color: #777777;
   
   /*background-image:url(images/arrow-list.gif);  
   background-repeat:no-repeat;*/

	background-position:5px 0px;
	padding-left:20px;
	
}

.subItemOver
{
   margin-left:5px;
   margin-top:2px;
   font: 14px verdana;	  
   height:18px;
   color: #E77817;
   height:auto;
   
}

.subItemOver  a
{
   /*margin-left:23px;*/
   margin-left:0px;
   font: 14px verdana;
   cursor:pointer;	
   color:#E77817;
   text-decoration:none;
   cursor:pointer;
   
    /*background-image:url(images/arrow-list.gif);  
   background-repeat:no-repeat;*/
	
	background-position:5px 0px;
	padding-left:20px;
	height:auto;
	
	
}


.subItemOver  a:hover
{
   /*margin-left:23px;*/
   margin-left:0px;
   font: 14px verdana;
   cursor:pointer;	
   color:#E77817;
   text-decoration:none;
   cursor:pointer;
   background-color:#f3f3f3;
   /*background-image:url(images/arrow-list.gif);  
   background-repeat:no-repeat;*/
   
}

.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}


/* Start current open menu css*/

.subItemSubFill 
{
   margin-left:0px;
   margin-top:2px;
   
   font: 14px verdana;	
   text-decoration:none;
   color: #777777;
   
}
 
 

.subItemSubFill  a	
{
   /*margin-left:23px;*/
   margin-left:15px;
   font: 14px verdana;
   cursor:pointer;	
   color: #777777;
   text-decoration:none;
   cursor:pointer;
   /*background-image:url(images/arrow-list.gif);  
   background-repeat:no-repeat;
	*/
	background-position:5px 0px;
	padding-left:20px;
	
}
.subItemSubFillOver
{
   margin-left:15px;
   margin-top:2px;
   font: 14px verdana;	  
  /* height:18px;*/
   height:auto;
   color: #f60; /*E77817*/
 
}

.subItemSubFillOver  a	
{
   /*margin-left:23px;*/
   margin-left:15px;
   font: 14px verdana;
   cursor:pointer;	
   color: #f60;
   text-decoration:none;
   cursor:pointer;
   
   /* background-image:url(images/arrow-list.gif);  
   background-repeat:no-repeat;
	*/
	background-position:5px 0px;
	padding-left:20px;
	background-color:#f3f3f3; /*f3f3f3*/
}


.subItemSubFill  a:hover
{
   /*margin-left:23px;*/
   margin-left:15px;
   font: 14px verdana;
   cursor:pointer;	
   color:#f60;
   text-decoration:none;
   cursor:pointer;
 /*  height:20px;*/
   height:auto;
   background-color:#f3f3f3; /*f3f3f3*/
}

