/*  
Theme Name: Vibe Website v2 (en)
Theme URI: http://www.vibeme.net/
Description: Vibe Website (en) - 2007.
Version: 1.0
Author: Sunil SK
Author URI: http://flipcorp.com/
*/

/************* Page settings ******************/
body{
height:100%;
background:#000 url(body-bg.gif) repeat-x left 160px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#626262;
}

body.home{
background:#000 url(bg-home.gif) repeat-x 0 20px;
}


/************* Normalizing elements ******************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
border: 0;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}

select{
font-family:Verdana;
color:#666;
}

a{
text-decoration:none;
color:#999;
}

a:hover{
color:#2E38B;
}

a.read{
color:#2E3F8B;
text-transform:uppercase;
background:url(arrow-blue.gif) no-repeat right;
padding-right:20px;
font-size:11px;
}

a.read:hover{
color:#999;
background:url(arrow-grey.gif) no-repeat right;
}

/*
hr{
border:0;
border-top:1px solid #EBEBEB;
height:1px;
clear:both;
}
*/



hr{
	width: 100%;
	height: 1px;
	/* color is for IE */
	color: #E7E7EB;
	/* background is for all other web browsers */
	background: #E7E7EB;
	/* border: 0 removes the shading in most web browsers */
	border: 0;
	/* A zero-margin aligns it in most web browsers */
	margin: 0;
	/* Aligns it in IE */
	text-align: left;
	padding:0;
}

div.hr{
	height: 1px;
	background: #E7E7EB;
	overflow: hidden;
	clear:both;
	margin:10px 0;
}

div.hr hr{
display: none;
}

.right{
float:right;
}

/************* container ******************/
#container{
width:950px;
margin:0 auto;
}

.home #container{
margin:20px auto;
}


/************* Header ******************/
#header{
height:140px;
width:950px;
float:left;
position:relative;
padding-top:20px;
}

.home #header{
border-bottom:none;
}

#header h1{

}

#header h1 a{
position:absolute;
display:block;
width:167px;
height:111px;
text-indent:-9999px;
overflow:hidden;
/*background:url(images/logo-vibe.gif) no-repeat left top;*/
right:0px;
top:18px;
}


#search{
width:210px;
float:left;
height:20px;
padding-top:1px;
overflow:hidden;
}

#search input{
border:none 0;
height:20px;
vertical-align:top;
float:left;
}

#search input.txt{
width:178px;
font-size:11px;
color:#999999;
padding-left:8px;
padding-top:2px;
background:#1A1A1A;
border:1px solid #1A1A1A;
}

ul#nav-global{
margin-left:8px;
float:left;
}

ul#nav-global li{
float:left;
background:url(seperator.gif) no-repeat 100% 6px;
padding:1px 5px;
}

ul#nav-global li.last{
background:none;
}

ul#nav-global li a{
text-transform:uppercase;
color:#999;
font-size:10px;
}

ul#nav-global li a:hover{
color:#FFF;
}

ul#nav-global li.current a{
/*text-decoration:underline;*/
color:#FFF!important;
}

#music{
float:left;
height:16px;
margin-left:27px;
margin-top:3px;
width:300px;
}

/*#music a{
display:block;
width:15px;
height:16px;
}

#music a.on{
background:url(images/icon-music-off.gif) no-repeat left top;
}
*/
#music a.off{
background:url(icon-music-on.gif) no-repeat left top;
}

ul#nav-top{
clear:both;
float:left;
width:100%;
margin-top:22px;
}


ul#nav-top li{
float:left;
font-size:10px;
color:#999;
}

ul#nav-top li a{
background:url(bg-nav-top.gif) repeat-x 0 45px;
display:block;
float:left;
padding-left:1px;
}

ul#nav-top li a:hover{
color:#666666;
background:#272727;
background:url(bg-nav-top.gif) repeat 0 0px;
padding-right:1px;
}


ul#nav-top li.current a{
background:url(bg-nav-top.gif) repeat 0 0px !important;
padding-right:1px;
}


ul#nav-top li.next-menu a{
background:none;
padding-left:0px;
}

ul#nav-top li.prev-menu-current a{
margin-left:-1px;
}


ul#nav-top li h2{
padding-bottom:4px;
}

/************* wrap ******************/

