html
{
	scrollbar-face-color: #f5f5f5;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	cursor: default;
}
.navbar
{
	float: left;
	overflow: visible;
}  

.mainDiv
{
	width:185px;
	margin: 0px;
	padding: 0px;
}

.topItem
{
	background: url(../images/arrow-up-title.gif) no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	width: 180px;
	height: 20px;
	color: #FFFFFF;
	cursor:pointer;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

.topItemOver
{
	background: url(../images/arrow-up-title-on.gif) no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 20px;
	width: 180px;
	color: #FFFFFF;
	cursor:pointer;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

.topItemClose
{
	background: url(../images/arrow-down-title.gif) no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 20px;
	width: 180px;
	color: #FFFFFF;
	cursor:pointer;
	padding-top: 5px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}


.topItemCloseOver
{
	background: url(../images/arrow-down-title-on.gif) no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 20px;
	width: 180px;
	color: #FFFFFF;
	cursor:pointer;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}



.dropMenu
{
	background-color: #FFFFFF;
	color: #003366;
	filter:alpha(opacity=100);
	padding-top:5px;
	padding-bottom:5px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

.subMenu
{
}

.subItem
{
	height:18px;
	text-decoration:none;
	color: #003366;
	font-family: tahoma;
	font-size: 11px;
	width: 170px;
	display: block;
}

.subItem a
{
	height:16px;
	text-decoration:none;
	color: #003366;
	font-family: tahoma;
	font-size: 11px;
	width: 168px;
	border: 1px solid #FFFFFF;
	display: block;
	padding-top: 2px;
	padding-left: 5px;
	margin-left: 3px;
	padding-bottom: 2px;
	padding-right: 2px;
}

.subItemOver
{
	height:18px;
	text-decoration:none;
	color: #003366;
	font-family: tahoma;
	font-size: 11px;
	width: 170px;
	display: block;
}

.subItemOver  a
{
	height:16px;
	text-decoration:none;
	color: #003366;
	font-family: tahoma;
	font-size: 11px;
	width: 168px;
	border: 1px solid #0066FF;
	display: block;
	padding-top: 2px;
	padding-left: 5px;
	margin-left: 3px;
	background-color: #C4E8FF;
	padding-bottom: 2px;
	padding-right: 2px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
.navwin {
	float: left;
	height: 400px;
	width: 400px;
	overflow: visible;
}
