*{ margin:0; padding:0;}


body{
	color:#000000;
	font-size:13px;
	/*background: #dff0f7 url(../images/bg.jpg) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;*/
	 font-family:Arial;
}

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:279px;
	float:left;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:2px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	/*font-family:BPreplay,Arial,Helvetica,sans-serif;*/
	 font-family:Arial ;
	font-size:12px;
	/*height:34px;*/
	overflow:hidden;
	/*padding:10px 20px 0;*/
	position:relative;
	width:264px;
	padding:0px 0px 0px 5px;
	
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
	color:#FF0000;
	background-color:#FFFFFF;
}

.selectedCategory{
	text-decoration:none;
	color:#FF0000;
	background-color:#FFFFFF;
}
li.button a span{
	/* This span acts as the right part of the section's background */
	/*height:44px;*/
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

li.button a.blue{/*background:url(../images/blue.png) repeat-x top left;*/ color:#000000;}
li.button a.blue span{ /*background:url(../images/blue.png) repeat-x top right;*/}

li.button a.green{/*background:url(../images/green.png) repeat-x top left; */color:#000000;}
li.button a.green span{ /*background:url(../images/green.png) repeat-x top right;*/}

li.button a.orange{/*background:url(../images/orange.png) repeat-x top left;*/ color:#000000;}
li.button a.orange span{/* background:url(../images/orange.png) repeat-x top right;*/}

li.button a.red{/*background:url(../images/red.png) repeat-x top left;*/ color:#000000;}
li.button a.red span{ /*background:url(../images/red.png) repeat-x top right;*/}

/* The hover effects */

li.button a:hover{/* background-position:bottom left;*/ background:url(../images/menu_bg_hover.png) no-repeat #FFFFFF; color:#FF0000}
li.button a:hover span{/* background-position:bottom right;*/ background-color:#FFFFFF; color:#FF0000}




.dropdown{
	/* The expandable lists */
	
	padding-top:2px;
	width:279px;
}

.dropdown li{
	/* Each element in the expandable list 
	background-color:#666666;
	border:1px solid #40392C;*/
	color:#000;
	margin:0px 0 0 15px;
	padding:0px 0px;
	list-style: inside square;
}
.dropdown li.selectedMenu{ color:#FF0000; text-decoration:none; background:url(../images/menu_bg_hover.png) no-repeat #FFFFFF;}


.dropdown li a{ color:#000000; text-decoration:none;}

.dropdown li a:visited{ color:#000000; text-decoration:none;}

.dropdown li:hover{ color:#FF0000; text-decoration:none; background:url(../images/menu_bg_hover.png) no-repeat #FFFFFF;}

.dropdown li a:hover{ color:#FF0000; text-decoration:none;}




.clear{
	clear:both;
}

#LeftMenuMain{
	/* The main container 
	margin:15px auto;*/
	text-align:center;
	width:250px;
	/*position:relative;*/
	float:left;
}

a, a:visited {
	color:#000000;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
	color:#FF0000
}

