.pad {
clear:left; 
padding-top:0px;
}
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/multi-column.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.
=================================================================== */

#nav {
height: 41px; 
float:left; 
padding-left:20px; 
background:#fff url(../images/menu/tabLeft.gif) no-repeat left top; 
font-family:arial, sans-serif;
	margin-left: 35px;

}

#menu { 
height:41px;
position:relative;
font-size:11px;
margin: 0; 
z-index:1000; 
background:#fff url(../images/menu/tabRight.gif) no-repeat right top; 
float:left; 
padding-right:20px;
}
#menu table.ie6 {
border-collapse:collapse; 
margin:0;
 padding:0;
}

#menu ul {
padding:0; 
margin:0; 
list-style: none;
}

#menu ul li {
float:left;
}

#menu ul li a { 
display:block; 
float:left;padding:0 15px 0 0;
text-decoration:none; 
color:#fff; 
font-weight:bold; 
height:41px;
line-height:40px;
font-size:11px; 
background:url(../images/menu/tabCenter.gif) no-repeat right top;
}

#menu ul li a b {
display:block; 
float:left;padding:0 0 0 15px; 
text-decoration:none; 
color:#fff; 
font-weight:bold; 
height:41px;
line-height:40px;
font-size:15px;
background:url(../images/menu/tabCenter.gif) no-repeat left top; 
cursor:pointer;
font-family: Helvetica, Arial, sans-serif; }

#menu ul li div.holder {
position:absolute; left:-9999px;}

#menu ul li div .leftSide {
float:left;
background: #ddd url(../images/menu/dropLeft.gif) no-repeat left bottom;
}

#menu ul li div .rightSide {
float:left; 
margin-left:10px; 
display:inline; 
padding:0 10px 0 0; 
background: #aaa url(../images/menu/dropRight.gif) no-repeat right bottom;
}

#menu ul li:hover {
position:relative;
}

#menu ul li a:hover {
color:#ff7800; 
background-position:right center; 
white-space:nowrap; 
position:relative;
}

#menu ul li a:hover b {
color:#ff7800; 
background-position:left center;
}

#menu ul li a.sub:hover {
color:#ff7800; 
background-position:right bottom; 
white-space:nowrap; 
position:relative;
}
#menu ul li a.sub:hover b {
color:#ff7800; 
background-position:left bottom;
}

#menu ul li:hover > a {
color:#ff7800; position:relative;
}

#menu ul li:hover a.sub {
color:#ff7800; 
background-position:right bottom; 
white-space:nowrap; 
position:relative;
}

#menu ul li:hover a.sub > b {
color:#ff7800; 
background-position:left bottom;
}

#menu ul :hover div.holder {
position:absolute; 
top:41px; 
left:4px; 
margin: 0; 
padding: 0;
}

#menu ul li.right a:hover div.holder {
left:auto; 
right:3px; 
top:41px;
}

#menu ul li.right:hover div.holder {
left:auto; 
right:4px; 
top:41px;}

#menu ul dl {
padding-left: 0px; 
padding-bottom: 0; 
padding-right: 5px; 
padding-top: 0; 
margin:5px 0 10px 0;
list-style:none;
}

#menu ul dl dt {
font-weight: bold; 
padding:0 8px; 
margin:0; 
line-height:20px; 
background:#086fd1;
color: #fff; 
white-space:nowrap;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif; }

#menu ul dl dd {
display:block; 
padding:0; 
margin:0;
}

#menu ul dd a {
background-image: none; 
display:block; 
height: 20px; 
line-height: 20px; 
color:#086fd1; 
text-align:left; 
margin: 0; 
padding:0 0px;
font-weight:bold; 
white-space:nowrap; 
float:none;
}

#menu ul dd a:hover {
color:#ff7800;
}

#menu ul table td {
vertical-align:top;
}

