/* ================================================================ 
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/upmenu.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* common styling */
.menulist {font-family: arial, sans-serif; width:170px; position:relative; font-size:12px; margin:0;
text-transform: capitalize; border:1px solid #fff; border-width:0px 0px 1px 0px;
}
.menulist ul li a, .menulist ul li a:visited {display:block; text-decoration:none; color:#000; width:150px; border:1px solid #fff; border-width:1px 1px 0px 1px;
line-height:15px; font-size:12px;
background-image: url(../nav/glossyred_01.gif);
background-repeat: repeat-x;
margin-left: 0em;
margin-right: 0em;
padding-left: 10px;
padding-right: 10px;
padding-top: .6em;
padding-bottom: .6em;
}

.menulist ul {padding:0; margin:0;list-style-type: none; }
.menulist ul li {float:left; margin-right:1px; position:relative;
background-repeat: repeat-x;}
.menulist ul li ul {display: none;}

/* specific to non IE browsers */
.menulist ul li:hover a {color: #ffffff; background-image: url(../nav/glossyred_02.gif);
}

.menulist ul li:hover ul {display:block; position:absolute; top:0; left:171px; border:1px solid #fff; border-width:0px 0px 1px 0px;}
.menulist ul li:hover ul li a.hide {background: url(../nav/glossyblue_01.gif);}
.menulist ul li:hover ul li:hover a.hide {width:150px;}
.menulist ul li:hover ul li ul {display: none;}
.menulist ul li:hover ul li a {display:block; background: url(../nav/glossyblue_01.gif); width:150px;}
.menulist ul li:hover ul li a:hover {background: url(../nav/glossyblue_02.gif);}
.menulist ul li:hover ul li:hover ul {display:block; position:absolute; left:171px; top:0; color:#000;}
.menulist ul li:hover ul li:hover ul li a {display:block; background: url(../nav/glossygreen_01.gif);}
.menulist ul li:hover ul li:hover ul li a:hover {background: url(../nav/glossygreen_02.gif);}