@charset "UTF-8";
/* CSS Document */



#menuContainer {
	width:770px;
	height:40px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	background-image:url(../img/menu/bg.png);
	background-repeat:repeat-x;
}

.menuitem {
	display:block;
	width:192px;
	height:40px;
	float:left;
	color:#0F80BD;
	text-align:center;
	background-image:none;
	line-height:40px;
	font-size:13px;
	cursor:pointer;
}

.menuitem.firstitem {
	width:194px;
	
}

.menuitem a {
	display:none;
}

.menuhover {
	background-image:url(../img/menu/hoverbg.gif);
	background-repeat:repeat-x;
	color:#77B7D9;
}

#linkstray {
	z-index:2;
	width:190px;
	top:40px;
	background-image:url(../img/menu/popdownbg.png);
	background-repeat:repeat-x;
	position:absolute;
	display:none;
	text-align:center;
	padding-top:10px;
	padding-bottom:7px;
	font-size:12px;
}

#linkstray a {
	display:block;
	color:#0F80BD;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:8px;
	background-repeat:no-repeat;
}


#linkstray a:hover {
	color:#77B7D9;
	text-decoration:none;
}

#swatchArea {
	margin-top:60px;
	margin-right:51px;
	float:right;
}


