/*
newquay-selfcatering.co.uk
Written by Ian Collier, of lidd Consulting on behalf of Atonic Internet Limited
This work copyright Xperian Recruitment Limited
Please do not copy or modified this work without seeking the express permission of
the copyright holder beforehand.
Thank you
*/

/* main menu style attibutes */

#sddm {
  float : center;
  width : 950px;
	padding : 0px;
	z-index : 0;
}

#sddm li {
	margin : 0px;
	padding : 0px;
	list-style : none;
	float : left;
	font : 13pt arial;
}

#sddm li a {
	display : block;
	margin : 0px 0px 0px 0px;
	border : 0px;
	padding : 0px;
	width : 112px;
  height : 30px;
	background-color: transparent;
  background-image : url('../images/tabbackground.gif');
  background-repeat : repeat-x;
  background-position : center bottom;
  vertical-align : bottom;
	color : #FA83D2;
	text-align : center;
	text-decoration : none;
}

#sddm li a:hover {
	background-color : transparent;
  background-image : url('../images/bluetab.gif');
  background-position : center bottom;
  vertical-align : bottom;
  text-align : center;
  padding : 0px;
	color : #FFFFFF;
	border : 0px;
}

#sddm div {
	position : absolute;
	visibility : hidden;
	margin: 0px;
	padding: 0px;
	background-color : transparent;
	border : 0px;
}

#sddm div a {
	position : relative;
	display : block;
	margin : 0px;
	padding : 0px;
	width : 112px;
	white-space : nowrap;
	text-align : center;
	text-decoration : none;
  background-image : none;
	background-color: none;
	color : #FFFFFF;
	font : 13pt arial;
}

#sddm div a:hover {
	color : #FA83D2;
}

span.phonetext {
  font-family : "Arial";
  font-size : 12pt;
  font-weight : normal;
  color : #000000;
	width : 278px;
  height : 30px;
  float : right;
	background-color: transparent;
  background-image : url('../images/tabbackground.gif');
  background-repeat : repeat-x;
  background-position : center bottom;
  vertical-align : bottom;
}

