/* CSS Document */
	
#themes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ccc;
	background: #ededed url(../images/themes-bg.gif) repeat-x top left;
	}
#themes li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	display: inline; /* fixes IE/Win double margin bug */
	background: url(../images/nav-li-bg.gif) no-repeat top right;
	}
#themes a {
	float: left;
	padding: 3px 15px 2px 15px;
	text-decoration: none;
	color: #666;
	}

#themes a:hover, #themes a.active {
	color: #333;
	}
#themes a.active {
	font-weight: bold;
	background: #999 url(images/nav-on-bg.gif) repeat-x bottom left;
	}