#wrap{
background:url(bg-wrap.gif) repeat-y left top;
min-height:500px;
width:950px;
float:left;
}


/************* sidebar left ******************/

#sidebar-left{
width:192px;
min-height:530px;
height:auto !important;
height:530px;
float:left;
}

#nav-left{
width:192px;
float:left;
margin-top:8px;
}

#sidebar-left .no-padd{
padding-top:0px;
}

#nav-left li.head{
margin:-8px 0 0 0;
padding:10px 0 0 0;
height:32px;
position:relative;
width:192px;
overflow:hidden;
background:#6E6E6E;

/*background:#DDDDED;
padding-top:16px;
display:block;
float:right;
width:172px;
padding-right:20px;
padding-bottom:8px;*/
}

#nav-left li.head a{

}


#nav-left li{
text-align:right;
border-bottom:1px solid #767676;
float:left;
width:192px;
overflow:hidden;
}



#nav-left li a{
background:url(arrow-white.gif) no-repeat 100% 13px;
display:block;
float:left;
width:157px;
}

#nav-left li a:hover{
background:url(arrow-light-grey.gif) no-repeat 100% 13px;
}

#nav-left li.current a{
background:url(arrow-light-grey.gif) no-repeat 100% 13px;
}

#nav-left li ul li a{
background:url(bullet_l2.gif) no-repeat 100% 7px !important;
}

#nav-left li ul li.current a{
background:url(bullet_l2_h.gif) no-repeat 100% 7px !important;
}

#nav-left li ul li a:hover{
background:url(bullet_l2_h.gif) no-repeat 100% 7px !important;
}

#nav-left li ul li li a{
background:url(bullet_l3.gif) no-repeat 100% 7px !important;
}

#nav-left li ul li li a:hover{
background:url(bullet_l3_h.gif) no-repeat 100% 7px !important;
}

#nav-left li ul li li.current a{
background:url(bullet_l3_h.gif) no-repeat 100% 7px !important;
}


#nav-left li a img{
margin:0;
padding:0;
}

#nav-left li.last{
border-bottom:0 none;
}

#nav-left ul{
float:left;
background:#6E6E6E;
padding-top:5px;
}

#nav-left ul li{
border-bottom:none;
}

#nav-left ul li a{
width:140px;
}

#nav-left ul li a{
background:url(bullet.gif) no-repeat 100% 12px;
}

#nav-left ul li.current a{
background:url(bullet-white-big.gif) no-repeat 100% 12px;
}


#nav-left ul li ul{
background:#9E9E9E;
padding-top:5px;
}

#nav-left ul li ul li a{
background:url(bullet1.gif) no-repeat 99% 14px;
}

#nav-left ul li ul li.current a{
background:url(bullet-white.gif) no-repeat 99% 14px;
}







/************* content ******************/

#content{
background:url(bg-sidebar-left.gif) no-repeat 0 0;
float:left;
min-height:530px;
height:auto !important;
height:530px;
width:450px;
color:#666;
padding:0 20px 18px 20px;
_padding:0 0px 18px 20px;
}


#breadcrumb{
float:left;
width:470px;
font-size:11px;
padding:15px 0 9px 0;
color:#999;
font-weight:bold;
clear:both;
}

#breadcrumb a{
font-weight:normal;
color:#999 !important;
}

#content p{
padding-bottom:25px;
}

#content p cite{
color:#000000;
}

#content p.first{
padding-bottom:0px;
}


#content h1{
font-size:26px;
padding:17px 0;
background:#E5E5E5 url(bg-h1.gif) repeat-y left top;;
width:468px;
_margin-left:-10px;
margin:0 0 20px -20px;
padding-left:20px;
clear:both;
}

#content h2{
font-size:22px;
color:#95A1D8;
margin-bottom:22px;
}

#content h3{
margin-bottom:10px;
}

#content h3 a{
color:#666;
}

#content a:hover{
text-decoration:underline;
}


#content h4{
color:#2E3F8B;
}


#content h5{

}

#content h6{
font-size:11px;
font-weight:normal;
line-height:14px;
margin-bottom:10px;
}


#content em{
font-style:italic;
}

#content strong{
	font-weight:bold;
	}

#content ul{

}

#content ol{

}

#content ol li{

}

#content ul li{
list-style-type:disc;
margin-left:15px;
}

