.navbar
{
}  

.mainDiv
{
  width:185px;
}


.navigation {
	width: 185px;
}

ul .accord {}

.navigation ul {
	width: 181px;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	list-style-type: none;
	background-color: #c2c7f4;
}

.navigation li {
	display: block;
	text-align: left;
	padding: 0px; 
	margin: 0px;
}

.navigation li a {
	width: 161px;
	height: 25px;
	padding: 0 0 0 20px;
	display: block;
	color: #222; 
	border: none;
	text-decoration: none;
	font-weight: bold;
}

.top {
	width: 185px;
	display: block;
	padding: 0px; 
}

.navigation li a:hover {
	display: block;
	color: #fff; 
	border: none;
}

.topItem
{
  letter-spacing: 0;
  /*
  background: url("arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  */
  border: none;
  width: 185px;
  height: 78px;
  color: #215dc6;
  cursor:pointer;
}

.topItemOver
{
  letter-spacing: 0;
  /*
  background: url("arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  */
  height: 78px;
  width: 185px;
  color: #428eff;
  cursor:pointer;
}

.topItemClose
{
  letter-spacing: 0;
  /*
  background: url("arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  */
  height: 78px;
  width: 185px;
  color: #215dc6;
  cursor:pointer;
}


.topItemCloseOver
{
  letter-spacing: 0;
  /*
  background: url("arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  */
  height: 78px;
  width: 185px;
  color: #428eff;
  cursor:pointer;
}



.dropMenu
{
  background-color: #c2c7f4;
  color: #000;
  border-right: 4px solid black;
  filter:alpha(opacity=100);
}

.subMenu
{
   display:block;
}

.subItem
{
	height:25px;
	font-size:13px;
	font-weight:bold;
   text-decoration:none;
   color: #215dc6;
}

body > table div.free {
	padding-bottom: 15px;
}

.subItem a:link,
.subItem a:visited
{	 	
   text-decoration:none;
   color: black;
   display:block;
   padding:5px 20px 5px 20px ;
}

.subItemOver
{
	height:25px;
	font-size:13px;
	font-weight:bold;
   color: black;
}

.subItemOver  a:link,
.subItemOver  a:visited
{
   cursor:pointer;	
  	color: black;
   text-decoration:underline;
   cursor:pointer;
   display:block;
   padding:5px 20px 5px 20px ;
   background:#a2a8d3;
}


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




