/***** ul.list_1 and ul.list_2 *****/

ul.list_1,
ul.list_2 {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.list_1 li,
ul.list_2 li {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 7px;
	background-image: url(../images/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: left;
}

ul.list_1 li a {
	display: block;
}
ul.list_1 li a,
ul.list_2 li a {
	padding-left: 12px;
/*	background-image: url(../images/arrow_1.gif); */
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}

ul.list_1 li {
	background-color: #efefff;
}

/***** ol.lowercase, ol.roman_lower and ul.list_2 *****/

ol.lowercase {
    list-style-type: lower-alpha;
}

ol.roman_lower {
    list-style-type: lower-roman;
}

/***** ul (awards) *****/

ul.gold_award,
ul.silver_award,
ul.bronze_award {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
ul.gold_award li,
ul.silver_award li,
ul.bronze_award li {
	margin-left: 0px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 9px 0.5em;
}
ul.gold_award li {
	background-image: url(../images/furniture/dot_gold.gif);
}
ul.silver_award li {
	background-image: url(../images/furniture/dot_silver.gif);
}
ul.bronze_award li {
	background-image: url(../images/furniture/dot_bronze.gif);
}

/***** ul.list_4  *****/

ul.list_4 {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0;
	width: 98%;
/*	border: 1px solid black;	
	position: relative;*/
	overflow: hidden;
}

ul.list_4 li {
	display: block;
	margin: 0;
	padding: 4px 0;
	margin-left: 5px;
	margin-bottom: 5px;
	background-image: url(../images/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	background-color: #efefff;
	width: 48%;
	float: left;
}

ul.list_4 li a {
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 12px;
	margin-left: 7px;
	font-weight: bold;
}

/***** ul.list_4_white  *****/

ul.list_4_white {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0;
	width: 98%;
/*	border: 1px solid black;	
	position: relative;*/
	overflow: hidden;
}

ul.list_4_white li {
	display: block;
	margin: 0;
	padding: 4px 0;

	margin-left: 5px;
	margin-bottom: 5px;
	background-image: url(../images/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	background-color: #ffffff;
	width: 48%;
	float: left;
}

ul.list_4_white li a {
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 12px;
	margin-left: 7px;
	font-weight: bold;
}

/***** ul.list_5 *****/

ul.list_5 {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px 0;
}

ul.list_5 li {
	display: inline;
    border-left: 1px solid #000;
    padding: 0 5px 0 8px;
    margin: 0 0px 0 2px;
}

ul.list_5 li.first_item {
    border: 0;
    margin-left: 0;
    padding-left: 0;
}

/***** ul.list_6  *****/

ul.list_6 {
    list-style-type: none;
    padding: 0;
    margin: 0;
	font-size: 95%;
	position: relative;
	text-align: center;
}

ul.list_6 li {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 170%;
	text-decoration: none;
}

ul.list_6 li a {
	white-space: nowrap;
	background-color: #efefff;
	margin: 0;
	padding: 0 5px;
	border: 1px solid black;
	position: relative;
	text-decoration: none !important; /*important needed  for IE */
	font-weight:bold;
	height:30px;
}

ul.list_6 li a:visited {
	color: black;
}
ul.list_6 li a:hover {
	background-color: #030095;
	color: white;
}

/***** ul.list_7  *****/

ul.list_7 {
	list-style-type: none;
	margin: 0 0 0 50px;
	padding: 0;
	width: 85%;
/*	border: 1px solid black;	
	position: relative;*/
	overflow: hidden;
}

ul.list_7 li {
	display: block;
	margin: 0;
	padding: 4px 0; 
	margin-left: 5px;
	margin-bottom: 5px;
	background-image: url(../images/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	background-color: #F0F0F0;
	width: 48%;
	float: left;
}

ul.list_7 li a {
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 12px;
	margin-left: 7px;
	font-weight: bold;
}

/***** ul.list_ss  *****/

ul.list_ss {
	list-style: none;
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	width: 100%;
	position: relative;
	overflow: hidden;
}

ul.list_ss li {
	display:inline;
	float: left;
	margin: 0 0 0 4%;
	width: 44%;
	padding: 5px 0px;
}

ul.list_ss li a {
	margin: 0;
	display: block;
	font-weight: bold;
	background-color: #CC0066;
	color: white;
	text-decoration: none;
	padding: 3% 7.5%;
	width: 85%;
}

ul.list_ss li a:visited {
	color: white;
	text-decoration: none;
}

ul.list_ss li a:hover {
	color: white;
	background-color: #a00322;
	text-decoration: none;
}

/***** ul.list_ss  *****/
/*
ul.list_ss {
	list-style: none;
	margin: 15px;
	padding: 0;
	color: white;
	font-weight: bold;
	width: 100%;
	position: relative;
	overflow: hidden;
}

ul.list_ss li {
	display:inline;
	float: left;
	margin: 0;
	margin-right: 10px;
	background-color: white;
	text-decoration: none;
	width: 45%;
	padding-right: 10px;
	margin: 0px;
	padding: 10px;
}

ul.list_ss li a {
	margin: 0;
	display: block;
	font-weight: bold;
	background-color: #CC0066;
	color: white;
	text-decoration: none;
	padding: 10px 12px;
	width: 100%;
	margin-right: 10px;
}

ul.list_ss li a:visited {
	text-decoration: none;
	color: white;
}
ul.list_ss li a:hover {
	text-decoration: none;
	background-color: #efefff;
	background-color: #a00322;
	color: white;
}
*/

/***** ul.list_noarrow_clear  *****/

ul.list_noarrow_clear {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 98%;
/*	border: 1px solid black;	
	position: relative;*/
	overflow: hidden;
}

ul.list_noarrow_clear li {
	display: block;
	margin: 0;
	padding: 4px 0;

	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
	width: 47%;
	float: left;
}

ul.list_noarrow_clear li a {
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 12px;
	margin-left: 7px;
	font-weight: bold;
}

/***** ul.list_4_white  *****/

ul.list_nolink_white {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 98%;
/*	border: 1px solid black;	
	position: relative;*/
	overflow: hidden;
}

ul.list_nolink_white li {
	display: block;
	margin: 0;
	padding-left: 12px;
	margin-left: 7px;
	font-weight: bold;

	margin-left: 5px;
	margin-bottom: 5px;
	background-image: url(../images/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	background-color: #ffffff;
	width: 46%;
	float: left;
}

ul.list_nolink_white li a {
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 12px;
	margin-left: 7px;
	font-weight: bold;
}


/***** dl.retirement, dl.retirement_section (dl.charges same as dl.retirement_section)  *****/
dl.retirement,
dl.charges,
dl.retirement_section {
 margin: 0;
 padding: 0;
}
dl.retirement_section,
dl.charges {
 margin-left: 2em;
}

dl.retirement dt,
dl.retirement_section dt,
dl.charges dt {
 float: left;
 padding: 0;
 margin: 0;
 width: 16em;
 display: inline; /* ie bug fix */
 background-image: url(../images/furniture/ellipsis.gif);
 background-position: 0 0.9em;
 background-repeat: repeat-x;
}
dl.retirement_section dt,
dl.charges dt {
 width: 14em;
 background-position: -2em 0.9em;
}
dl.charges dt {
 width: 16em;
}

dl.retirement dt span,
dl.retirement_section dt span,
dl.charges dt span {
 margin: 0;
 padding: 0;
 background-color: white;
 padding-right: 0.5em; /* gap to right of dt */
}

dl.retirement dd,
dl.retirement_section dd,
dl.charges dd {
 margin: 0;
 display: block;
 margin-left: 16.5em;
 padding: 0; 
 padding-left: 0em;
 margin-bottom: 10px;
}
dl.retirement_section dd {
 margin-left: 14.5em;
}
dl.charges dd {
 margin-left: 16.5em;
}

/****** ul.accommodation ******/
ul.retirement_accommodation li.has_vacancies a {
 display: inline;
}
ul.retirement_accommodation a span {
 font-weight: bold;
 color: red;
 vertical-align: baseline;
 text-decoration: none;
}

/********** committee *********/
ul.committee {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	width: 100%;
}
ul.committee li {
	margin: 0;
	padding: 0;
	background-color: #efefff;
	border-top: 2px solid white;
}
ul.committee li a {
	vertical-align: bottom; /* hack for ie gaps between "li"s */
	cursor: pointer;
}

ul.committee li a span {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #efefff;
}

ul.committee li a span.date,
ul.committee li a span.type {
	float: left;
	border-right: 2px solid white;
	width: 7em;
	padding-left: 1px;
}
ul.committee li a span.type {
	width: 5em;
}
ul.committee li a span.name {
	float: left;
	padding-left: 1px;
}
ul.committee li a span.view_button {
	text-align: right;
	text-decoration: underline;
	display: block;
	background-color: #efefff;
	width: 100%;
}

ul.committee li a:link,
ul.committee li a:visited {
	text-decoration: none;
}
ul.committee li a:hover,
ul.committee li a:active {
	color: black;
	background-color: #99c; /* only works in ie */
}
ul.committee li a:hover span {
	background-color: #99c;
}

/****** ul.flags ******/
ul.flags {
	font-family: "arial unicode MS", serif;
/*	border: 5px solid pink; */
	margin: 0;
	padding: 0;	
	
	list-style: none;
}
ul.flags li {
/*	border: 5px solid red;*/
	margin: 5px;
	padding: 0;
	
	float: left;
	text-align: center;
	vertical-align: bottom;
	overflow: hidden;
}
ul.flags li a {
	border: 1px solid black;
	margin: 0;
	padding: 10px 0 0 0;
	
	width: 150px;
	height: 160px;
	display: block;
/*	background-repeat: no-repeat;
	background-position: center 10px;*/
	color: black;
	text-decoration: none;
/*	overflow: hidden; */
}
ul.flags li a:hover {
	background-color: #eee;
}
ul.flags li a span {
	text-decoration: underline;
}
ul.flags li a img {
	border: 1px solid black;
}

/****** ul.headings ******/
ul.headings {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.headings li {
	padding: 0;
	margin: 5px;
	border: 1px solid #ccc;
}
ul.headings img {
	padding: 0;
	margin: 5px 0 0 5px;
	border: 1px solid black;
}

ul.headings p {
	padding: 5px;
	margin: 0;
}
ul.headings h2 {
	padding: 0;
	margin: 0;
}

/****** ul.image_list ******/
ul.image_list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	position: relative;
}
ul.image_list li {
	float: left;
	border: 1px solid black;
	margin-left: 0;
	padding-left: 5px;
	width: 260px;
	margin-right: 5px;
	padding-right: 0;
	position: relative;
	height: 150px;
	overflow: hidden;
}
ul.image_list li img {
	margin:0;
	padding:0;
	float: right;
/*	position: absolute;
	top: 0;
	left: 0;*/
}

/****** dl.dl_type_1 ******/

dl.dl_type_1 dt{
	font-weight: bold;
}
dl.dl_type_1 dd{
	margin-top: 10px;
	margin-bottom: 10px;
}

/****** dl.dl_type_2 ******/
dl.dl_type_2 {
	width: 361px;
/*	background-color: pink;*/
}
dl.dl_type_2 dt{
	font-weight: bold;
	width: 361px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	padding: 10px 0 0 0;
}
dl.dl_type_2 dd{
	margin-left: 0;
	margin-bottom: 10px;
	width: 361px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px 0 0 0;
}
dl.dl_type_2 dd img{
	margin: 0 52px 10px 52px;
}
dl.dl_type_2 dd p{
	margin: 0;
	padding: 10px;
	background-color: #eee;
	border-top: 1px dashed black;
}

/* Christmas */

ul.christmas {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.christmas li {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 7px;
	background-image: url(../images/christmas/xmas_07/bauble_icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

ul.christmas li a {
	display: block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}

ul.christmas_nolink {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}


ul.christmas_nolink li {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin-left: 7px;
	background-image: url(../images/christmas/xmas_07/bauble_icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
}


/* Christmas End */

/* Image list */
.image {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

ul.image li {
	margin: 0;
	padding: 0;
/*	border: 1px solid silver;*/
	width: 49%;
	float: left;
	text-align: center;
	line-height: 2em;
}

ul.image li img {
	margin: 0;
	padding: 0;
}

ul.image li a {
	margin: 0;
	padding: 0;
	text-decoration: none !important; /*important needed  for IE */
}

ul.image li a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none !important; /*important needed  for IE */
}
/* Image list End */

/* LIST WITH NO STYLE IN A TABLE */

.list_nostyle_table ul {
	list-style-image:none;
	list-style-type:none;
	}

.list_nostyle_table li {
	list-style-type: none;
	margin: 0;
	padding:2px;
	}

/* LIST WITH NO STYLE IN A TABLE END */	
	
/* LIST WITH NO STYLE */

.list_nostyle ul {
	list-style-image:none;
	list-style-type:none;
	}

.list_nostyle li {
	list-style-type: none;
	margin: 0 0 20px 40px;
	padding:0;
	}

/* LIST WITH NO STYLE END */	


/* SCHOOLS DB LIST */

.list_schooldb ul {
	list-style-image:none;
	list-style-type:none;
	}

.list_schooldb li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding:0;
	}

/* SCHOOLS DB LIST END */

/* CONTACT US PAGES */
ul.list_contact {
	list-style-type: none;
	margin:5px 0 0 0;
	padding:0;
	width:100%;
	overflow:hidden;
}

ul.list_contact li {
	display:block;
	margin:0 0 5px 0;
	padding:2px 0 2px 6px;
/*	background-image: url(../images/arrow_1.gif) no-repeat;
	background-position:7px;*/
	width:48%;
	float:left;
/*	height:20px;*/
}

ul.list_contact li a {
	margin:0 0 0 6px;
	padding:0;
	display:block;
	height:auto;
/*	height:21px;
	padding-left:12px;
	margin-left:7px;*/
	font-weight:bold;
}

ul.list_contact li a:hover {
	background-color:#efeff0;
	margin:0;
	padding-left:6px;
}

ul.list_email {
	list-style-type: none;
	margin:5px 0 5px 0;
	padding:0;
/*	width:98%;*/
}

ul.list_email li {
	background-image:url(/images/logos/email_contactus.gif);
	background-repeat:no-repeat;
	display:block;
	padding-top:4px;
	padding-bottom:5px;
	padding-left:40px;
	background-position:left;
/*	margin-left:5px;*/
}

ul.list_tel {
	list-style-type: none;
	margin:5px 0 5px 0;
	padding:0;
/*	width:98%;*/
}

ul.list_tel li {
	background-image:url(/images/logos/tel_contactus.gif);
	background-repeat:no-repeat;
	display:block;
	padding-top:4px;
	padding-bottom:5px;
	padding-left:40px;
	background-position:left;
/*	margin-left:5px;*/
}

ul.list_address {
	list-style-type: none;
	margin:5px 0 5px 0;
	padding:0;
/*	width:98%;*/
}

ul.list_address li {
	background-image:url(/images/logos/mail_contactus.gif);
	background-repeat:no-repeat;
	display:block;
	padding-top:4px;
	padding-bottom:5px;
	padding-left:40px;
	background-position:left;
/*	margin-left:5px;*/
}

ul.list_person {
	list-style-type: none;
	margin:5px 0 5px 0;
	padding:0;
/*	width:98%;*/
}

ul.list_person li {
	background-image:url(/images/logos/person_contactus.gif);
	background-repeat:no-repeat;
	display:block;
	padding-top:4px;
	padding-bottom:5px;
	padding-left:40px;
	background-position:left;
/*	margin-left:5px;*/
}

/* END CONTACT US */

/* list_oriel */
ul.list_oriel {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.list_oriel li {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 7px;
	margin-bottom:20px;
	background-image: url(../images/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size:large;
	font-family:"Arial Rounded MT Bold", sans serif;
	font-weight:bold;
}

/*ul.list_oriel li a {
	display: block;
}*/

ul.list_oriel li a {
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left;
	color:#003399;
}

/*whatson form list */
ul.list_whatson {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.list_whatson li {
	padding-top: 4px;
/*	padding-bottom: 4px; */
	margin-left: 2px;
	margin-right: 2px;
}

ul.list_whatson li a {
	display: block;
}
ul.list_whatson li a {
	padding-left: 2px;
	font-weight: bold;
}
input.whatsonbtn {
	width:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input.whatsonbtnsubmit {
	margin-left:10px;
	margin-bottom:20px;
}
input.whatsonbtnsubmit:hover {
	background-color:#2A00FF;
	color:white;
}

/*whatson form list small buttons */
input.whatsonbtnsmall {
	width:80px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input.whatsonbtnsubmitsmall {
	margin-left:10px;
	margin-bottom:20px;
}
input.whatsonbtnsubmitsmall:hover {
	background-color:#2A00FF;
	color:white;
}

/***** ul.list_nolink_bullet  *****/

ul.list_nolink_bullet {
	margin: 10px;
	padding: 0;
	width: 100%;
/*	border: 1px solid black;	
	position: relative;*/
	overflow: hidden;
}

ul.list_nolink_bullet li {
	display: block;
	margin-left: 20px;
	padding-left: 8px;
	padding-bottom: 4px;
	font-weight: bold;
/*	margin: 0;
	padding-left: 12px;
	margin-left: 7px;
	margin-left: 5px;
	margin-bottom: 5px;*/
	width: 47%;
	float: left;
}

.col3 #container_div #content_div #maincontent #content_rhn .bluebox2 ul li {
	list-style-image: url(../images/furniture/tick.gif);
	list-style-type: circle;
}
/***** end *****/

/*** ul smallpods concept  ***/
.smallpods h2 {
	margin: 0;
	text-align: center;
	font-size: 100%;
}
.smallpods h2 a {
	background-color: #EFEFFF;
/*	width: 100%;*/
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
/*	text-align: center;*/
	color: black;
	padding-top: 5px;
	min-height: 160px;
	position:relative;
}
.smallpods h2 a:hover {
	background-color: #333399;
	color: white;
}

ul.smallpods li {
	width: 200px;
	min-height: 150px;
	float: left;
	border: 1px solid black;
	margin-right: 5px;
}
ul.smallpods {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 120%;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
ul.smallpods img {
	padding: 5px;
	margin: 5px;
/*	background-color: rgb(238, 238, 238)*/;
	background-color: #ffcc66;
	bottom: 0;
	left: 0;
	position: absolute;
}
ul.smallpods span {
	background-color: #EFEFFF;
	z-index: 50;
	position: relative;
}
ul.smallpods a:hover span{
	background-color: #333399;
}
/***** ul.list_top_tasks  *****/

ul.list_top_tasks {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
/*	width: 98%;*/
/*	border: 1px solid black;	
	position: relative;*/
	overflow: hidden;
}

ul.list_top_tasks li {
	display: inline-block;
	margin: 0;
/*	padding: 0;*/
/*	padding: 4px 0;*/
/*	margin-left: 5px;*/
/*	margin-bottom: 3px;*/
	margin-right: 5px;
/*	background-image: url(../images/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: 1px;*/
	width: 49%;
	float: left;
}

ul.list_top_tasks li a {
	display: block;
	margin: 0;
	margin-left: 4px;
/*	margin-top: 5px;
	margin-bottom: 5px;*/
	padding: 5px 0 5px 5px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFEFF0;
}

ul.list_top_tasks li a:hover {
	background-color: white;
	color: #CC0066;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
}
/*** end ***/

/***** ul.straight_to  *****/

.straight_to ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	overflow: hidden;
}

.straight_to ul li {
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	width: 49%;
	float: left;
}

.straight_to ul li a {
	display: block;
	margin: 0;
	margin-left: 4px;
	padding: 5px 0 5px 5px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFEFF0;
}

.straight_to ul li a:hover {
	background-color: white;
	color: #CC0066;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
}

/***** ul.straight_to_rhn (works on hrn templates)  *****/

.straight_to_rhn ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	overflow: hidden;
}

.straight_to_rhn ul li {
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	width: 49%;
	float: left;
}

.straight_to_rhn ul li a {
	display: block;
	margin: 0;
	margin-left: 4px;
	padding: 5px 0 5px 5px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFEFF0;
}

.straight_to_rhn ul li a:hover {
	background-color: white;
	color: #CC0066;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
}

/*** end ***/