#content dl{}

#content dt{}

#content dd{}

#content pre{}

#content address{

}

#content code{}

#content table{

}

#content tr{

}

#content td{

}

#content th{

}

#content tbody{
}



#content img.content-img{
float:left;
margin:0pt 15px 15px 0pt;
}

#content blockquote{
margin-bottom:20px;
color:#767676;
background:url(bg-quote-left.gif) no-repeat 0 1px;
}

#content blockquote.excerpt{
margin-bottom:20px;
color:#95A1D8;
background:url(bg-quote-left.gif) no-repeat 0 1px;
float:left;
width:315px;
}

#content blockquote p{
margin:0;
padding:0;
}

#content blockquote p:first-letter {padding-left:20px;}
#content blockquote img{
padding-left:5px;
}

#content a{
color:#000;
}



#utilities{
clear:both;
border-top:1px solid #E7E7EB;
text-transform:uppercase;
margin-top:15px;
padding-top:15px;

}
#utilities a{
margin-right:20px;
padding-left:22px;
color:#000;
}

#utilities a:hover{
color:#666;
}

#utilities a.print{
background:url(icon-print.gif) no-repeat left top;
}

#utilities a.email{
background:url(icon-email.gif) no-repeat 0 0px;
}




#content  #clients-cat{

}

#content #clients-cat li{
padding:15px 0;
border-top:1px solid #E7E7EB;
clear:both;
float:left;
width:100%;
margin-left:0;
list-style:none;
}


#content #clients-cat li h5{
background:url(icon-plus.gif) no-repeat right;
width:100%;
cursor:hand;
cursor:pointer;
}

#content #clients-cat li div p{
margin:15px 0 0 0 !important;
}

#content #clients-cat li h5 a{
color:#666;
}

#content #clients-cat li h5.minus{
background:url(icon-minus.gif) no-repeat right;
}

#content #clients-cat li h5.plus{
background:url(icon-plus.gif) no-repeat right;
}

#content .clients-list{
width:100%;
float:left;
}

#content .clients-list li{
border:0 !important ; 
padding:0 !important;
float:left !important;
clear:none !important;
width:auto !important;
margin:15px 12px 0px 0;
width:100px !important;
min-height:150px;
height:auto !important;
height:150px;
}

*html #content .clients-list li{
height:150px;
}

#content .clients-list li.filler{
width:95%!important;
clear:both!important;
min-height:1px !important;
height:1px !important;
overflow:hidden!important;
margin:0px !important;
float:left !important;
}

#content .clients-list li p{
line-height:13px;
font-size:11px;
color:#666;
padding:0;
float:left !important;
width:100px;
}

#content .clients-list li.last{
margin-right:0px;
}

#content .clients-list li img{
border:1px solid #666666;
}

#content #clients-cat li div{
width:100%;
float:left;
}

*html #clients-cat li div{
height:1%;
}



#content ul#contact{
float:left;
width:100%;
}

#content ul#contact li{
margin:10px 0 10px 0;
float:left;
width:100%;
list-style:none;
}

#content ul#contact li.last{
border-top:1px solid #E7E7EB;
padding-top:20px;
}

#content ul#contact li input{
border:1px solid #CCC;
width:230px;
height:16px;
color:#666;
padding:2px;
font-family:Verdana;
}

#content ul#contact li input.small-text{
width:55px;
margin-right:5px;
}

#content ul#contact li input.rad{
border:0;
width:auto;
vertical-align:bottom;
}

#content ul#contact li input.medium-text{
width:98px;
}

#content ul#contact li em{
font-weight:bold;
color:#f00;

}

#content ul#contact li textarea{
border:1px solid #CCC;
width:230px;
height:60px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666;
font-size:12px;
padding:2px;
}

#content ul#contact li label{
width:100px;
float:left;
background:url(column.gif) no-repeat 100% 6px;
margin-right:8px;
}

#content ul#contact li label.normal{
float:none;
background:none;
margin-right:15px;
margin-left:5px;
width:50px;
}

#content ul#contact li input.btn{
width:auto !important;
height:auto !important;
border:0;
padding:0;
}

#content ul#contact li input.left{
margin-right:10px;
}

#content ul#contact li .select{
margin-right:3px;
}

#content ul#contact li select{
color:#666666;
font-family:Verdana;
}


