.navbar
{
}  

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

.topItem
{
	letter-spacing: 0;
	width: 175px;
	color: #FF8300;
	cursor:pointer;
	text-indent:10px;
	background-color: #002e59;
	height: 18px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
}

.topItemOver
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("arrow-up-title-on.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 18px;
	width: 175px;
	color: #002e59;
	cursor:pointer;
	background-color: #FF8300;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
}

.topItemClose
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("arrow-down-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 18px;
	width: 175px;
	color: #FF8300;
	cursor:pointer;
	background-color: #002e59;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


.topItemCloseOver
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("arrow-down-title-on.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 18px;
	width: 175px;
	color: #FF8300;
	cursor:pointer;
	background-color: #002e59;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



.dropMenu
{
	background-color: #4871B0;
	color: #000;
	border: 1px solid #FFFFFF;
	border-width: 0 1px 1px 1px;
	filter:alpha(opacity=100);
	padding-top:5px;
	padding-bottom:5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.subMenu
{
   display:block;
}

.subItem
{
	margin-left:10px;
	margin-top:2px;
	height:18px;
	text-decoration:none;
	color: #002e59;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002E59;
}

.subItem a
{
	margin-left:23px;
	text-decoration:none;
	color: #002E59;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.subItemOver
{
	margin-left:10px;
	margin-top:2px;
	height:18px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002E59;
}

.subItemOver  a
{
	margin-left:23px;
	cursor:pointer;
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


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