/* CSS Document */
.site_selector {
	margin-bottom: 2px;
	min-height: 1.5em;
}
.selector { 
	background:url(menu_separator.png) top right no-repeat; 
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.8pt;
	color:#09F;
	text-decoration: none;
	padding-bottom: 2px;
	padding-right: 2em;
	padding-left: 1em;
	margin-bottom: 5px;	
	margin-top: 5px;	
}
a.selector:link, a.selector:visited {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.8pt;
	color:#09F;
    -webkit-transition:all 1s linear;
	text-decoration: none;
	border-bottom: 1px dashed #09F;
	padding-bottom: 2px;
	margin-bottom: 5px;	
	}
a.selector:hover {
	background: #CCC;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.8pt;
	color: #09F;
	border-bottom: #09F 1px dashed;
	padding-bottom: 2px;
	margin-bottom: 5px;	
}
