#pad {height:140px;}
/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {padding:0; margin:0 auto; list-style:none; height:50px; font-size:12px; width:980px;}
#menu li {float:left;}
#menu li a {display:block; height:44px; line-height:40px; padding:6px 15px 0 0; float:left; color:#fff; text-decoration:none; font-size:14px; text-transform:uppercase; font-family:MyriadProSemibold; border-right:1px dotted #ffffff;}
#menu li a b {display:block; height:50px; float:left; padding:0 0 0 15px; cursor:pointer;}
#menu li a.lastitem{border-right:none !important;}

#menu li a:hover, 
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{ background:#e83e03;}
#menu li a:hover b,
.home #menu li#home a b,
.single #menu li#single a b,
.dropdown #menu li#dropdown a b,
.dropline #menu li#dropline a b,
.flyout #menu li#flyout a b,
.support #menu li#support a b,
.contact #menu li#contact a b
{}

/*Vertical Menu Inner */
/* CSS Document */

#blueblock{
width: 249px;
margin-bottom: 1em;
font-size: 12px;
background-color: #D7EBFF;
color: #ccc;
}

#blueblock1{
width: 500px;
margin-bottom: 1em;
font-size: 12px; font-weight:bold;
background-color: #D7EBFF;
color: #ccc;
}

* html #blueblock{ /*IE 6 only */
width: 226px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}


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


#blueblock li {
border-bottom: 1px solid #F5D58F;
margin: 0;
}

.subnav{background:url(../_imgs/sub-nav-bg.gif) no-repeat; width:249px; height:38px; text-align:left;}
.subnav h2{font-family:'NobileRegular'; font-size:16px; color:#ffffff; margin:0; padding:2px 0 0 10px; font-weight:normal;}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
background-color: #FBEAA5;
color: #de390d;
text-decoration: none;
width: 100%;
text-align:left;
}


html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}


#blueblock li a:hover{
color: #000000;
}