#content ul#events-listing{
float:left;
width:100%;
clear:both;
margin-top:15px;
}

#content ul#events-listing li{
float:left;
width:100%;
clear:both;
padding-bottom:35px;
list-style:none;
margin-left:0;
}

#content ul#events-listing li.last{
padding-bottom:20px;
}

#content ul#events-listing li img.thumb {
display:block;
float:left;
margin-right:20px;
border:1px solid #666;
width:98px;
height:98px;
}

#content ul#events-listing li div.event-info{
width:325px;
float:left;
}

div.more-width{
width:100% !important;
}

#content ul.show-list{
margin-top:0px !important;
}

#content ul.show-list h3{
margin-bottom:5px !important;
}

a.small{
font-size:11px;
}


a.magnify{
background:url(magnifier.gif) 0 0;
width:17px;
height:17px;
position:absolute;
bottom:1px;
right:1px;
filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

span.event{
width:98px;
height:98px;
display:block;
position:relative;
float:left;
margin-right:20px;
overflow:hidden;
border:1px solid #000;
}

.paging{
height:20px;
overflow:hidden;
}

#content .paging a:hover{
text-decoration:none;
}

.paging a.back{
display:block;
background:url(arrow-back.gif) no-repeat left;
padding-left:20px;
width:30px;
float:left;
}

.paging a.back:hover{
background:url(arrow-back-on.gif) no-repeat left;
color:#666 !important;
}

.paging a.next{
display:block;
background:url(arrow-blue.gif) no-repeat right;
padding-right:20px;
width:30px;
float:right;
}

.paging a.next:hover{
background:url(arrow-grey.gif) no-repeat right;
color:#666 !important;
}

.paging p{
float:left;
width:330px;
margin:0;
padding:0;
color:#2E3F8B;
}

.paging p em{
color:#666;
font-style:normal !important;
}

.paging p a.current{
color:#999 !important;
}

.paging p a:hover {
color:#999 !important;
}

.paging span{
display:block;
float:right;
width:110px;
}


.select-gallery{
width:450px;
font-size:11px;
border:1px solid #CCC;
color:#666;
padding:2px 0;
}

img.main-img{
border:1px solid #000;
width:450px;
margin-bottom:18px;
}

#slideshow{
border-bottom:1px solid #DDD;
border-top:1px solid #DDD;
float:left;
padding-bottom:20px;
padding-top:20px;
width:100%;
}

p#image_desc{
padding-top:15px;
}

#content ul#gallery-list{
float:left;
width:450px;
overflow:hidden;
height:70px;
padding-bottom:5px;
}

#content ul#gallery-list li{
float:left;
margin-right:13px;
list-style-type:none;
margin-left:0;
width:65px;
height:64px;
border:0px solid #000;
}

#content ul#gallery-list li.back{
margin-right:14px;
padding-top:20px;
width:23px;
}

img.jcarousel-prev{
float:left;
margin-right:14px;
padding-top:20px;
}

.jcarousel-clip{
float:left;
}

img.jcarousel-next{
float:left;
margin-left:14px;
padding-top:20px;
}

#content ul#gallery-list li.next{
padding-top:20px;
margin-right:0;
width:20px;
}

ul#gallery-list li.next img{
border:0;
}

ul#gallery-list li.back img{
border:0;
}

ul#gallery-list li img{
}

a.view{
text-transform:uppercase;
float:left;
width:120px;
}

a.view:hover{
color:#666 !important;
}

.browse{
width:100%;
float:left;
padding-top:15px;
}

a.back{
background:url(arrow-back.gif) no-repeat 0 6px;
padding-left:15px;
width:40px;
}

a.back:hover{
background:url(arrow-back-on.gif) no-repeat 0 6px;
color:#666 !important;
}

a.next{
background:url(arrow-blue.gif) no-repeat 100% 6px;
padding-right:10px;
width:40px;
}

a.next:hover{
background:url(arrow-grey.gif) no-repeat 100% 6px;
color:#666 !important;
}






/************* sidebar-right ******************/
#sidebar-right{
width:226px;
float:left;
float:left;
min-height:490px;
height:auto !important;
height:490px;
padding:20px;
_overflow:hidden;
}


#sidebar-right .post-image{
margin-top:-20px;
margin-left:-22px;
_margin-left:-11px;
margin-bottom:20px;
float:left;
width:266px;
background:#FFF;
}

