/*************************** navigation box **********************/
/* set background images */
.roundbox { background: url(../img/box/square.gif) repeat; }
.roundbox_top div { background: url(../img/box/top_left.gif) no-repeat top left; }
.roundbox_top { background: url(../img/box/top_right.gif) no-repeat top right; }
.roundbox_bottom div { background: url(../img/box/lower_left.gif) no-repeat bottom left; }
.roundbox_bottom { background: url(../img/box/lower_right.gif) no-repeat bottom right; }

.roundbox_top div, .roundbox_top, .roundbox_bottom div, .roundbox_bottom {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.roundbox_content  { margin: 15px; }
.roundbox { 
		/* margin-top: -80px; */
		/* margin-top: -15px; EJB*/
		margin-top: 0px;
	    width: 195px; 
}
/*****************************************************************/

/************************* navigation items **********************/
#navigation {
	font-size: 100%;
	font-weight: bold;
	padding-left: 0;
	margin-left: 0;
}

/* first level without bullets */
#navigation li {
	list-style: none;
	margin-bottom: 10px;
}

#navigation li ul {
	font-size: 90%;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 5px;
	list-style-position: outside;
}

#navigation li ul li ul li {
	padding-left: 16px;
	background: url(../img/navigation/bullet.gif) no-repeat 0 50%;
	margin-bottom: 2px;
}

/* link design */
.navigation_link, .navigation_link:active, .navigation_link:visited {
	color: #006766;
	text-decoration: none;
}
.navigation_link:hover {
	text-decoration: underline;
}
/*****************************************************************/
/*  e-Tech Solutions styles                                      */

.navigationtable
{
	font-size: 100%;
	font-weight: bold;
	padding-left: 0;
	margin-left: 0;
}

.navlevel1
{
	
	padding-bottom: 10px;
}

.navlevel2
{
	font-size: 90%;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 8px;
	
}

.postinglevel
{
	font-size:80%;
	font-weight:normal;
	padding-left: 25px;
	padding-bottom:2px;
	
}

.lastposting
{
	font-size:80%;
	font-weight:normal;
	padding-left: 25px;
	padding-bottom:8px;
	
}

.trainingtitle, .trainingtitle:active, .trainingtitle:visited
{
	font-weight: normal;
	padding-bottom: 0.2em;
	padding-right: 1em;
	border-bottom: solid 1px black;
	color: #006766;
	text-decoration: none;
}

.trainingtitle:hover {
	text-decoration: underline;
}

.trainingtitlecell
{
padding-bottom: 20px;	
	}

