/* --------------------------------------------------------------------------------------------------------------- */
/* Navigations DIV links */
#DIV_ContainerLeft
{
	width: 165px;
	float: left;
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(../images/design/nav/sidebar_left_hg.jpg);
	display: block;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

* html #DIV_ContainerLeft
{
}

#DIV_ContainerLeft .top
{
	width: 100%;
	margin: 0;
	background-attachment: fixed;
	background: url(../images/design/nav/sidebar_left_top.jpg);
	background-repeat: no-repeat;
}

#DIV_ContainerLeft .bottom
{
	width: 100%;
	margin: 0;
	background-attachment: fixed;
	background: url(../images/design/nav/sidebar_left_bottom.jpg);
	background-repeat: no-repeat;
}


#DIV_ContainerLeft ul
{
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}


#DIV_ContainerLeft li
{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: -5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 16px;
	list-style-type: none;	
}

#DIV_ContainerLeft li:hover
{
}

#DIV_ContainerLeft li.dummy
{
display: none;
}
#DIV_ContainerLeft li img {
	padding: 0px;
	float: left;
	height: 16px;
	width: 16px;
	margin-top: -1px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}


#DIV_ContainerLeft .title
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 25px;
	background-image: url(../images/design/nav/sidebar_left_bar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 15px;
}

#DIV_ContainerLeft a:link, #DIV_ContainerLeft a:visited, #DIV_ContainerLeft a:active
{
	text-decoration: none; 
	color: #000000;
	font-family: Verdana; 
	font-size: 8pt;	
}


#DIV_ContainerLeft a:hover
{
	text-decoration: none;
	color: #6699CC;
	font-family: Verdana; 
	font-size: 8pt;	
}

