﻿@charset "utf-8";
/* CSS Document */

.menutest{
width:180px;
float:left;
margin:0;
}
.menutest h4.bookmark{background:url('images/bookmark_bg.gif') no-repeat left top; 
line-height:28px; font-size:12px; font-weight:bold; color:#fff; float:left; width:150px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:8px; padding-left:30px; padding-right:0px; padding-top:3px; padding-bottom:0px
}
.menutest h4.tellafriend{background:url('images/tella_friend_bg.gif') no-repeat left top; 
line-height:30px; font-size:12px; font-weight:bold; color:#fff; float:left; width:150px; margin-left:0px; margin-right:0px; margin-top:5px; margin-bottom:5px; padding-left:30px; padding-right:0px; padding-top:0px; padding-bottom:0px
}
.menutest .newLineCategory {
border:1px solid #C2CACF;/*#628497;*/
-moz-border-radius:5px;
/*-moz-box-shadow:1px 1px 1px #888888;*/
float:left;
margin-bottom:1px;
width:178px;
/*background-image:url("images/bgleftmenu.gif");*/
}

.typeof{
	/*color: #004B91;*/
	color:#000000;
	float:left;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:5px 0 5px 15px;
	text-decoration:none;
	text-transform:none;
	vertical-align:middle;
	width:165px;
/*
	background-position:7px center;
	background-repeat:no-repeat;*/
	background-color:#CFEBFF;
	border-bottom:1px solid #45799F;
}
.menutest .newLineCategory a:hover{
	color: #FF6633;
}
.menutest .newLineCategory h3{
	background:url("images/header_row2_center.gif");
	height:30px;
	line-height:30px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
.leftmenu h3 {
-moz-border-radius:6px 6px 2px 2px;
background-image:url("images/header_row2_center.gif");
color:#FFFFFF;
font-weight:bold;
line-height:30px;
text-align:center;
width:180px;
}
.leftmenu{
float:left;
width:180px;
margin-bottom:1px;
}

.leftmenu * {
float:left;
/*width:100%;*/
}

.leftmenu ul{
	list-style:none;
	border:1px solid #C2CACF;
	-moz-border-radius:7px 7px 5px 5px;
	/*-moz-box-shadow:1px 1px 1px #888888;*/
	width:180px;
	z-index:2;
	/*background-image:url("images/bgleftmenu.gif");*/
	background-color:#CFEBFF;
}
/*******leftmenu moi*******/
/*Menu Left Level 1*/
.leftmenu ul li{
	margin:0px;
	padding:0px;
	width:180px;
	float:left;	
	border-bottom:1px #45799F solid;
	position:relative;
	z-index:2;
	padding:0px;
	background-color:#CFEBFF;
	-moz-border-radius:2px;


}
.leftmenu ul li a{
	margin:0px;
	padding:5px 0px 5px 15px;
	width:165px;
	/*background-color:#7DBCDF;*/
	
	background-image:url('images/bg-NodeList.gif');
	background-repeat:no-repeat;
	background-position:7px center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-transform:none;
	text-decoration:none;
	color:black;
	font-weight:bold;
	vertical-align:middle;
	float:left;	
	z-index:2;
}
.leftmenu ul li a:hover{
	background-color:#F1F0F0;
}

/*Menu Left Level 2*/
.leftmenu ul li ul{
	margin:0px;
	margin-top:-1px;
	padding:0px;
	display:none;
	
	 position:absolute;
	top:0px;
	left:179px;
	float:left;
	border:1px #cfcfcf solid;
	/*border-left:0px #cfcfcf solid;*/
		/*background-color:#e1e1e1;*/
	background-color:#F1F0F0;
	box-shadow: 3px 3px 2px #888;
	border-radius: 7px;
	-moz-box-shadow: 3px 3px 2px #888;
	-moz-border-radius:0 3px 5px 5px;
	border-radius:0 3px 5px 5px;
	background-image:none;
}

.leftmenu ul li:hover ul{
	display:block;
}

.leftmenu ul li ul li{
	margin:0px 0px 0px 5px;
	padding:0px;
	float:left;
/*	border-bottom: 1px #CCCCCC solid;*/
	border-bottom:1px dotted #CCCCCC ;
	/*border-bottom: none;*/
	width:165px;
	background-color:#F1F0F0;
	
}

.leftmenu ul li ul li a{
	color:#00205F;
	padding-left:15px;
	width:auto;
	/*background-color:#e1e1e1;*/
	background-color:#F1F0F0;
	z-index:2;

}

.leftmenu ul li ul li a:hover{
	/*color:#06142F;*/
	text-decoration:underline;
	background-color:transparent;
}
.leftmenu .home:hover{
background-color:#FFFFFF;
}