#sidebar-right .post-image img{
border:1px solid #FFF;
}

#sidebar-right h2{
font-size:22px;
color:#95A1D8;
margin-bottom:18px;
}

#sidebar-right img.thumb{
border:1px solid #666;
margin:0 20px 0px 0;
display:block;
float:left;
}

#sidebar-right h3{
font-weight:bold;
line-height:15px;
margin-bottom:10px;
color:#767676;
}

#sidebar-right h3 a{
color:#666;
}

#sidebar-right p{
line-height:16px;
}

#sidebar-right ul.events-desc{
width:226px;
border-bottom:1px solid #E7E7EB;
float:left;
margin-bottom:20px;
}

#sidebar-right ul.events-desc li{
clear:both;
float:left;
width:226px;
padding-bottom:20px;
}

#sidebar-right ul.events-desc li p{
line-height:15px;
}

form#newsletter{
margin:20px 0 0 0;
padding:1px 1px 0 0;
background:#EDEDED;
height:21px;
width:208px;
}

form#newsletter input{
vertical-align:top;
margin-top:1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

form#newsletter input.txt{
margin:0 0 0 2px;
padding:3px 0 1px 10px;
border:0 none;
width:174px;
background:#EDEDED;
font-size:11px;
color:#666;
}

#sidebar-right ul.events-desc li a.read{
color:#000;
text-transform:uppercase;
background:url(arrow-black.gif) no-repeat right;
padding-right:15px;
font-size:11px;
}

#sidebar-right ul.events-desc li a.read:hover{
color:#999;
background:url(arrow-grey.gif) no-repeat right;
}


/************* Home page ******************/

#spotlight{
width:701px;
height:252px;
float:left;
}

#spotlight-left{
float:left;
width:462px;
}

#spotlight-right{
float:left;
width:239px;
}

#home-news{
width:244px;
float:left;
height:224px;
background:#58587E url(bg-news-fold.gif) no-repeat right bottom;;
border:5px solid #000;
border-left:0;
padding:18px 0 0 0px;
}

#home-news h2{
padding-left:20px;
}

#home-news ul li{
color:#C2C5F6;
padding:8px 0 8px 20px;
line-height:15px;
width:224px;
float:left;
background:url(bg-hr.gif) repeat-x left bottom;
}

#home-news ul li a{
color:#C2C5F6;
}

#home-news ul li a:hover{
color:#FFF;
}

#home-news ul li small{
font-size:10px;
}

#home-news ul li.current{
background:#717397 url(bg-hr.gif) repeat-x left bottom;
}

#home-news ul li.last{
padding:18px 0 10px 20px;
background:none;
}

a.more{
color:#E4E4E6;
background:url(arrow-vilot.gif) no-repeat 100% 4px;
padding-right:10px;
display:block;
width:65px;
}

a.more:hover{
color:#C2C5F6;
background:url(arrow-white.gif) no-repeat 100% 4px;
}

#wrap-bottom{
width:950px;
min-height:184px;
height:auto !important;
height:184px;
float:left;
background:url(bg-blue-strip.gif) repeat-x left top;
padding-top:14px;
}

ul#cols{
float:left;
width:100%;
}

ul#cols li{
width:330px;
float:left;
min-height:184px;
height:auto !important;
height:184px;
padding-left:20px;
padding-bottom:10px;
overflow:hidden;
}

ul#cols li.last{
width:228px;
}

ul#cols h2{
width:325px;
float:left;
margin-bottom:28px;
}

ul#cols li.last h2{

}

ul#cols li img.thumb{
display:block;
float:left;
margin-right:20px;
border:1px solid #666;
width:98px;
height:98px;
}

ul#cols li h3{
padding-bottom:10px;
}

ul#cols li h3 a{
color:#666;
}

ul#cols div.excerpt{
float:left;
width:210px;
}

ul#cols li p{
line-height:15px;
padding-bottom:10px;
}

ul#cols li a.read{
padding-right:15px;
}



/************* calendar ******************/

.calendar-wrap{
width:200px;
float:left;
font-size:10px;
margin-left:-10px;
_margin-left:-5px;
}

table.nav{
width:200px;
font-weight:bold;
font-size:12px;
}

