/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at https://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menuArticles { width:120; height:27px; position:absolute; z-index:100; text-align:right; margin-top:24px; margin-left:461px; }
.article .menuArticles { margin-top:0px; *margin-top:7px; margin-left:503px; }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

/* style the links for the top level */
.menuArticles a:hover { background-position: 0px 0px !important; }

.menuArticles .one a { width:202px; height:27px; line-height:25px; background-image:url(/images/articles/chooseArticle.gif) !important; background-repeat:no-repeat; }
.menuArticles a {
	font-family: Tahoma, Arial;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}
.menuArticles .one li a { background-image:none !important; }
.menuArticles li a span { padding-right:50px; }
.menuArticles li ul li a span { padding-right:35px; }

.menuArticles li ul { padding-top:0px; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuArticles ul ul { top:27px; height:300px; padding-top:4px !important; }  /*IE 5.5 needs a background-color so turned off background image here */

/* another hack for IE5.5 */
* html .menuArticles ul ul {top:27px;t\op:27px;}

/* style the second level links */

.menuArticles ul .one ul { width:350px; margin-left:-147px; background-image:url(/images/articles/navLine.gif) !important; background-repeat:no-repeat; background-position:top right; padding-top:1px;padding-bottom:1px; background-position:0px 3px; padding-bottom:3px; }
.menuArticles ul .one ul a  { width:350px; background-color:#000; font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif; text-transform:none; font-weight:normal; font-size:12px; text-align:right; }
.menuArticles ul .one ul a:hover  { width:350px; background-image:url(/images/articles/navTile.gif) !important; background-repeat:repeat-y; background-position:center; }




/*.menuArticles ul ul a { _background:#000; color:#FFF; height:auto; line-height:24px; font-family:Arial, Tahoma, Helvetica, sans-serif !important; font-size:13px; text-transform:none; font-weight:normal; }
.menuArticles ul .one ul { width:327px; margin-left:-154px; background-image:url(/images/nav/navLine.gif); background-repeat:no-repeat; background-position:top center; }
.menuArticles ul .one ul a  { width:327px; background-color:#000; }
.menuArticles ul .one ul a:hover  { width:327px; background-image:url(/images/nav/navTile.gif); background-repeat:repeat-y; background-position:center; }*/
