/* CSS Document 
   frensraz@hotmail.com (c) 2008. All rights reserved to Razer Maharjan
   Menu Left Panel
*/


.razer {background:#000;}
.razer ul {
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color:#4a5765;
	margin: 8px 0 19px 3px;
	padding: 0;
	list-style: none;
	width: 176px; /* Width of Menu Items */
	
    LIST-STYLE-TYPE: none;
	float:left;
	
	
	
	}
	.razer ul ul{
	width:200px;
	
	}
	.razer ul li ul{margin:0px;padding:0px;}
.razer ul li {
	position: relative;
	//setup here
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none; 
	border-bottom:1px solid #9ba3ac;
	
	LINE-HEIGHT: 0em;
	}


.razer .subfolderstyle{

background:url(../images/arrow.gif) no-repeat center right;
height:20px;
line-height:20px;
}


.razer li ul {
	position: absolute;
	left: 207px; /* Set 1px less than menu width */
	top: 0;
    display: none;
	border:1px solid #E2EAF2;
	z-index:10;
	background:#ecf0f4;
	
	
	}

/* Styles for Menu Items */
.razer ul li a {
	display: block;
	text-decoration: none;
	font-weight:normal;
	color: #25486A;
	background: #fff; /* IE6 Bug */
	padding-left:20px;
	text-align:left;
	border: 0px solid #ccc; /* IE6 Bug */
	background:#ecf0f4 url(../images/menu_icon.gif) 0 50% no-repeat ;
	height:20px;
	line-height:20px;
	
	
	
/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
        }
.razer ul li a:hover{ /*Theme Change here*/

							color:#FF8A00;
							height:20px;
							display: block;height:20px;
							line-height:20px;
							
	background:#fff url("../images/menu_icon.gif") 0 50% no-repeat ;
							text-decoration:none;
}
.razer ul li ul{width:215px;margin:0px;padding:0px;}
.razer ul li ul li,.razer ul li ul li a{padding-left:5px;background:#ecf0f4}
.razer ul li ul li a:hover{background:#fff}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.razer li:hover ul, li.over ul { display: block;} 
.razer li:hover ul ul, li.over ul ul {display: none;z-index:900 } 
.razer ul ul li:hover ul, ul ul li.over ul {display: block;}

ul#razer li ul{}
ul#razer li ul li a{background-image:none;}




