/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
.yui-navset .yui-nav li {
    margin:0; /* space between tabs */
    padding:0; /* gecko: make room for overflow */
    zoom:1;
}

.yui-navset .yui-nav .selected { 
    margin:0; /* for overlap */
}

.yui-navset .yui-nav a {
    background-image: url(../../images/subscription_shade.gif);
    color:#369;
    text-decoration:none;
    width:114px;
    height:22px;
    padding-top:8px;
    text-align:center;
}

.yui-navset .yui-nav li a em {
    cursor:hand;
    position:relative;
}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav a:focus {
    background-image: url(../../images/subscription_shade.gif);
    background-position: 0 45px;
    color:#369;
	/*color:#333333;*/
}

.yui-nav .selected a:hover {
    background-image: url(../../images/subscription_shade.gif);
    background-position: 0 45px;
    color:#f00;
}

.yui-navset a:hover {
    background-image: url(../../images/subscription_shade.gif);
    color:#f00;
}

.yui-navset .yui-nav .selected a em {
    padding:0; /* raise selected tab */
}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
}

.yui-navset .yui-nav a:hover em,
.yui-navset .yui-nav a:focus em,
.yui-navset .yui-nav .selected a em {
}

.yui-navset .yui-nav {
    position:relative;
    zoom:1;
}

.yui-navset .yui-content {
  height:120px;
	width:210px;
	padding:10px;
}

.yui-navset .yui-content div {
}

.yui-navset .yui-content div div { /* kill inheritance */
}
.yui-content div a:hover,
.yui-content div a:link,
.yui-content div a:visited {
    background-image: none;
}
