@charset "utf-8";
/* CSS Document */

.navbar
{ overflow:hidden;
float:left;
z-index: 2;
left: 274px;
height: 56px;
}  

.start {float: left; 
text-align:right;
width:138px;
}

.mainDiv {
width:320px;
}

.topItem { 
font: bold 12px Helvetica, Arial, Verdana sans-serif;
letter-spacing: 0;
background: url("../img/btn_kurse_no.png") no-repeat 0 0;
background-position:0 0px;
background-repeat:no-repeat;
border: none;
width: 185px;
height: 29px;
color: #215dc6;
cursor:pointer;
}

.top_on { 
font: bold 12px Helvetica, Arial, Verdana sans-serif;
letter-spacing: 0;
background: url("../img/btn_kurse_on.png") no-repeat 0 0;
background-position:0 0px;
background-repeat:no-repeat;
border: none;
width: 185px;
height: 29px;
color: #215dc6;
cursor:default;
}

.topItemOver {
  font: bold 12px Helvetica, Arial, Verdana sans-serif;
  letter-spacing: 0;
  background: url("../img/btn_kurse_on.png") no-repeat 0 0;
  background-position:0 0px;
  background-repeat:no-repeat;
  height: 29px;
  width: 185px;
  color: #428eff;
  cursor:pointer;
}

.topItemClose {
  background: url("../img/btn_kurse_no.png") no-repeat 0 0;
  background-position:0 0px;
  background-repeat:no-repeat;
  height: 29px;
  width: 185px;
  color: #215dc6;
  cursor:pointer;
}

.topItemCloseOver {

  background: url("../img/btn_kurse_on.png") no-repeat 0 0;
  background-position:0 0px;
  background-repeat:no-repeat;
  height: 29px;
  width: 185px;
  color: #428eff;
  cursor:pointer;
}



.dropMenu {
	height: 31px;
	font:  bold 13px Helvetica, Arial, Verdana sans-serif;
	margin-top: 0px;
	color: #000;
	background: url("../img/subnavi_bg1.png") no-repeat;
	filter:alpha(opacity=100);
	padding-top:2px;
	padding-bottom:0px;
}

.subMenu {
height: 40px;
display:inline;
}

.subItem { 
width: 98px; float:left;
text-align: center; 
   margin-left:0px;
   margin-top:0px;
   height:23px;
   text-decoration:none;
   color: #fff;
   border: solid 0px; #ddd;
}

.act, .actOver { 
background: url("../img/basic_ro.png") no-repeat;
  background-position:0 -2px;
width: 98px; float:left;
text-align: center; 
   margin-left:0px;
   margin-top:0px;
   height:23px;
   text-decoration:none;
   color: #fff;
   border: solid 0px; #ddd;
}

.none, .noneOver { 
cursor: text; 
background: url("#") no-repeat;
  background-position:0 -2px;
width: 98px; float:left;
text-align: center; 
   margin-left:0px;
   margin-top:0px;
   height:23px;
   text-decoration:none;
   color: #fff;
   border: solid 0px; #ddd;
}

.none a, .noneOver a { 
cursor: text; 
   color: #e2dace;
   border: solid 0px; #ddd;
}

.subItem a {
display:block;   
height:23px;
   width: 98px;   
   text-align: center; 
   margin-left:0px;  	
   text-decoration:none;
   color: #fff;
}

.subItemOver{ 
text-align: center; 
	float:left;
  background: url("../img/basic_ro.png") no-repeat;
  background-position:0 -2px;
   margin-left:0px;
   margin-top:0;
 padding-top: 0px; 
   height:23px;
   width: 98px; 
   color: #fff;
}


.subItemOver  a {
display:block;   height:23px;
   width: 98px; 
text-align: center; 
   margin-left:0;  

   cursor:pointer;	
   color: #fff;
   text-decoration:none;

}


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

