/** Grey Skin **/

#container {
	background: #fff;
	border: 4px solid #999;
}

/* ~~~~~~~~~ Navigation ~~~~~~~~~~ */

#sub-navigation {
	border-bottom: 5px solid #666;
}

#sub-navigation li a {
	background: #999;
	color: #fff;
}

#sub-navigation li.current a {
	background: #666;	
}

#sub-navigation li a:hover {
	background: #777;	
}

.selectionList .goButton {
	width: 34px;
	height: 18px;
	background: transparent url('Go.gif') no-repeat 0 0;
}

.selectionList .goButtonDisabled {
	background: transparent url('GoDisable.gif') no-repeat 0 0;
}
