.Text
{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
}
.Text2
{
	font-weight: Bold;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
}

.Text22
{
	font-weight: Bold;
	font-size: 13px;
	font-family: Arial;
	color: #191919;
	background-color: #e1ecf5;
}
.NText1
{
	font-weight: Bold;
	font-size: 11px;
	font-family: Arial;
	color: #191919;
}

.tab_border
{
	border-right: gray 0px solid;
	background-color: #F3EBE9;
	color: #191919;
	border-top: #b2d1e5 1px solid;
	border-left: gray 0px solid;
	border-bottom: #b2d1e5 1px solid;
}

.tabborder11
{
	border-width: 1pt 1pt 1pt 1pt;
	border-color: #ff9933;
	border-style: solid;
}
/*New Css Code 9-7-2009*/
.Hotelpage
{
	font-weight: Bold;
	font-size: 13px;
	font-family: Arial;
	color: #ffffff;
	background-color: #666666;
	/*background-color: #de090f;*/
}

.groovybutton
{
	font-size: 12px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #949494;
	border-top-style: double;
	border-top-color: #de090f;
	border-top-width: 4px;
	border-bottom-style: double;
	border-bottom-color:  #de090f;
	border-bottom-width: 4px;
	border-left-style: solid;
	border-left-color:  #de090f;
	border-left-width: 4px;
	border-right-style: solid;
	border-right-color:  #de090f;
	border-right-width: 4px;
	display: block;
}

.Top
{
	font-weight: Bold;
	font-size: 13px;
	font-family: Arial;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}
.RedBorderNew
{
border-width: 1pt 1pt 1pt 1pt;
border-color: #79afd1;
border-style: solid;
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
}



.glossymenu{
position: relative;
padding: 0 0 0 10px;
margin: 0 auto 0 auto;
background: url(http://www.hotels-in-reading.co.uk/images/menur_bg.gif) repeat-x; /*tab background image path*/
height: 46px;
list-style: none;
}

.glossymenu li{
float:left;
}

.glossymenu li a{
float: left;
display: block;
color:#000;
text-decoration: none;
font-family: sans-serif;
font-size: 13px;
font-weight: bold;
padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
height: 46px;
line-height: 46px;
text-align: center;
cursor: pointer;	
}

.glossymenu li a b{
float: left;
display: block;
padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
color: #fff;
background: url(http://www.hotels-in-reading.co.uk/images/menur_hover_left.gif) no-repeat; /*left tab image path*/
background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
color: #fff;
background: url(http://www.hotels-in-reading.co.uk/images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}