/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 1.1em;
	margin-top: 16px;
	width: 150px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BF0000;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	margin-left: 0px;
}
.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
	background-color: #ebebeb;
	color: #666666;
	border:1px solid #dcdcdc;
}
.menulist .sub ul{
	width: 147px;
}


/* Links inside the menu */
.menulist a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	background-image: url(../images/menuActive.gif);
}
.menulist ul li a {
	color: #7e7e7e;
	background-color: #ebebeb;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menulist ul li a:visited {
	color:#7e7e7e;
}
.menulist .sub a {
	color: #fff;
	background-repeat: no-repeat;
}
.menulist .sub ul li a {
	color: #7e7e7e;
	background-color: #ebebeb;
	background-image: none;
	background-position: 0px;
}


/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */

.menulist .sub, .menulist .sub a.highlighted {
	background-image: url(../images/menuActive.gif);
	background-repeat: no-repeat;
}
.menulist .sub a:hover, .menulist .sub a.highlighted:hover, .menulist .sub a.highlighted {
	background-position: 50% bottom;
}
.menulist .sub a:active, .menulist .sub a.highlighted:active, .menulist .sub a.highlighted {
	background-position: 50% bottom;
}
.menulist .sub a:inactive, .menulist .sub a.highlighted:inactive, .menulist .sub a.highlighted {
	background-position: 50% bottom;
}
.menulist ul li a:hover {
	color: #ffffff;
	background-color: #7e7e7e;
	background-image: none;
}
.menulist .sub ul li a:hover, .menulist .sub ul li a.highlighted:hover, .menulist .sub ul li a:focus {
	color: #ffffff;
	background-color: #7e7e7e;
	background-image: none;
}
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}

.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
	color: #666666;
}
.menulist a {
	float: none;
}
.menulist ul a:hover, .menulist ul a.highlighted:hover, .menulist ul a:focus {
	color: #ffffff;
	background-color: #7e7e7e;
}
*:sub-child+html .menulist ul li {
	float: left;
	width: 100%;
}
* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}

