/*##################################
SITEMAP CSS
##################################*/
#sitemap ul {
	list-style-type:none; margin:0px 0px 15px 0px ; padding:0px;
	}
#sitemap ul li a {
	text-decoration: none;
	}
#sitemap .atoz ul {
	margin:0px;
	}
/* MAIN LINK LEVEL
===============================*/
.linklevel1 {
	background:url(../images/arrow.gif) no-repeat 0px 5px;
	font-weight:bold; color:#EF569B; 
	padding-left:15px; margin:10px 0 10px 0;
	}
.linklevel1 a {
	font-weight:bold; color:#EF569B;
	}
.linklevel1 a:hover {
	font-weight: bold; color:#000000;
	}
/* SUBLINK LEVEL
===============================*/
.linklevel2 {
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 3px 5px;
	color: #333333;
	padding-left:15px;
	margin:5px 0px;
	font-size:90%;
	}
.linklevel2 a {
	font-weight: normal;
	color: #FF2F96;
	}
.linklevel2 a:hover {
	font-weight: normal;
	color: #000000;
	}
/* Brand links
================================*/
#sitemap .hor_bar {
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/commonboxbg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #D7D7D7;
	color:#FFFFFF;
	font-size:120%;
	color:#333333;
	}
#sitemap .hor_bar1 {
	color:#FF2F96;
	border:none;
	text-transform:uppercase;
	}
.brandlink {
	margin-bottom:15px;
	}
.brandlink td {
	padding:5px 0;
	width:33.33%;
	border-bottom:1px solid #DBDBDB;
	}
.brandlink a{
	font-weight: bold;
	font-size:12px;
	padding:0 0 0 15px;
	margin:0 10px 0 10px;
	text-decoration:none;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	color: #EF569B;
	display:block;
	float:left
	}
.brandlink a:hover {
	color:#000000;
	}
	
/*#################################### 
A TO Z BAR CSS
####################################*/
.atoz {
	background-color:#FFFFFF;
	border:1px solid #D7D7D7;
	margin-bottom:15px;
	padding:10px 10px 0 10px;
	}
.atoz ul {
	padding:1px;
	}
.atoz ul li {
	float:left;
	width:25px;
	}
.atoz ul li a {
	display:block;
	font-weight:bold;
	text-align:center;
	color:#000000;
	line-height:1;
	margin:0 1px 4px 3px;
	padding:4px 0;
	background-color:#EFEFEF;
	border-bottom:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	}
.atoz .all {
	width:32px;
	}
.atoz li a:hover {
	background-color:#F9DCEB;
	border-bottom:1px solid #F7B6D7;
	border-right:1px solid #F7B6D7;
	}
.atoz li.active a {
	background-color:#DF65A4;
	border-bottom:1px solid #D6418E;
	border-right:1px solid #D6418E;
	}
.atoz .clear {
	float:none;
	width:auto;
	margin:0px;
	}
.atoz li.inactive {
	display:block;
	font-weight:bold;
	text-align:center;
	color:#666666;
	line-height:1;
	margin:0 1px 4px 3px;
	padding:4px 0;
	background-color:#F9F9F9;
	border-bottom:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	width:18px;
	}
/*#################################### 
NAME LIST SECTION CSS
####################################*/
.namelistcontainer {
	margin-bottom:15px;
	margin-top:8px;
	padding-left:0px;
	}
.namelistcontainer .alphabet {
	display:none;
	}

/* A TO Z SECTION CSS
------------------------------------*/
.atozname {
	position:relative;
	min-height:1px;
	padding-left:26px;
	}
.atozname .alphabet{
	position:absolute;
	display:block;
	left:0px;
	width:26px;
	height:26px;
	background-color:#DFDFDF;
	color:#000000;
	line-height:1;
	font-size:130%;
	}
.atozname .alphabet:hover {
	background-color:#DF65A4;
	border-bottom:1px solid #D6418E;
	border-right:1px solid #D6418E;
	}
.alphabet span {
	position:absolute;
	top:5px;
	width:26px;
	text-align:center;
	font-weight:bold;
	}
/* COMMON NAME-LIST SECTION CSS
------------------------------------*/
.namelist {
	list-style-type:none; margin:0px; padding:0px;
	border:1px solid #D7D7D7;
	padding:10px;
	min-height:1px;
	}
.namelist li {
	float:left;
	margin:0;
	width:24.90%;
	}
.namelist a {
	display:block;
	margin:0;
	padding:3px 8px;
	color:#EF569B;
	}
.namelist a:hover {
	background-color:#EDEDED;
	color:#000000;
	}
.namelist .clear {
	float:none;
	width:auto;
	border-bottom:1px solid #dfdfdf;
	}
	
	