.calendar-wrap table.nav tr td{
border-bottom:0 none;
text-align:left;
padding-left:10px;
}

.calendar-wrap table.nav tr td.grey{
padding:0;
}

.calendar-wrap table{
width:200px;
}

.calendar-wrap table th{
border-bottom:1px solid #EFEFEF;
font-weight:bold;
text-align:center;
}

.calendar-wrap table tr td{
border-bottom:1px solid #EFEFEF;
text-align:center;
}

.calendar-wrap table tr td.no-border{
border:none;
}

.calendar-wrap table tr td.ec3_eventday a{
color:#95A1D8;
font-weight:bold;
}

#date-today{
color:#DDDDED;
float:left;
width:83px;
height:100px;
padding:17px 0 0 25px;
}

#date-today h5{
font-size:16px;
padding-left:3px;
line-height:25px;
}

#date-today h6{
font-size:69px;
letter-spacing:-10px;
margin:0;
font-weight:700;
padding:0;
float:left;
width:30px;
clear:both;
color:#E7E7E7;
line-height:55px;
}


/************* footer ******************/


.full-width{
width:100%;
border-top:1px solid #E7E7EB;
clear:both;
}

#footer{
margin:0 auto 20px auto;
width:950px;
padding:10px 0 20px 0;
text-transform:uppercase;
clear:both;
height:10px;
}

#footer ul#nav-footer{
float:right;
}

#footer ul#nav-footer li{
float:left;
font-size:10px;
background:url(seperator.gif) no-repeat 100% 5px;
padding:0 4px;
}

#footer ul#nav-footer li.last{
background:none;
padding:0 0 0 5px;
}

#footer ul#nav-footer li a:hover{
/*text-decoration:underline;*/
color:#FFF;
}


#footer ul#nav-footer li.current a{
/*text-decoration:underline;*/
color:#FFF!important;
}

#footer p{
float:left;
color:#666;
font-size:10px;
}

div#show-progress {
	position: absolute;
	width: 43px;
	height: 11px;
	margin: 0px;
	padding: 0px;
	background: url(ajax-loading.gif) no-repeat center;
	}

/********* Sitemap ********	*/
		
		
		ul#sitemap{
		margin:0;
		padding:0 !important;
		list-style:none;
		clear:both;
		width:450px;
		float:left;
		}
		
		ul#sitemap li{
		padding:3px 0 3px 0px;
		list-style:none;
		margin:0;
		}
		
		ul#sitemap li.nopad{
		padding:0px !important;
		margin:0 !important;
		}
		
		ul#sitemap li.last{
		margin:0;
		padding:0;
		}
		
		
			ul#sitemap li ul li div.hitarea{
		margin:0 0  0 -15px;
		}
		
		ul#sitemap li.expandable{
		padding:0 0 0 18px;
		}
		
		ul#sitemap li.collapsable{
		padding:0;
		margin:0;
		}
		
		ul#sitemap li.open{
		padding-left:15px;
		}
		
		ul#sitemap li ul{
		margin:0 0 0 15px;
		padding:0;

		}
		
		ul#sitemap li ul li ul li.last{
		padding:0 0 0 20px;
		}
		
		
		ul#sitemap li ul li ul li ul li{
		padding:5px 0 0 20px !important;
		}
		
			ul#sitemap li ul li ul li ul li.last{
			padding:0px 0 0 20px !important;
			}
		
		ul#sitemap li ul li ul li div.hitarea{
		margin:0 0 0 -20px;

		}
		
		ul#sitemap li ul li ul li ul li{
		padding:10px 0 0 20px;
		
		}
		
		ul#sitemap li ul li ul li ul li.last{
		padding:0 0 0 20px
		}
		ul#sitemap li a{
		color:#4a492f;
		}
		
		ul#sitemap li ul li{
		padding-left:20px !important;
		}
		
		ul#sitemap li ul li ul li{
		font-weight:normal;
		background:url(http://www.vibeme.net/cm-site/themes/vibe-en-v2/images/bg-sub-nav-freezone.gif) no-repeat 0 7px; 
		}
		
		ul#sitemap li ul li ul li ul li{
		background:url(http://www.vibeme.net/cm-site/themes/vibe-en-v2/images/arrow-sitemap.gif) no-repeat 0 7px;
		padding-left:15px
		}