/* IE6 css fixer v0.7: Mon, 15 Feb 2010 19:56:43 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#menu li,
#menu li a,
#menu li a b {display:inline;}

/* add zoom:1 to pos:relative elements */
#menu li {zoom:1;}

#pad {height:100px;}
/* ================================================================ 
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 0 0 30px;
	margin:0 0 0 10px;
	list-style:none;
	width:860px;
	height:60px;
	background:url(background.png)
}
* html #menu {
margin:0;
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='single_ten/background.png', sizingMethod='scale');
}

#menu li {
	position:relative;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#menu li a {
	display:block;
	height:36px;
	line-height:35px;
	float:left;
	color:#e404ed;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:14px;
	background:url(divide.png) no-repeat right top;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
#menu li a b {display:block; height:36px; float:left; padding:0 0 0 20px;}

#menu li a:hover, 
#menu li a:active,
#menu li a:focus,
.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
{
	cursor:pointer;
	color:#e404ed;
	line-height:35px;
	background-image: url(divide2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus 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
{  cursor:pointer;}
