/* ================================================================
Copyright (c) 2011 Stu Nicholls - iStu.co.uk. All rights reserved.
This stylesheet and the associated html may be modified in any 
way to fit your requirements.
=================================================================== */
#menuHolder {width:1000px; height:35px; position:static; z-index:100;}
#menuHolder ul {width:1000px; height:35px; padding:0; margin:0; list-style:none; text-align:left;}
#menuHolder ul {
   background: #FFFFFF ;
}
#menuHolder ul li {display:inline; margin:0 -4px 0 0;}
#menuHolder ul li a {display:inline-block; padding:2px 10px; font: bold normal 16px/37px Arial; color:#015635; text-decoration:none;}
#menuHolder ul li.clicked > a {color:#7CA796;}
#menuHolder ul li ul {position:absolute; left:0; top:0; z-index:-1; background:transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF'); /* IE6, IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF')"; /* IE8+ */
}
#menuHolder ul li ul li a {padding:0 10px; font-size:16px; font-weight: normal; font-variant: normal; color:#015635;}
#menuHolder ul li ul li a:hover {color:#7CA796; text-decoration:underline;}
.rounded-corners {
   -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
   -khtml-border-radius: 0px;
   -o-border-radius: 0px;
   border-radius: 0px;
}