@charset "utf-8";
/* CSS Document */

.dottys {
	height: 1px;
	clear: both;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	border-top: none;
	}
#Navigation {
	padding-top: 5px;
	}
	
#Navigation table.CMSMenu
{
	margin-top:0px;
}
	
#Navigation td.CMSMenuItem
{	
	padding-bottom:8px;
}	
	
#Navigation td.SubCMSMenuItem,
#Navigation td.SubCMSMenuItemMouseOver,
#Navigation td.SubCMSMenuHighlightedMenuItem,
#Navigation td.SubCMSMenuHighlightedMenuItemMouseOver
{
	color:#fff;
	width: 160px;
	height:22px;
	background-color: #2b9fd6;
	border-bottom:solid 1px #fff;
	text-align: left;
	background-image:none;
}

#NavigationSearch
{
	float:right;
	padding-right:15px;
	padding-top:0px;
}

.SearchInput
{	
	border:solid 1px #aaa;
	width:150px;
	height:16px;
}
#SearchButton
{
	margin-top:1px;
	margin-left:5px;
	float:left;
}

.SearchButton
{
	padding-bottom:3px;
}