﻿div.menuCont
{
    width:100%;
}
#leftNav
{
	background-color:#fff;
	font-family: Arial;
	font-weight: bold;
    color: #333333;
    width: 229px;  /*229px*/
    border-collapse: collapse;
    padding: 0px;
    
    border-spacing:0px;
    border-style:none;
    padding:0px;
    margin:0px;
    
}
#leftNav td
{
	padding: 0px;
	margin: 0px;
}
#leftNav tr.top
{
	border-collapse:collapse;
	height: 1px;
	background: #fff url("Menu_Child/topBG.gif") no-repeat;	
}
#leftNav tr.between
{
	height: 5px;/*was 6*/
}
#leftNav tr.first
{
	min-height: 28px;
	background: #fff url("Menu_Child/firstBG.gif") repeat-y;
}
#leftNav tr.first .unselected:hover
{
	background: #3d84b8 url("Menu_Child/firstBG_hover.gif") repeat-x;	
}
#leftNav tr.second, #leftNav tr.third, #leftNav tr.fourth
{
	min-height: 26px;
}

#leftNav .tail
{
	background-color: #fff;
}


#leftNav td.tail
{
	border-left: solid 1px #a4a4a4;
}
#leftNav td.tail_first,
#leftNav td.tail_second,
#leftNav td.tail_third,
#leftNav td.tail_fourth
{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	border-collapse: collapse;
	border-left-width: 0px;

}
#leftNav td.tail_first
{
	background-image: url("Menu_Child/first_arrow.gif");	
	width:9px;
}

#leftNav td.tail_second
{
	background-image: url("Menu_Child/second_arrow.gif");
	background-position: 0px 51%;
}
#leftNav td.tail_third
{
	background-image: url("Menu_Child/third_arrow.gif");
}
#leftNav td.tail_fourth
{
	background-image: url("Menu_Child/fourth_arrow.gif");
}
#leftNav td.header
{
	width: 1px;
}
#leftNav td.tail
{
	width: 9px;
}
#leftNav td.selected, #leftNav td.unselected
{
	width: auto; /*219*/
}
#leftNav .second td.header
{
	width: 1px;
	background-color: #a4a4a4;
}
#leftNav .second td.selected, #leftNav .second td.unselected
{
	background: #e8e8e8 url("Menu_Child/secondBG.gif") repeat-x bottom;
}
#leftNav .second td.unselected:hover,
#leftNav .third td.unselected:hover,
#leftNav .fourth td.unselected:hover
{
	background: #3d84b8 url("Menu_Child/cellBG_hover.gif") repeat-x bottom;
}
#leftNav .third td.header
{
	background-color: #bababa;	
}
#leftNav .third td.selected, #leftNav .third td.unselected
{
	background: #f7f7f7 url("Menu_Child/thirdBG.gif") repeat-x bottom;
}
#leftNav .fourth td.header
{
	background-color: #cecece;
}
#leftNav a
{
	padding: 6px 5px 6px 10px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	overflow:hidden;
}
#leftNav .unselected a
{
	color: #333;
}
#leftNav .unselected a:hover
{
	color: #fff;
}
#leftNav .selected a
{
	color: #005288;
}

#leftNav .selected a
{
	font-weight: bold;
}
#leftNav .bottom
{
	border-top: solid 1px #a4a4a4;
}

#leftNav a.opened, #leftNav a.closed 
/*
#leftNav .second a.opened_hover, #leftNav .second a.closed_hover, 
#leftNav .third a.opened_hover, #leftNav .third a.closed_hover, #leftNav .fourth a.opened_hover, 
#leftNav .fourth a.closed_hover*/
{
    padding-left:24px;
    background-position:10px 8px;
}

#leftNav .first a
{ 
    padding-left:10px;
	padding-top: 12px;
	padding-bottom: 10px;
    color: #333;
    font-size: 15px;
}

#leftNav .second a,#leftNav .second a.opened_hover, #leftNav .second a.closed_hover
{
	/*padding-left: 8px;*/
    font-size: 13px;
    padding-left:24px;
    background-position:10px 8px;
}
#leftNav .third a, #leftNav .third a.opened_hover, #leftNav .third a.closed_hover
{
	/*padding-left:20px;*/
	font-size: 12px;
	font-weight: normal;
	padding-left:36px;
    background-position:22px 8px;
}
#leftNav .fourth a, #leftNav .fourth a.closed_hover
{
	/*padding-left:30px;*/
    padding-left:46px;
    background-position:32px 8px;
	font-size: 11px;
	font-weight: normal;
}

#leftNav .second a.opened 
{
	background-image: url("Menu_Child/second_opened.png");
}
#leftNav .second a.opened_hover
{
	background-image: url("Menu_Child/second_opened_hover.png");
}
#leftNav .second a.closed 
{
	background-image: url("Menu_Child/second_closed.png");
}
#leftNav .second a.closed_hover
{
	background-image: url("Menu_Child/second_closed_hover.png");
}
#leftNav .third a.opened 
{
	background-image: url("Menu_Child/third_opened.png");
}
#leftNav .third a.opened_hover
{
	background-image: url("Menu_Child/third_opened_hover.png");
}
#leftNav .third a.closed 
{
	background-image: url("Menu_Child/third_closed.png");
}
#leftNav .third td.selected a.closed
{
    background-image: url("Menu_Child/third_closed_selected.png");
}

#leftNav .third a.closed_hover
{
	background-image: url("Menu_Child/third_closed_hover.png");
}
#leftNav .fourth a.closed, #leftNav .fourth a.opened
{
	background-image: url("Menu_Child/fourth_circle.png");
}
#leftNav .fourth td.selected a.closed, #leftNav .fourth td.selected a.opened
{
	background-image: url("Menu_Child/fourth_circle_selected.png");
}
#leftNav .fourth a.closed_hover, #leftNav .fourth a.opened_hover
{
	background-image: url("Menu_Child/fourth_circle_hover.png");
}
#leftNav a
{
	background-repeat: no-repeat;
}


