a:link {
	color: #054296;
	text-decoration: none;
}
a:hover {
	color:#3399FF
}
a:visited {
	color: #054296;
	text-decoration: none;
}
a:active {
	color:#3399FF;
	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:tahoma;
	font-size:12px;
}
/************/
.navbar
{
}  

.mainDiv
{
  width:160px;
}
.title_link
{
	letter-spacing: 0;
	background-repeat:no-repeat;
	background-position:bottom;
	border: none;
	width: 180px;
	height: 25px;
	color:#FFFFFF;
	cursor:pointer;
	text-indent:10px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.topItem
{
	letter-spacing: 0;
	background: url("../images/arrow-up-title.jpg");
	background-position:center right;
	background-repeat:no-repeat;
	border: none;
	width: 180px;
	height: 25px;
	color:#FFFFFF;
	cursor:pointer;
	text-indent:10px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
}

.topItemOver
{
  text-indent:10px;
  font:12px tahoma,verdana,sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  background: url("../images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center right;
  background-repeat:no-repeat;
  height: 25px;
  width: 180px;
  color:#cccccc;
  cursor:pointer;
  
}

.topItemClose
{
  text-indent:10px;
  font:12px tahoma,verdana,sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  background: url("../images/arrow-down-title.jpg") no-repeat 0 0;
  background-position:center right;
  background-repeat:no-repeat;
  height: 25px;
  width: 180px;
  color:#FFFFFF;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font:12px tahoma,verdana,sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  background: url("../images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center right;
  background-repeat:no-repeat;
  height: 25px;
  width:180px;
  color:#CCCCCC;
  cursor:pointer;
}



.dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #d6dff7;
  color: #000;
  border: 1px solid #2764b8;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
}

.subMenu
{
   display:block;
}

.subItem
{
	margin-left:0px;
	margin-top:3px;
	margin-bottom:2px;
	height:18px;
	text-decoration:none;
	color: #054296;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;   
}

.subItem a
{
	margin-left:0px;
	margin-top:3px;
	margin-bottom:2px;
	height:18px;
	text-decoration:none;
	color: #054296;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

.subItemOver
{
	margin-left:0px;
	margin-top:3px;
	margin-bottom:2px;
	height:18px;
	color: #428eff;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-color:#ffffff;
	border-bottom-width:1px;
	}

.subItemOver  a
{
	margin-left:0px;
	margin-top:3px;
	margin-bottom:2px;
	height:18px;
	cursor:pointer;
	color: #428eff;
	text-decoration:none;
	cursor:pointer;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
.icon{border:0px;
margin-right:3px;
}

.text_title {
	letter-spacing: 0;
	background-position:center center;
	color:#0402FB;
	text-indent:10px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
.gray {
	margin-left:0px;
	text-decoration:none;
	color: #030303;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.text_white {

	margin-left:0px;
	text-decoration:none;
	color: #FFFFFF;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #999999;
border-bottom-width: 0;
font:normal 11px tahoma;
line-height: 25px;
z-index: 100;
background-color: #d6dff7;
width: 205px;
}

.anylinkcss a{
color:#054296;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999999;
padding: 1px 0;
text-decoration: none;
font-weight:normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #2664b9;
color:#FFFFFF;
}

.border
{
	border:solid 1px #CCCCCC;
	width: 200px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image:url(images/overlay.png)}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	
.menutitle{
cursor:pointer;
margin-bottom: 0px;
background: url("../images/n_leftmenu.gif");
background-repeat:no-repeat;
background-position:bottom;
height: 27px;
color:#FFFFFF;
width:180px;
padding:2px;
text-align:left;
font-weight:bold;
/*/*/border:0px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
color:#FFFFFF
}

.bg_left {

	letter-spacing: 0;
	background: url("../images/n_leftmenu.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
	border: none;
	width: 160px;
	height: 27px;
	color:#FFFFFF;
	cursor:pointer;
	text-indent:10px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}