﻿/* this is the main UL element  border-bottom:1px solid #444;*/
.dropdown{
	display:none;
	margin:0;
	padding: 10px 0 0 5px;
	list-style:none;
	font-family: Tahoma, sans-serif;
}

/* these are the inner menus 	border-top:1px solid #444;*/
.dropdown ul{
	margin-left: 0px; 
	margin-top: 20px;
	padding: 0;
	list-style:none;
	font-weight:bold;
}

/* these are all the LIs in the menu  	background-color:#FFF;*/
.dropdown li{
	margin:0;
	padding:3px;
	width:115px;
	cursor:pointer;
	background:url('../images/menu_libg.gif') top left repeat-y; 
	font-size:12px; 
	text-align:center;	
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	width:100%;
	color:#666; 
	font-weight:normal; 
	font-size:12px; 
	padding:8px 0 5px 0;
	font-weight:bold;
}

.dropdown a:hover{color:#000000;}


/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #E0E0E0;
	font-size: 5px;
	border-top:0;
	margin-left:-1px;
	background:url('../images/menu_submenu.gif') top repeat-x;
	text-align: left;
	padding-left: 10px;	
	font-weight:bold;
}

.dropdown ul li a{ font-weight:normal; font-size:11px;}

/* these are the LIs that contains a submenu
.dropdown li.submenu-down{
	background:url('../images/expand_down.png') center left no-repeat;
}
*/

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background:url('../images/menu_expand.gif') top repeat-x;
}
