#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) 2010- 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-top:80px; list-style:none; height:40px; background:url(images/ulback.gif) repeat-x; font-size:12px;}
#menu li {float:left;}
#menu li a {display:block; height:40px; line-height:40px; padding:0 20px 0 0; float:left; color:#fff; text-decoration:none; font-size:12px;}
#menu li a b {display:block; height:40px; float:left; padding:0 0 0 20px; cursor:pointer;}
#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:url(images/tab_a.gif) no-repeat right top; line-height:36px;}
#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
{background:url(images/tab_b.gif) no-repeat left top; line-height:36px;}

/*Vertical Menu Inner */
/* CSS Document */

#blueblock{

width: 249px;

border-right: 1px solid #79BCFF;

margin-bottom: 1em;

font-size: 95%;

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 #90bade;

margin: 0;

}



#blueblock li a{

display: block;

padding: 5px 5px 5px 8px;

border-left: 10px solid #1958b7;

background-color: #D7EBFF;

color: #003399;

text-decoration: none;

width: 100%;

text-align:left;

}



html>body #blueblock li a{ /*Non IE6 width*/

width: auto;

}



#blueblock li a:hover{

border-left: 10px solid #000;

background-color: #2586d7;

color: #fff;

}
