/* p {font-family: Arial, Helvetica, sans-serif} */

/* place anything above the menu on a higher level */
#header, #topad {position:relative; z-index:500;}
#info {z-index:10;}
/* set link defaults */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/ul-multi.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#container {width:750px; margin:0 0 0 21px ; position:relative; z-index:50; background-color:pink}
#container ul {margin:0;padding:0; list-style:none;}
#container a, #container a:visited, #container a:hover, #container a:active, #container a:focus {direction:ltr; outline:0; text-decoration:none; color: #fff }


#nav {position:relative; height:25px; background:#777; } /* font:normal 12px arial, verdana, sans-serif; */

.menu {position:absolute;}
.menu li.nosub {width: 150px; float:left; text-align: center; text-transform:uppercase} /* 150 */
.menu .list {width: 150px; margin-top:-32000px; float:left; text-align: center; } /* 150 */
.menu a {display:block; height:25px; line-height:25px; text-decoration:none; padding:0 0 0 0px; color:#fff; width: 146px; border-right:4px solid #fff; border-bottom:1px solid #fff;  text-transform:uppercase}
.menu .sub a {background:#777; margin-right:-1px; position:relative; color:#000;}
.menu .sub {float:left; padding-top:26px; margin-top:-26px;}
.menu a.link {position:relative; margin-top:32000px; margin-right:-149px; float:left; color:#fff; background:#777 url(ulmulti/arrow.gif) no-repeat 5px center;}
.menu a:hover, 
.menu a:focus, 
.menu a:active {margin-right:0; background:#999 url(ulmulti/arrow.gif) no-repeat 5px center; color:#777;}

.sub:hover {clear:both;}
.list .list {position:absolute; z-index:10; height:26px;}
.list .list a.link{margin-top:31975px;}
.list .list .list .list a.link{margin-top:31974px;}

.list .list .sub {position:relative; left:150px; top:0; padding-top:0; background:transparent;} /* 150 */
.list .list .subL {left:auto; right:150px; top:0;} /* 150 */

.subList {padding-bottom:25px;}
.list .list .subList a {height:24px;}
.top {padding-top:25px;}

