
.left_menu{
	width:182px;	
	background-image: url(../images/HR_11.jpg);
	background-repeat: repeat-x;
}

.border_top{
}
.border_bottom{
}

.box_title_menu{
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	padding-left:7px;
	height:30px;
	
}

#nav{
	padding-left:5px;
}

#nav1{
	padding-left:5px;
}


.left_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:176px
}

.left_menu ul li {
	position: relative;
	width:176px;
	/*border: 1px solid*/
}
/* keep folowing styles together..........................*/
* html .left_menu ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html .left_menu ul li {float:left;/* hide float from ie5*/}
* html .left_menu ul ul {
	width:176px;	
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html .left_menu ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/
li ul {
	display:none;	
}
li ul li{border:none;}

/* Styles for Menu Items */
ul li a {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	background-image: url(../images/folder.gif);
	background-repeat: no-repeat;	
	text-indent: 32px;
	height: 22px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
	text-decoration: none;	
	display: block;		
}

ul li a:hover {	
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #0066FF;
	background-image: url(../images/folder.gif);
	text-indent: 32px;
	text-decoration: none;
	height: 22px;			
}

/* this sets all hovered lists to red */
ul li ul li:hover a, ul li ul li.over a,
ul li ul li:hover li a:hover, ul li ul li.over li a:hover {
  
}

/* set dropdown to default */
li:hover li a, li.over li a {
	
	background-image: url();
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-indent: 24px;
	height: 18px;
	padding-top: 6px;
	padding-left: 6px;
	margin: 0px;
	background-color: #e3e3e3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
}

li ul li a, li ul li a:hover {
	
	background-image: url();
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-indent: 24px;
	height: 18px;
	padding-top: 6px;
	padding-left: 6px;
	margin: 0px;
	background-color: #c6d1e1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
}

/*Sub Menu Styles */
li:hover ul, li.over ul { 	display:block  } /* The magic */

.sub_menu{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-indent: 24px;
	height: 18px;
	padding-top: 6px;
	padding-left: 6px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
}

