﻿#pad2 {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.
=================================================================== */
#menu2 {padding:0; margin:0; list-style:none;}
#menu2 li {float:left; margin-left:1px;}
#menu2 li a
{
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	float: left;
	background: #993300;
	color: #ffffff;
	text-decoration: none;
}
#menu2 li a b {text-transform:uppercase;}
#menu2 li a:hover, .home #menu2 li#home a, .single #menu2 li#single a, .dropdown #menu2 li#dropdown a, .dropline #menu2 li#dropline a, .flyout #menu2 li#flyout a, .support #menu2 li#support a, .contact #menu2 li#contact a
{
	background: #fff url(../images/tema/arrow.gif) no-repeat center bottom;
	color: #000000;
}
