


/* ====================LEFT NAV =========================*/


#leftnavcont {
	width:180px;
	background-color: #000000;

}
#leftnav {
	width: 180px;
	margin: 0;
	padding: 0;
	padding-top: 100px;
}

#leftnav ul{
	margin: 0;
	padding: 0;
	width: 180px;
	z-index: 20;
}
#leftnav li {
	line-height: 36px;
	border-bottom: 1px solid #960;
	list-style-type:none;
	position:relative; /* positioning context for the absolutely positioned drop-down */
	margin:0;
	padding: 0;
	background-image: url(../../phillipcharette/images_structural/elements/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#leftnav li.noarrow{
	background-image: none;
	background-color: #600;


}
#leftnav li.leftnavhead{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0 0 0 12px;
	line-height: 36px;
	width: 168px;
	font-size: 17px;
	font-weight: bold;
	background-color: #600;
}
#leftnav li.leftnavhead.first{
	border-top: 1px solid #960;
}
#leftnav li.top{
	border-top: 1px solid #960;
	margin: 0;
}		
#leftnav li a {
	display:block;
	line-height: 36px;
	margin: 0;
	text-decoration:none;
	color:#fff;
	overflow: hidden;
}
#leftnav li a:hover {
	color: #fff;
	width: 156px;
	margin-left: -12px;
	padding: 0 12px;
	line-height: 36px;
	background-color:#144540;
}
#dotrepeat{
	background-image: url(../../phillipcharette/images_structural/elements/dots-repeat.jpg);
	background-repeat: repeat;
}
/* a hack for IE Win only \*/	
* html #leftnav ul {border-top:1px solid #960;}
/*end of hack */


/* ==========LEFT NAV- Drop Down Starts here /* ==========leftnav2- Drop Down Starts here ==============================*/

#leftnav ul li ul {
	margin: 0; 
	position: absolute;
	width: 180px;
	left:0;
	top: -2px;
	display: none;
	padding:0;
	border-left: 1px solid #960;
	border-right: 1px solid #960;
	background-color:#144540;

}
#leftnav ul li:hover ul, #leftnav ul li.hover ul {
	display: block;
	border-top: 1px solid #999;
	margin-left: 180px;
	width: 180px;
	padding: 0;
	background-color:#0D2B27;/*darkgreen*/

}	
#leftnav ul li ul li, #leftnav ul li ul li {
	width: 100%
	border-bottom:1px solid #999;
	padding:0 12px;
	text-align: left;
	font-weight: normal;
	float: none;
	overflow: hidden;
	background-image:none;



}

/* the drop-down ends here */

/* =======================TOP NAVIGATION starts here ====================================*/

/* horizontal menu starts here */

#topnavcont{
	width:400px;
	position: absolute; /* relative to container2 */
	left: 180px;
	top: 183px;
	z-index:10;
	border: none;	
	font-family: Arial, Helvetica, sans-serif;
	height: 36px;
	background-color: #600;
	margin: 0;
	padding: 0;
}

#topnav{
	margin: 0;
	padding: 0;
}
#topnav ul{
	margin: 0;
	padding: 0;
}
#topnav li {
	float: left;
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none; /*sets the background of the menu items */
	line-height: 36px;
	width: 199px;
	border-right:1px solid #999; /* creates dividing lines between the li elements */
	color: #f9f9e5;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
#topnav li.last{
	border-right:none; 
	}
#topnav li a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	line-height: 36px;
	margin: 0;
	text-decoration:none;
	color:#fff;
	display:block;
	overflow: hidden;
	}
#topnav li a:hover {
	color:#663333;
	color:#fff;
	margin: 0;
	line-height: 36px;
	background-color:#144540;
	}
	
/* the horizontal menu ends here */

/* ==========horizontal menu- Drop Down Starts here ==============================*/

/* ==========TOP NAV- Drop Down Starts here ==============================*/

#topnav ul li ul {
	margin: 0px; 
	position: absolute;
	width:200px;
	left:-1px;
	top: 36px;
	display: none;
	padding:0px;
    background-color:#144540;
}
#topnav ul li:hover ul, #topnav ul li.hover ul {	
	display: block;
	border-top: 1px solid #999;
	background-color:#0D2B27;/*darkgreen*/
}	
#topnav ul li ul li, #topnav ul li ul li {
	width:100%;
	border-bottom:1px solid #999;
	padding:0;
	text-align: center;
	font-weight: normal;
	float: none;
	border-right: none;
}

/* the drop-down ends here */
	








