﻿.NavBar
{
	width:180px;
	/*background:url(images/librarymenu_bg.jpg) 0 0 repeat-x;*/
	margin:0 auto;
	overflow:hidden;
	height:auto;
	background:#3E7029;
  cursor: default; 
} 

.TopItem
{
	text-decoration:none;
	/*background:transparent url(images/bullet_transparent.gif) left 4px no-repeat; */
	cursor: pointer;
	margin:0px 10px 0 5px;
	border-bottom:1px dashed #8FC8DE;
}

.TopItemHover, .TopItemSelected
{
	text-decoration:none;
	/*background:transparent url(images/bullet_transparent.gif) left 4px no-repeat; */
	cursor: pointer;
	margin:0px 10px 0 5px;
	border-bottom:1px dashed #8FC8DE;
}

.TopItem td
{
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 0 0 12px;
}

.TopItemHover td, .TopItemSelected td
{
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	color:#FBFB8D;
	padding:0 0 0 5px;
}

.Level2Item
{
	text-decoration:none;
	/*background:transparent url(images/bullet_transparent.gif) left 4px no-repeat; */
	cursor: pointer;
	margin:0px 5px 0 5px;
	border-bottom:1px dashed #8FC8DE;
}

.Level2Item td
{
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 0 0 5px;
}

.Level2ItemHover, .Level2ItemSelected
{
	text-decoration:none;
	/*background:transparent url(images/bullet_transparent.gif) left 4px no-repeat; */
	cursor: pointer;
	margin:0px 5px 0 5px;
	border-bottom:1px dashed #8FC8DE;
}

.Level2ItemHover td, .Level2ItemSelected td
{
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	color:#FBFB8D;
	padding:0 0 0 5px;
}


.Level2Group
{
	background:#5F821B;
  padding-left:5px;
  padding-right:0px;
}

.Empty
{
}


.LastItem
{
	text-decoration:none;
	/*background:transparent url(images/bullet_transparent.gif) left 4px no-repeat; */
	cursor: pointer;
	margin:0px 10px 0 5px;
}

.LastItemHover, .LastItemSelected
{
	text-decoration:none;
	/*background:transparent url(images/bullet_transparent.gif) left 4px no-repeat; */
	cursor: pointer;
	margin:0px 10px 0 5px;
}

.LastItem td
{
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 0 0 5px;
}

.LastItemHover td, .LastItemSelected td
{
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	color:#FBFB8D;
	padding:0 0 0 5px;
}

#librarymenu{
	width:190px;
	background:url(images/library_bg.jpg) 0 0 repeat-y;
	}
	
#librarymenu_bg{
	width:180px;
	background:url(images/librarymenu_bg.jpg) 0 0 repeat-x;
	margin:0 auto;
	overflow:hidden;
	height:auto;
	background:#114E7D
}



/*
#librarymenu{
	width:190px;
	background:url(images/library_bg.jpg) 0 0 repeat-y;
	}
	
#librarymenu_bg{
	width:180px;
	background:url(images/librarymenu_bg.jpg) 0 0 repeat-x;
	margin:0 auto;
	overflow:hidden;
	height:auto;
	background:#114E7D
	
	}
	
#librarymenu_bg ul{
	padding:0px;
	margin:0px 0 0 10px;
	list-style:none;
	}
	
#librarymenu_bg ul li{
	margin:0px 10px 0 0;
	border-bottom:1px dashed #8FC8DE;
	}
	
#librarymenu_bg ul li.no-border{
	border:none;
	}
	
#librarymenu_bg ul li a{
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	background:transparent url(images/bullet_transparent.gif) left 4px no-repeat;
	padding:0 0 0 12px;
	}	
	
#librarymenu_bg ul li a:hover{
	color:#FBFB8D;
	}	
	*/