
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style:outside;
	list-style-position:outside;
	list-style-type:none;
}

.menulist {
	padding:0px;
	margin:0px 20px 0px 0px !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
	float:right;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 1.0em; margin-top: 6px; /* I'm using ems and px to allow people to zoom their font */
	left: 10px;
	width: 150px;
	margin-left:10px;
	
	background-color:#939fb7;
	border:1px solid #00529b;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: -7px; 
	left: 141px;
}

/*
 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;*/
	background-image:none;	
}



/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin: 0;
}

.menulist ul li {
	/*filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;*/
}

.menulist ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
	display: block;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	padding:0;
	margin:0;
}

.menulist li ul li a:link, .menulist li ul li a:active, .menulist li ul li a:visited  {
	padding:4px 4px 8px 4px !important;
	color:#fff;
	height:auto;
	width:142px;
	text-align:left;
	border-bottom:1px dotted #bbc3d3;
	font-size:11px;
	margin:0 2px 0 2px;
}

.menulist li ul li a:hover {
	padding:8px;
	color:#fff;
	background:#00529b;
	background-image:none;
	margin:0 2px 0 2px;
}


/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color:#fff;
	text-decoration:none;
 
}
.menulist a.highlighted {
 /*color: #001f53;*/
 /*background-color: #C86;*/
}



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


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}


.menulist ul ul li, .menulist ul ul a {
	font-size:8px;
}


.menulist li a {
	padding:0px !important;
	margin:0px 0px 0px 0px !important;
	background:none;
	color:#fff;
}

.menulist {
	margin:auto;
}

.menulist a:link, .menulist a:visited, .menulist a:active, .menulist a:hover, {
	color:#fff;
}

.menulist li a:link, .menulist li a:visited, .menulist li a:active {
	/*height:30px;*/
	padding:10px 12px 10px 12px;
	/*border:1px solid red;*/
	margin-top:0;
}


.menulist li a:hover, .menulist li a.highlighted {
	background-image:url(images/nav.bg.hover.gif);
	background-repeat:repeat-x;
	
}

#mytest {
	/*padding-left:0;
	padding-right:0;*/
}

.menulist li a:link span span {
	/*padding:10px 0 0 10px;
	height:30px;*/
}

/*.menulist li a:hover span span {
	background-image:url(images/nav.bg.left.gif);
	background-repeat:no-repeat;
	padding:10px 0 0 10px;
	height:30px;
}

.menulist li a:hover span.right {
	background-image:url(images/nav.bg.right.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	height:30px;
}*/



/* End Hacks */