/*
	Desc: Hostplus Site Select navigation Style Sheet
	Author: clickdm 2008
=== === === === === === === === === === */

/* COLOURS
=== === === === === === === === === === *
	core	FCB814
	exec	CDD181
	kaching 77014F
	is		TBC
*/

#SiteSelect {
	display: block;
	height: 80px;
}
 
#core,
#exec,
#kaching,
#pension {
	font-family: arial, sans-serif;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 90px;
	overflow: hidden;
	height: 20px;
}

#SiteSelect ul {
	list-style: none;
	overflow: hidden;
	height: 20px;
	width: 565px;
	float: right;
}

#core .core,
#kaching .kaching,
#exec .exec,
#pension .pension  {
	background: transparent url(../images/SiteSelectTab.png) 0 0 no-repeat;
}

#font_size {
	overflow: hidden;
	width: 80px;
	float: right;
	padding-right: 10px;
	padding-top: 6px;
	color: #CCC;
}

.size {
	float: left;
	line-height: 14px;
}

a.bigger,
a.bigger:link,
a.smaller,
a.smaller:link {
	line-height: 14px;
	color: #FFF;
	background-color: #CCC;
	height: 14px;
	width: 14px;
	text-decoration: none;
	float: right;
	margin-right: 1px;
	text-align: center;
}

a.bigger:hover,
a.smaller:hover {
	background-color: #888;
	color: #FFF;
}


/* LIST ITEMS */

#SiteSelect ul li {
	float: left;
	height: 20px;
	width: 141px;
	font-size: 11px;
	background: transparent url(../images/SiteSelectTab.png) 0 -20px no-repeat;
}

/* LIST ITEMS LINKS */

#SiteSelect li a {
	color: #BFBFBF;
	display: block;
	text-align: center;
	line-height: 20px;
	height: 20px;
	white-space: nowrap;
}

#core li.core a,
#SiteSelect li.core a:hover {
	color: #FDB813;
}

#exec li.exec a,
#SiteSelect li.exec a:hover {
	color: #CDD181;
}

#pension li.pension a,
#SiteSelect li.pension a:hover {
	color: #FDB813;
}

#kaching li.kaching a,
#SiteSelect li.kaching a:hover {
	color: #77014F;
}