/**
 * Style sheet xMenu
 */
.dropdown
{
	display:block;
	margin:0;
	padding:0px 0px 0px 15px;
	visibility:hidden;
	list-style:none;
	z-index:98;
}

.subdropdown
{
	margin:0;
	padding:0;
	visibility:hidden;
	list-style:none;
	z-index:89;
}

/* these are the inner menus */
.dropdown ul
{
	width:350px;
	top:0px;
	position:absolute;
	display:block;
	margin:0px;
	padding:10px;
	background-color:#333333;
	list-style:none;
}

/* these are the inner menus */
.subdropdown ul
{
	width:280px;
	top:0;
	position:absolute;
	display:block;
	margin:0;
	padding:10px;
	background-color:#333333;
	list-style:none;
}

* html .dropdown ul
{
	margin-top:-23px;
}

/* these are all the LIs in the menu */
.dropdown li
{
	width:auto;
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	cursor:pointer;
}

/* these are all the LIs in the menu */
.subdropdown li
{
	width:300px;
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	text-align:left;
	background-image:url("tl_files/wc/layout/subnavBg.jpg");
	background-position:right top;
	background-repeat:repeat-y;
	list-style-type:none;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website */
.dropdown a
{
	display:block;
	padding:12px;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	color:#ffffff;
	line-height:15px;
	cursor: pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website */
.subdropdown a
{
	width:260px;
	display:block;
	padding:2px 30px 5px 10px;
	text-align:right;
	background-image:url("tl_files/wc/layout/leafLite.gif");
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:11px;
	color:#333333;
	line-height:15px;
	cursor: pointer;
	background-position: 97% center;
}

.dropdown a:hover
{
	background-color:#666666;
	text-decoration:none;
	color:#ffffff;
}

.subdropdown a:hover
{
	background-image:url("tl_files/wc/layout/leaf.gif");
	text-decoration:none;
}

.dropdown ul a
{
	width:165px;
	display:block;
	padding:2px 5px;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
	color:#ffffff;
	line-height:13px;
}

.subdropdown ul a
{
	width:270px;
	display:block;
	padding:2px 5px;
	text-align:right;
	background-image:url("none");
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
	color:#ffffff;
	line-height:13px;
}

.subdropdown ul a:hover
{
	background-color:#666666;
	background-image:url("none");
}

/* these are the LIs that only belong to submenu */
.dropdown ul li
{
	width:175px;
	float:left;
}

/* these are the LIs that only belong to submenu */
.subdropdown ul li
{
	width:255px;
	background-image:url("none");
}

/* these are the LIs that contains a submenu */
.dropdown li.submenu
{
	width:auto;
}

.dropdown li.web ul
{
	margin-left: -100px !important;
}

.dropdown li.info ul
{
	margin-left: -220px !important;
}

* html .dropdown ul
{
	top:60px !important;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve */
.dropdown ul li.submenu
{
}
