.navbar
{
    
    padding-bottom:10px;
	float:left;
	width:220px;
	background:#FDFDFD;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7F7F7F;
	height:auto

}  

.mainDiv
{
	margin-left:1px;
	position:relative;
	padding:2px;
	padding-left:0;
	top:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;	
	width:190px;
		
}


.indexDiv
{
    margin-left:1px;
	position:relative;
	top:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	width:180px;
	background: url("../images/Icon/NavigationIcon/PilFram.gif") no-repeat 0 0;
	background-position:left;
	background-repeat:no-repeat;
	padding:2px;
	padding-top:1px;
	padding-left: 10px;
	height:16px;
	
}

.indexDiv a
{
	text-indent:10px;
	font-size:11px;
	font-family: Arial, verdana, sans-serif;
	font-weight:bold;
	display:block;
		
	
}


.topItem
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("../images/Icon/NavigationIcon/PilNed.gif") no-repeat 0 0;
	background-position:left;
	background-repeat:no-repeat;
	border: none;
	font-weight:bold;
	width: 180px;
	color: #575757;
	cursor:pointer;
	font-family: Arial, verdana, sans-serif;
    font-size: 11px;
	padding-left: 10px;	
	}


.topItemOver
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("../images/Icon/NavigationIcon/PilNed.gif") no-repeat 0 0;
	background-position:left;
	background-repeat:no-repeat;
	width: 180px;
    font-weight:bold;
	color: #759EBF;
	cursor:pointer;
	font-family: Arial, verdana, sans-serif;
    font-size: 11px;
	padding-left: 10px;
}

.topItemClose
{
	text-indent:10px;
	font:  11px Arial,verdana,sans-serif;
	letter-spacing: 0;
	background-position:left center;
	background-repeat:no-repeat;
	background-image: url(../images/Icon/NavigationIcon/PilFram.gif);
    font-weight:normal;
	width: 180px;
	color: #575757;
	cursor:pointer;
	padding-left: 10px;
}



.topItemCloseOver
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("../images/Icon/NavigationIcon/PilFram.gif") no-repeat 0 0;
	background-position:left;
	background-repeat:no-repeat;
	width: 180px;
    font-weight:bold;
	color: #759EBF;
	cursor:pointer;
	font-family: Arial, verdana, sans-serif;
    font-size: 11px;
	padding-left: 10px;
}


.dropMenu
{
	width:auto;
	font:  11px Arial,verdana,sans-serif;
	background-color: #F9F9F9;
	color: #575757;
	filter:alpha(opacity=100);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #979797;
}

.subMenu
{
   display:block;

}

.subItem
{
   margin-left:12px;
   margin-top:2px;
   height:18px;
   font: 11px Arial,verdana,sans-serif;	
   text-decoration:none;
   color: #575757;
   background-position:left 40%;
   background-repeat:no-repeat;
   background-image: url(../images/Icon/NavigationIcon/PilFram.gif);
   padding-left: 15px; 
   font-weight:normal;
   
}

.subItem a
{
	text-decoration:none;
	color: #575757;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	font-weight:normal;
}

.subItemOver
{
	margin-left:12px;
	margin-top:2px;
	height:18px;
	background-position:left 40%;
	background-repeat:no-repeat;
	background-image: url(../images/Icon/NavigationIcon/PilFram.gif);
	padding-left: 15px;
	font-weight:normal;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	
}

.subItemOver a
{
	cursor:pointer;
	color: #759EBF;
	cursor:pointer;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

a.underConstructionLink:hover
{
	color: #575757;
}
