/* All <ul> tags in the menu including the first level */


#Menu {
	width:100%;
	font-weight:bold;
	line-height:16px;
	text-align:right;
	border: thin none #fff;
	text-transform:none;
	margin-top: 0;
	margin-bottom: 0;
	height: 22px;
	background-position: center;
	float: left;
}
.menulist {
	margin: 0;
	padding: 0;
	line-height:23px;
	list-style: none;
	text-align:left;
	font-family: TrebuchetMSRegular, Helvetica, sans-serif;
	font-size:10px;

	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	display: block;
	position: relative;
	margin-right: -1px;
	font-weight:bold;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: right;
}

.menulist  ul {
	line-height:20px;
	list-style: none;
	text-align:left;
	font-family: TrebuchetMSRegular, Helvetica, sans-serif;
	font-size:12px;
	height: 20px;
	display: none;
	position: absolute;
	top: 26px;
	margin-top: -3px;
	padding:0;
	width: 100px;
	text-transform: none;
}
.menulist ul li a{
	height: 18px;
	font-family: TrebuchetMSRegular, Helvetica, sans-serif;
	color: #A50021;
	margin-top: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 3px;
	width: 120px;
	margin-bottom: 0px;
}
.menulist ul li a:hover{
	height: 18px;
	background-image: url(../images/trans-org.png);
	background-color: #657B55;
	margin-top: 0px;
	margin-left: 20px;
	padding: 3px;
}

/* Links inside the menu */
.menulist a {
	display: block;
	color: #A50021;
	font-weight:bold;
	text-decoration: none;
	font-family: TrebuchetMSBold, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 22px;
	font-size: 15px;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFFFFF;
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 22px;
	background-color: #A50021;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
	display: block;
	float: left;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
.menu-link {
	height: 25px;
	width: 100px;
}
.top {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-family: TrebuchetMSBold, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 22px;
	font-size: 15px;
	background-color: #A50021;
}
